Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataTypeGet


Description
Retrieves quilt type as PRO_BODY or PRO_QUILT.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataTypeGet(
ProQuiltdata* p_quilt_data
/* (In)
The quilt data.
*/
ProType* p_body_or_quilt
/* (Out)
Type as PRO_BODY or PRO_QUILT
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the type.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Quilts
  2. Core: 3D Geometry: Geometry of Quilts
  3. Migrating to the Multibody Environment: Impact on Existing APIs