Object ProX

Function ProXSectionItemsArrFree


Description
Frees ProArray of cross-section data allocated by ProXSectionItemsCollect function.
Synopsis
#include <ProXsec.h>
ProErrorProXSectionItemsArrFree(
ProXSectionItem** p_xsec_items_arr
/* (In)
The pointer to ProArray of ProXSectionItem
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the data.
PRO_TK_BAD_INPUTSp_xsec_items_arr is NULL.
See Also
ProXSectionItemsCollect

Manual References:

  1. Core: Cross Sections: Extracting Cross-Sectional Geometry
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry
  3. Migrating to the Multibody Environment: Overview

Sample Code References:

  1. pt_userguide ( UgXsecList.c )