Share

MeshTriangle.Vertex Property

A vertex of the triangle.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public XYZ this[
	int idx
] { get; }

Parameters

idx  Int32
Index of the vertex in the triangle: 0, 1 or 2.

Property Value

XYZ

See Also

Reference

Was this information helpful?