Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataQuiltAppend
Description
Appends the quilt to the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataQuiltAppend
(
ProIntfData
*
p_intfdata
/* (In)
The interface data
*/
ProQuiltdata
*
p_quiltdata
/* (In)
The quilt
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully appended the quilt.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
Manual References:
Interface: Importing Features: Adding Quilts
Sample Code References:
pt_examples ( TestImportfeat.c )