Return the specified vertex of a mesh object.
PROCEDURE GetMeshVertex(
hMesh : HANDLE;
index : INTEGER;
VAR outPt : REAL);def vs.GetMeshVertex(hMesh, index):
return outPt| Name | Type | Description |
|---|---|---|
| hMesh | HANDLE | Handle to the mesh object. |
| index | INTEGER | The Index of the vertex. |
| outPt | REAL | Output parameter. The 3D coordinates of the vertex. |
VS Functions: GetMeshVertsCnt | GetMeshVertex | SetMeshVertex
Availability: from Vectorworks 2012