Brep.ConvertToSolid Method

Converts this Brep to Solid using the specified tolerance.
Public Function ConvertToSolid( _ 
Optional ByVal deviation As Double = 0, _ 
Optional ByVal angle As Double = 0 _ 
) As Solid
This language is not supported or no code example is available.
public Solid ConvertToSolid( 
double deviation = 0, 
double angle = 0 
)
This language is not supported or no code example is available.

Parameters

deviation
double

The maximum deviation, zero for current tessellation.

angle
double

The maximum angular deflection, ignored when zero.

Return Value

Solid

The resulting Solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition