Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 648 Bytes

File metadata and controls

35 lines (28 loc) · 648 Bytes

SetMeshVertex

Description

Set a mesh vertex.

PROCEDURE SetMeshVertex(
				hMesh : HANDLE;
				index : INTEGER;
				pt    : REAL);
def vs.SetMeshVertex(hMesh, index, pt):
    return None

Parameters

Name Type Description
hMesh HANDLE Handle to the mesh object.
index INTEGER The Index of the vertex.
pt REAL The new vertex coordinates.

See Also

VS Functions: GetMeshVertsCnt | GetMeshVertex | SetMeshVertex

Version

Availability: from Vectorworks 2012

Category