Mesh.MergeWith (Quad) Method

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

Parameters

quad
Quad

The Quad entity to merge

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