HM_ExtAPI::GeomVertexGetGeometry()
Returns vertex geometry.
Syntax
bool GeomVertexGetGeometry(
const HM_EntityGeomVertex & vertex,
HM_Point & vertex_point
);
Type
HyperWorks Tcl Query
Description
If the function succeeds, the return value is true. If the function fails, the return value is false. To get extended value information, call HM_ExtAPI::GetLastErrorCode().
Requires including hm_extapi.h.
Inputs
- vertex
- [in] - Handle to vertex object that was returned by previous calls to API functions.
- vertex_point
- [out] - The structure HM_Point that contains vertex coordinates when the function returns.
Errors
None.