GSurface.ConvertToBrep Method

Converts this GSurface to a GBrep object.
Public Function ConvertToBrep( _ 
Optional ByVal rebuildTolerance As Double = 0 _ 
) As GBrep
This language is not supported or no code example is available.
public GBrep ConvertToBrep( 
double rebuildTolerance = 0 
)
This language is not supported or no code example is available.

Parameters

rebuildTolerance
double

The rebuild tolerance to set to the object. Zero for default value.

Return Value

GBrep

The resulting GBrep object.

.NET Framework

Supported in: 4.7.2

In this article

Definition