| Description |
| Converts a surface ProGeomitem handle to a ProSurface handle. |
| Synopsis |
| #include <ProGeomitem.h> |
| ProError | ProGeomitemToSurface | ( |
| ProGeomitem* p_geom_item | |
| /*
(In) |
| The surface geometry item handle |
| */ |
| ProSurface* r_surf_handle | |
| /*
(Out) |
| The surface handle initialized, based on the input geometry item handle |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully converted the geometry item handle to a surface handle. |
| PRO_TK_BAD_INPUTS | | The input geometry item handle is invalid, or does not refer to a surface. |
|