MeshGeometry.Edges Property
Gets the collection of Edge elements that defines the edges of the MeshGeometry.
Syntax
public EdgeCollection Edges { get; }
Property Value
Remarks
Each edge of the mesh is specified by a Edge instance with two 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.
Specifying edges is optional, the collection may be empty. See the MeshGeometry class for an example of a mesh with edges.
Platforms
Windows, Linux, Android