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.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition