DEPRECATED: | Since Creo 7 | ||||||||||||||||
SUPERSEDED BY: | ProXSectionItemsCollect, ProXSectionItemDataGet | ||||||||||||||||
Description | |||||||||||||||||
Returns the geometry of non-empty cross-section components (intersecting their sub-assemblies)
NOTE: This function is deprecated. Please use ProXSectionItemsCollect and ProXSectionItemDataGet instead to get geom from item. |
|||||||||||||||||
Replacement in Object TOOLKIT: | wfcWXSection::CollectGeometry | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProXsec.h> | |||||||||||||||||
ProError | ProXsecGeometryCollect | ( | |||||||||||||||
ProXsec* xsec | |||||||||||||||||
/* (In) | |||||||||||||||||
Cross-section handle | |||||||||||||||||
*/ | |||||||||||||||||
ProView p_view | |||||||||||||||||
/* (In) | |||||||||||||||||
View handle if not NULL, function returns only 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 | |||||||||||||||||
*/ | |||||||||||||||||
ProXsecGeometry** r_geom_arr | |||||||||||||||||
/* (Out) | |||||||||||||||||
Pointer to ProArray of component geometry structures (see ProXsecGeometry) | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|