The MeshEdge type exposes the following members.

Constructors

  NameDescription
MeshEdgeOverloaded.

Methods

  NameDescription
CompareTo
The standard comparer. Sorts mesh edges in a list first after the smaller of start or end index, then then after the greater of start or end index.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasVertex
Tests if the mesh edge has a specific vertex index.
ToString
Gets the mesh edge in textual form.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
AdjacentTriangles
Gets or sets the adjacent mesh triangles of the mesh edge.
CollapseCost
The cost to collapse this mesh edge.
Direction
The edge collapse direction corresponding to the edge cost.
EndIndex
Gets or sets the end index of the mesh edge.
StartIndex
Gets or sets the start index of the mesh edge.

See Also