Category Curve and edge geometry, Object ProCurvedata

Function ProCurvedataMemoryFree


Description
Frees the top-level memory used by the specified curve data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProCurvedataMemoryFree(
ProCurvedata* p_curve
/* (In)
The curve data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe 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 ( TestAnalysisSrfCurve.c )
  2. pt_examples ( TestAnalysisSrfCurve.c )
  3. pt_examples ( TestGeomdata.c )
  4. pt_examples ( TestGeomdata.c )
  5. pt_examples ( TestGeomdata.c )