API 文件集 > View manager > Object ProXsec > Function ProXsecGeometryCollect
Function ProXsecGeometryCollect
DEPRECATED:
Since Creo 7
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:
Synopsis
#include <ProXsec.h>
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
Data successfully retrieved.
Invalid input parameter(s).
Input cross-section is not a drawing view cross-section.
Cross-section fails regeneration.
Multi-Body parts are being cut by the Cross-section.
User Guide References
這是否有幫助?