Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataQuiltAppend


Description
Appends the quilt to the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataQuiltAppend(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProQuiltdata* p_quiltdata
/* (In)
The quilt
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully appended the quilt.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Quilts

Sample Code References:

  1. pt_examples ( TestImportfeat.c )