Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataQuiltGet


Description
Retrieves the specified quilt from the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataQuiltGet(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int index
/* (In)
The index (from 0 to (number - 1) of the quilt in the interface data
*/
ProQuiltdata** pp_quiltdata
/* (Out)
The quilt. Release the memory using ProQuiltdataMemoryFree
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the quilt.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( UtilIntfData.c )