Category Surface geometry, Object ProSurfacedata

Function ProSurfacedataMemoryFree


Description
Frees the top-level memory used by the surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProErrorProSurfacedataMemoryFree(
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 ( TestImportfeat.c )
  2. pt_examples ( UtilIntfData.c )