Category Geometry items, Object ProCurve

Function ProCurveDataFree


Description
Frees the memory for the specified ProCurvedata structure.
Synopsis
#include <ProCurve.h>
ProErrorProCurveDataFree(
ProCurvedata** p_curve_data
/* (In)
The address to ProCurvedata*, allocated by a previous call to ProCurveToNURBS()
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe argument is invalid.
See Also
ProCurveToNURBS

Sample Code References:

  1. pt_examples ( UtilGeom.c )
  2. pt_examples ( UtilGeom.c )