| Description | ||||||||||||||
| Returns array of ProXSectionItem. An array item is created for each body. If no bodies are created, contains one item for each component. | ||||||||||||||
| Synopsis | ||||||||||||||
| #include <ProXsec.h> | ||||||||||||||
| ProError | ProXSectionItemsCollect | ( | ||||||||||||
| ProXsecMdlname xsec | ||||||||||||||
| /* (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) | ||||||||||||||
| ProArray of ProXSectionItem. | ||||||||||||||
| */ | ||||||||||||||
| ) | ||||||||||||||
| Returns | ||||||||||||||
|
||||||||||||||
| See Also | ||||||||||||||
| ProXSectionItemDataGet, ProXSectionItemsArrFree, ProXSectionItemFree. | ||||||||||||||