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