Mesh.MergeWith (Mesh, Boolean, Boolean) Method

Merges two compatible Mesh objects.
Public Sub MergeWith( _ 
ByVal mesh As Mesh, _ 
Optional ByVal weldNow As Boolean = true, _ 
Optional ByVal recomputeEdges As Boolean = true _ 
)
This language is not supported or no code example is available.
public void MergeWith( 
Mesh mesh
bool weldNow = true, 
bool recomputeEdges = true 
)
This language is not supported or no code example is available.

Parameters

mesh
Mesh

The other Mesh object

weldNow
bool

If true, the two meshes are welded immediately.

recomputeEdges
bool

If true, recomputes the edges else it preserves the edges of both meshes

Remarks
 
If you need to merge several meshes it's far more efficient to weld them only at the last MergeWith call.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition