Share via


Mesh.GetVertices Method

Gets the collection of vertices. Each vertex has a corresponding normal with the same index.

Syntax

public ReadOnlyCollection<Vector3> GetVertices ()

Return Value

Type: ReadOnlyCollection<Vector3>

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