Mesh.MergeWith (Triangle) Method

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

Parameters

triangle
Triangle

The Triangle entity

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