Category Geometry items, Object ProQuilt

Function ProQuiltInit


Description
Initializes the ProQuilt handle.
Replacement in Object TOOLKIT: wfcWSolid::GetQuilt
Synopsis
#include <ProQuilt.h>
ProErrorProQuiltInit(
ProSolid p_owner_handle
/* (In)
The solid owner of the quilt
*/
int quilt_id
/* (In)
The quilt identifier
*/
ProQuilt* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( UtilGeom.c )
  2. pt_examples ( TestMisc.c )