Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataMemoryFree


Description
Frees the top-level memory used by the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataMemoryFree(
ProQuiltdata* p_quilt_data
/* (In)
The quilt 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 Quilts
  2. Core: 3D Geometry: Geometry of Quilts

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( UtilIntfData.c )