Category
Creating import and custom geometry
, Object
ProQuiltdata
Function ProQuiltdataGet
Description
Retrieves information from the quilt data structure.
Synopsis
#include <
ProQuiltdata.h
>
ProError
ProQuiltdataGet
(
ProQuiltdata
*
p_quilt_data
/* (In)
The quilt data structure
*/
int*
p_quilt_id
/* (Out)
The quilt identifier
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Core: 3D Geometry: Geometry of Quilts
Core: 3D Geometry: Geometry of Quilts
Sample Code References:
pt_examples ( TestGeomdata.c )
pt_examples ( UtilIntfData.c )