A class defining an edge from two integer values referring to the zero-based index of vertices in a list of mesh vertices.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
[SerializableAttribute]
public class MeshEdge : IComparable<MeshEdge>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MeshEdge _
	Implements IComparable(Of MeshEdge)
Visual C++
[SerializableAttribute]
public ref class MeshEdge : IComparable<MeshEdge^>

Remarks

The indices refer to the zero-based indices of the vertex list of a mesh. Each mesh edge knows its adjacent faces, i.e. all faces that contain the mesh edge.

Inheritance Hierarchy

System..::.Object
  ceometric.ComputationalGeometry..::.MeshEdge

See Also