Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataFree


Description
Frees all the underlying memory used by the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataFree(
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 ( TestGeomdata.c )