The SurfaceReconstructor type exposes the following members.

Constructors

  NameDescription
SurfaceReconstructor
Instantiates a new surface reconstructor.

Methods

  NameDescription
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.)
GetSurfaceAsTriangleList
Gets the reconstructed surface in form of triangles. A quad will automatically be converted into two triangles.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ReconstructSurface
Reconstructs a surface from unordered edges.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Quads
Gets or sets the reconstructed quadrialteral faces.
Tris
Gets or sets the reconstructed triangular faces.
Vertices
Gets the vertices of the reconstructed surface.
WireframeEdges
Gets or sets the wireframe edges.

See Also