Category
Creating import and custom geometry
, Object
ProEdgedata
Function ProEdgedataAlloc
Description
Allocates memory for the edge data structure.
Synopsis
#include <
ProEdgedata.h
>
ProError
ProEdgedataAlloc
(
ProEdgedata
**
pp_edge_data
/* (Out)
The edge data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the edge data structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Interface: Importing Features: Adding Edges
Interface: Importing Features: Adding Edges
Sample Code References:
pt_examples ( TestGeomdata.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )