Category Geometry items, Object ProGeomitem

Function ProGeomitemToQuilt


Description
Converts a quilt ProGeomitem handle to a ProQuilt handle.
Synopsis
#include <ProGeomitem.h>
ProErrorProGeomitemToQuilt(
ProGeomitem* p_geom_item
/* (In)
The quilt geometry item handle
*/
ProQuilt* r_quilt_handle
/* (Out)
The quilt handle initialized, based on the input geometry item handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully converted the geometry item handle to a quilt handle.
PRO_TK_BAD_INPUTSThe input geometry item handle is invalid, or does not refer to a quilt.

Sample Code References:

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