RVTDocs.com
Namespace: Autodesk.Revit.DB Class: MeshTriangle

MeshTriangle.Vertex

Property
Description:
A vertex of the triangle.
Syntax
public XYZ this[
	int idx
] { get; }
Parameters
Parameter Type Description
idx Int32 Index of the vertex in the triangle: 0, 1 or 2.
Return Value