Brep.Rebuild Method

Builds parametric face representation using the specified tolerance.
Public Sub Rebuild( _ 
Optional ByVal tol As Double = 0, _ 
Optional ByVal soft As Boolean = false _ 
)
This language is not supported or no code example is available.
public void Rebuild( 
double tol = 0, 
bool soft = false 
)
This language is not supported or no code example is available.

Parameters

tol
double

Rebuild tolerance, zero for default.

soft
bool

When true, only faces without parametric surfaces are rebuilt.

Remarks
 
Using soft = true with an input tolerance different from RebuildTolerance could generate a not-watertight Brep.

.NET Framework

Supported in: 4.8

In this article

Definition