API-Dokumentation > Geometry items > Object ProGeomitem > Function ProGeomitemToAxis
Function ProGeomitemToAxis
Description
Converts an axis ProGeomitem handle to a ProAxis handle.
Replacement in Object TOOLKIT:
No successor will be provided.
Synopsis
#include <ProGeomitem.h>
ProGeomitemToAxis
(
ProGeomitem* p_geom_item
/* (In)
The axis geometry item handle
*/
ProAxis* r_axis_handle
/* (Out)
The axis handle initialized, based on the input geometry item handle
*/
)
Returns
The function successfully converted the geometry item handle to an axis handle.
The input geometry item handle is invalid, or does not refer to an axis.
Sample Code References
War dies hilfreich?