API Documentation > Geometry items > Object ProGeomitem > Function ProGeomitemToEdge
Function ProGeomitemToEdge
Description
Converts an edge ProGeomitem handle to a ProEdge handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGeomitem.h>
ProGeomitemToEdge
(
ProGeomitem* p_geom_item
/* (In)
The edge geometry item handle
*/
ProEdge* r_edge_handle
/* (Out)
The edge handle initialized, based on the input geometry item handle
*/
)
Returns
The function successfully converted the geometry item handle to an edge handle.
The input geometry item handle is invalid, or does not refer to an edge.
Sample Code References
Was this helpful?