Category Curve and edge geometry, Object ProComponentCurvedata

Function ProComponentCurvedataFree


Description
Frees the memory of a component of a composite curve.
Synopsis
#include <ProCurvedata.h>
ProErrorProComponentCurvedataFree(
ProComponentCurvedata* p_component
/* (In)
The component of a composite curve
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Datum Curves
  2. Core: 3D Geometry: Geometry of Datum Curves

Sample Code References:

  1. pt_examples ( TestGeomdata.c )