RayMeshGeometry3DHitTestResult.VertexIndex1 Property

Definition

First vertex of the mesh triangle intersected by the ray.

public:
 property int VertexIndex1 { int get(); };
public int VertexIndex1 { get; }
member this.VertexIndex1 : int
Public ReadOnly Property VertexIndex1 As Integer

Property Value

The index of the first vertex.

Remarks

This property provides the index position of the vertex in the Positions, Normals, and TextureCoordinates collections of the mesh triangle intersected.

Applies to