Category View manager, Object ProXsec

Function ProXsecGeometryCollect


Description
Returns the geometry of non-empty cross-section components (intersecting their sub-assemblies)
Replacement in Object TOOLKIT: wfcWXSection::CollectGeometry
Synopsis
#include <ProXsec.h>
ProErrorProXsecGeometryCollect(
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
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).
PRO_TK_E_NOT_FOUNDInput cross-section is not a drawing view cross-section.
PRO_TK_GENERAL_ERRORCross-section fails regeneration.

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry
  3. Core: Cross Sections: Extracting Cross-Sectional Geometry

Sample Code References:

  1. pt_userguide ( UgXsecList.c )