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
| Name | Description | |
|---|---|---|
| SurfaceReconstructor..::.Quad | Constructs a new quad face. |
Methods
| Name | Description | |
|---|---|---|
| CompareTo | The standard comparer. Sorts quads by the
sorted vertex indices. | |
| Equals | (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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Vertex1 | First vertex index. | |
| Vertex2 | Second vertex index. | |
| Vertex3 | Third vertex index. | |
| Vertex4 | Fourth vertex index. |