Category Geometry items, Object ProSurface

Function ProSurfaceDataFree


Description
Frees the memory for the ProSurface structure.
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceDataFree(
ProSurfacedata** p_curve_data
/* (In)
The address to the ProCurvedata*, allocated by ProSurfaceToNURBS()
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe input is invalid.
See Also
ProSurfaceToNURBS

Sample Code References:

  1. pt_examples ( UtilGeom.c )