Share via


Mesh.GetTriangleIndexes Method

Gets the collection of triangle indexes. There are 3 indexes per triangle.

Syntax

public ReadOnlyCollection<int> GetTriangleIndexes ()

Return Value

Type: ReadOnlyCollection<Int32>
Returns a reference to the read only collection of the triangle indexes.

This method raises the following exceptions:

Exception Raised By
InvalidOperationException Thrown when the call failed for an unknown reason.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

Mesh Class
Mesh Members
Microsoft.Kinect.Toolkit.Fusion Namespace