Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataAlloc


Description
Allocates memory for the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataAlloc(
ProIntfData** pp_intfdata
/* (Out)
The interface data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for the data structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input is invalid.

Manual References:

  1. Interface: Importing Features: Allocating ProInterfacedata
  2. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( TestImportfeat.c )
  3. pt_userguide ( UgImportfeatCreate.c )
  4. pt_userguide ( UgImportfeatCreate.c )