Instantiates a new surface reconstructor.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public SurfaceReconstructor(
	List<Edge> edges
)
Visual Basic (Declaration)
Public Sub New ( _
	edges As List(Of Edge) _
)
Visual C++
public:
SurfaceReconstructor(
	List<Edge^>^ edges
)

Parameters

edges
Type: System.Collections.Generic..::.List<(Of <(Edge>)>)
A list of unordered wireframe edges to reconstruct a surface from.

See Also