Documentación de la API
>
Creating import and custom geometry
>
Object ProEdgedata
> Function ProEdgedataAlloc
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.
Sample Code References
pt_examples ( TestGeomdata.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
User Guide References
Adding Edges:ProEdgedataAlloc
Parent topic
Object ProEdgedata
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado