Instantiates a new surface reconstructor.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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.