Reconstructs a surface from unordered edges.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public void ReconstructSurface(
int relevantDecimals
) |
| Visual Basic (Declaration) |
|---|
Public Sub ReconstructSurface ( _
relevantDecimals As Integer _
) |
| Visual C++ |
|---|
public:
void ReconstructSurface(
int relevantDecimals
) |
Parameters
- relevantDecimals
- Type: System..::.Int32
The number of decimals after the decimal separator
to round all coordinates to before reconstructing the surface.
See Also