FemMesh.MergeWith Method

Merges two FemMesh objects.
Public Sub MergeWith( _ 
ByVal other As FemMesh, _ 
ByVal weldNow As Boolean
)
This language is not supported or no code example is available.
public void MergeWith( 
FemMesh other
bool weldNow 
)
This language is not supported or no code example is available.

Parameters

other
FemMesh

The other FemMesh

weldNow
bool

If true, the two meshes are welded immediately.

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