Category Geometry items, Object ProGeomitem

Function ProGeomitemToCsys


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

Sample Code References:

  1. pt_examples ( UtilGeom.c )
  2. pt_userguide ( UgImportfeatCreate.c )