GMesh.Weld (Double, Boolean) Method

Removes duplicated vertices and degenerated triangles in the GMesh with a given tolerance.
Public Sub Weld( _ 
ByVal maxGap As Double, _ 
Optional ByVal updateEdges As Boolean = false _ 
)
This language is not supported or no code example is available.
public void Weld( 
double maxGap
bool updateEdges = false 
)
This language is not supported or no code example is available.

Parameters

maxGap
double

The maximum distance for considering two vertices equal.

updateEdges
bool

When true, also the edges are updated with the new vertices indices, otherwise Edges is cleared. Used for internal purpose.

.NET Framework

Supported in: 4.7.2

In this article

Definition