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

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

Constructors

  NameDescription
SurfaceReconstructor..::.Quad
Constructs a new quad face.

Methods

  NameDescription
CompareTo
The standard comparer. Sorts quads by the sorted vertex indices.
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 quads.
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.
Vertex4
Fourth vertex index.

See Also