Brep.ConvertToSurfaces Method

Converts this Brep to a list of individual surfaces.
Public Function ConvertToSurfaces( _ 
Optional ByVal rebuildTol As Double = 0 _ 
) As Surface()
This language is not supported or no code example is available.
public Surface[] ConvertToSurfaces( 
double rebuildTol = 0 
)
This language is not supported or no code example is available.

Parameters

rebuildTol
double

Conversion tolerance, zero for default one.

Return Value

Surface[]

An array of surfaces

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition