Set a mesh vertex.
PROCEDURE SetMeshVertex(
hMesh : HANDLE;
index : INTEGER;
pt : REAL);def vs.SetMeshVertex(hMesh, index, pt):
return None| Name | Type | Description |
|---|---|---|
| hMesh | HANDLE | Handle to the mesh object. |
| index | INTEGER | The Index of the vertex. |
| pt | REAL | The new vertex coordinates. |
VS Functions: GetMeshVertsCnt | GetMeshVertex | SetMeshVertex
Availability: from Vectorworks 2012