Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 711 Bytes

File metadata and controls

35 lines (28 loc) · 711 Bytes

GetMeshVertex

Description

Return the specified vertex of a mesh object.

PROCEDURE GetMeshVertex(
				hMesh     : HANDLE;
				index     : INTEGER;
				VAR outPt : REAL);
def vs.GetMeshVertex(hMesh, index):
    return outPt

Parameters

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.

See Also

VS Functions: GetMeshVertsCnt | GetMeshVertex | SetMeshVertex

Version

Availability: from Vectorworks 2012

Category