Category Creating import and custom geometry, Object ProEdgedata

Function ProEdgedataAlloc


Description
Allocates memory for the edge data structure.
Synopsis
#include <ProEdgedata.h>
ProErrorProEdgedataAlloc(
ProEdgedata** pp_edge_data
/* (Out)
The edge data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for the edge data structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Interface: Importing Features: Adding Edges
  2. Interface: Importing Features: Adding Edges

Sample Code References:

  1. pt_examples ( TestGeomdata.c )
  2. pt_userguide ( UgImportfeatCreate.c )
  3. pt_userguide ( UgImportfeatCreate.c )