Category View manager, Object ProXsec

Function ProXsecGeometryRetrieve


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProXsecGeometryCollect
Description
Return the geometry of all cross-section components.

NOTE: This function is deprecated. Please use ProXsecGeometryCollect instead.

Synopsis
#include <ProXsec.h>
ProErrorProXsecGeometryRetrieve(
ProXsec* xsec
/* (In)
Cross-section handle
*/
ProXsecGeom** geom_arr
/* (Out)
Array of component geometry structures (see ProXsecGeom)
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).
PRO_TK_MULTIBODY_UNSUPPORTEDMulti-Body parts are being cut by the Cross-section.

Manual References:

  1. Core: Cross Sections: Extracting Cross-Sectional Geometry
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry

Sample Code References:

  1. pt_examples ( TestXsec.c )