Category
Solids and parts
, Object
ProPart
Function ProPartTessellationFree
Description
Frees the memory allocated by
ProPartTessellate
().
Synopsis
#include <
ProPart.h
>
ProError
ProPartTessellationFree
(
ProSurfaceTessellationData
**
tess
/* (In)
Pointer to
ProArray
of
ProSurfaceTessellationData
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the tessellation.
PRO_TK_BAD_INPUTS
The input argument was invalid.
Manual References:
Core: 3D Geometry: Part and Assembly Tessellation
User Interface: Basic Graphics: Surface Properties
Sample Code References:
pt_examples ( TestExport.c )