Category Creating import and custom geometry, Object ProEdgedata

Function ProEdgedataMemoryFree


Description
Frees the top-level memory used by the edge data structure.
Synopsis
#include <ProEdgedata.h>
ProErrorProEdgedataMemoryFree(
ProEdgedata* p_edge_data
/* (In)
The edge data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Solid Edges
  2. Core: 3D Geometry: Geometry of Solid Edges

Sample Code References:

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