Category
Creating import and custom geometry
, Object
ProQuiltdata
Function ProQuiltdataInit
Description
Initializes the quilt data structure.
Synopsis
#include <
ProQuiltdata.h
>
ProError
ProQuiltdataInit
(
int
quilt_id
/* (In)
The quilt identifier
*/
ProQuiltdata
*
p_quilt_data
/* (Out)
The quilt data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized the data structure.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
Manual References:
Interface: Importing Features: Adding Quilts
Interface: Importing Features: Adding Quilts
Sample Code References:
pt_examples ( TestGeomdata.c )