MeshGeometry.Triangles Property
Gets the collection of Triangle elements that defines the triangles of the MeshGeometry.
Syntax
public TriangleCollection Triangles { get; }
Property Value
Remarks
Each triangle of the mesh is specified by a Triangle instance with three numbers, used as indices into the Vertices array. It is up to the application to make sure that these indices are valid, otherwise the result is undefined.
The Normals and/or TextureCoordinates arrays may be empty, but if they are not, the index numbers of the triangles are used to index these arrays as well. Again it is up to the application to make sure the values are valid. Note that the TextureCoordinates array must contain two float values (u, v) for each vertex.
Platforms
Windows, Linux, Android