API Documentation > Geometry items > Object ProCsys > Function ProCsysToGeomitem
Function ProCsysToGeomitem
Description
Converts a ProCsys handle to its ProGeomitem handle.
Synopsis
#include <ProGeomitem.h>
ProCsysToGeomitem
(
ProSolid solid
/* (In)
The owner of the csys_handle.
*/
ProCsys csys_handle
/* (In)
The ProCsys handle to convert.
*/
ProGeomitem* r_geom_item
/* (Out)
The ProGeomitem handle for the coordinate system. You must allocate the memory for this structure.
*/
)
Returns
The function successfully converted the coordinate system handle to its geometry item handle.
One or more of the input arguments are invalid.
Sample Code References
Was this helpful?