API Documentation > Geometry items > Object ProGeomitem > Function ProGeomitemToCsys
Function ProGeomitemToCsys
Description
Converts a coordinate system ProGeomitem handle to a ProCsys handle.
Synopsis
#include <ProGeomitem.h>
ProGeomitemToCsys
(
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
The function successfully converted the geometry item handle to a coordinate system handle.
The input geometry item handle is invalid, or does not refer to a coordinate system.
Sample Code References
Was this helpful?