API Documentation
>
Creating import and custom geometry
>
Object ProQuiltdata
> Function ProQuiltdataInit
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.
Sample Code References
pt_examples ( TestGeomdata.c )
User Guide References
Adding Quilts:ProQuiltdataInit
Was this helpful?
This site works best with JavaScript enabled