Category View manager, Object ProXsec

Function ProXsecGeometryArrayFree


Description
Frees ProArray of cross-section data allocated by ProXsecGeometryCollect function.
Synopsis
#include <ProXsec.h>
ProErrorProXsecGeometryArrayFree(
ProXsecGeometry** p_geom_arr
/* (In)
The pointer to the ProArray of ProXsecGeometry
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the data.
PRO_TK_BAD_INPUTSp_geom_arr is NULL.
See Also
ProXsecGeometryCollect

Manual References:

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