Mesh.MergeWith (Quad, Boolean) Method

Merges the mesh with a Quad entity that shares an edge with the mesh.
Public Overridable Sub MergeWith( _ 
ByVal quad As Quad, _ 
ByVal weldNow As Boolean
)
This language is not supported or no code example is available.
public virtual void MergeWith( 
Quad quad
bool weldNow 
)
This language is not supported or no code example is available.

Parameters

quad
Quad

The Quad entity

weldNow
bool

If true, the two meshes are welded immediately.

Remarks
 
If you need to merge several entities it is far more efficient to weld them only at the last MergeWith.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition