Documentación de la API > Geometry items > Object ProAxis > Function ProAxisToGeomitem
Function ProAxisToGeomitem
Description
Converts a ProAxis handle to its ProGeomitem handle.
Synopsis
#include <ProGeomitem.h>
ProAxisToGeomitem
(
ProSolid solid
/* (In)
The owner of the axis_handle.
*/
ProAxis axis_handle
/* (In)
The ProAxis handle to convert.
*/
ProGeomitem* r_geom_item
/* (Out)
The ProGeomitem handle for the axis. You must allocate the memory for this structure.
*/
)
Returns
The function successfully converted the axis handle to its geometry item handle.
One or more of the input arguments are invalid.
Sample Code References
¿Fue esto útil?