Category View manager, Object ProXsec

Function ProXsecGeometryRetrieve


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProXsecGeometryCollect
Description
NOTE: This function is deprecated. Please use ProXsecGeometryCollect instead. Return the geometry of all cross-section components.
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).

Manual References:

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

Sample Code References:

  1. pt_examples ( TestXsec.c )