FaceModel.TriangleIndices Property

Gets the collection of triangle indices for the face model.

Syntax

public:
static property IVectorView<uint32>^ TriangleIndices {
         IVectorView<uint32>^ get ();
}  

Property value

Type: IVectorView<uint32> 

  A collection of triangle indices.

Requirements

Namespace: Microsoft.Kinect.Face

Metadata: microsoft.kinect.face.winmd

See also

Reference

FaceModel Class

FaceModel Members

Microsoft.Kinect.Face Namespace