Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataAlloc
Description
Allocates memory for the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataAlloc
(
ProIntfData
**
pp_intfdata
/* (Out)
The interface data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the data structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input is invalid.
Manual References:
Interface: Importing Features: Allocating ProInterfacedata
Interface: Importing Features: Import Feature Properties
Sample Code References:
pt_examples ( TestImportfeat.c )
pt_examples ( TestImportfeat.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )