Category Surface geometry, Object ProSurfacedata

Function ProSurfacedataFree


Description
Frees all underlying memory of the surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProErrorProSurfacedataFree(
ProSurfacedata* p_surf_data
/* (In)
The surface 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 Surfaces

Sample Code References:

  1. pt_examples ( TestGeomdata.c )