Provides methods to reconstruct a surface consisting of triangular and/or quad faces from completely unordered wireframe edges.

The SurfaceReconstructor..::.Tri type exposes the following members.

Constructors

  NameDescription
SurfaceReconstructor..::.Tri
Constructs a new triangular face.

Methods

  NameDescription
CompareTo
The standard comparer. Sorts triangular faces by the value of the indices of their vertices.
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.)
RemoveDuplicates
Removes duplicates from a list of triangular faces.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Vertex1
First vertex index.
Vertex2
Second vertex index.
Vertex3
Third vertex index.

See Also