Category Geometry items, Object ProQuilt

Function ProQuiltIsInternal


Description
Checks whether a quilt is created for internal use only.
Synopsis
#include <ProQuilt.h>
ProErrorProQuiltIsInternal(
ProQuilt quilt
/* (In)
The quilt handle
*/
ProBoolean* is_internal
/* (Out)
PRO_B_TRUE if the quilt is internal,
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Quilts