Share via


FaceModel.TriangleIndices Property

Gets the collection of triangle indices for the face model.

Syntax

public:
static property IVectorView<uint32, >^ TriangleIndices {
         IVectorView<uint32, >^ get ();
}
public static IReadOnlyList<uint, >TriangleIndices { get; }
var triangleIndices = Microsoft.Kinect.Face.FaceModel.triangleIndices;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: IVectorView<uint32, >
Type: IReadOnlyList<uint, >
Type: IVectorView<Number, >

 

A collection of triangle indices.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

FaceModel Class
Microsoft.Kinect.Face Namespace