API Documentation
>
Creating import and custom geometry
>
Object ProQuiltdata
> Function ProQuiltdataTypeSet
Function ProQuiltdataTypeSet
Description
Specifies quilt type as
PRO_BODY
or
PRO_QUILT.
Synopsis
#include <
ProQuiltdata.h
>
ProError
ProQuiltdataTypeSet
(
ProQuiltdata
* p_quilt_data
/* (In)
The quilt data.
*/
ProType
body_or_quilt
/* (In)
Type as
PRO_BODY
or
PRO_QUILT
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully sets the type.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
User Guide References
Geometry of Quilts:ProQuiltdataTypeSet
Impact on Existing APIs:ProQuiltdataTypeSet
Was this helpful?
This site works best with JavaScript enabled