Brep.ConvertToMesh (Double, Boolean, Double) Method

Converts this Brep to a Mesh using the specified triangle size.
Public Function ConvertToMesh( _ 
ByVal maxLength As Double, _ 
ByVal weldNow As Boolean, _ 
Optional ByVal weldMaxGap As Double = 0 _ 
) As Mesh
This language is not supported or no code example is available.
public Mesh ConvertToMesh( 
double maxLength
bool weldNow
double weldMaxGap = 0 
)
This language is not supported or no code example is available.

Parameters

maxLength
double

The maximum triangle edge length

weldNow
bool

When true, the resulting face meshes are welded immediately.

weldMaxGap
double

The welding maximum acceptable gap between vertices. Zero for auto-estimation.

Return Value

Mesh

The resulting Mesh object.

.NET Framework

Supported in: 4.8

In this article

Definition