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

MeshTriangle.Index

Property
Description:
The index of the vertex in the Vertices array of the mesh, for indexed access.
Syntax
public uint this[
	int idx
] { get; }
Parameters
Parameter Type Description
idx Int32 Index of the vertex in the triangle: 0, 1 or 2.
Return Value