Category Solids and parts, Object ProPart

Function ProPartTessellationFree


Description
Frees the memory allocated by ProPartTessellate().
Synopsis
#include <ProPart.h>
ProErrorProPartTessellationFree(
ProSurfaceTessellationData** tess
/* (In)
Pointer to ProArray of ProSurfaceTessellationData
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the tessellation.
PRO_TK_BAD_INPUTSThe input argument was invalid.

Manual References:

  1. Core: 3D Geometry: Part and Assembly Tessellation
  2. User Interface: Basic Graphics: Surface Properties

Sample Code References:

  1. pt_examples ( TestExport.c )