Documentação da API > Miscellaneous > Object ProX > Function ProXSectionItemsCollect
Function ProXSectionItemsCollect
Description
Returns array of ProXSectionItem. An array item is created for each body. If no bodies are created, contains one item for each component.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProXSectionItemsCollect
(
/* (In)
Cross-section handle
*/
ProView p_view
/* (In)
View handle if not NULL, function returns only items containing solid geometry (non-quilt and non-facetrep) components that intersect their non-hidden, non-suppressed parts and are inside view borders; if NULL, returns all non-empty components.
*/
ProXSectionItem** p_xsec_items
/* (Out)
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
Cross-section fails regeneration.
p_view is drawing view and input cross-section is not found in the view.
See Also
Sample Code References
User Guide References
Isto foi útil?