Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataQuiltCount
Description
Determines the number of quilts in the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataQuiltCount
(
ProIntfData
*
p_intfdata
/* (In)
The interface data
*/
int*
n_quilts
/* (Out)
The number of quilts
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully evaluated the number of quilts.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Interface: Importing Features: Import Feature Properties
Sample Code References:
pt_examples ( TestImportfeat.c )
pt_examples ( UtilIntfData.c )