Eyeshot 10 WinForms API Reference
MergeWith Method (FemMesh)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class : MergeWith Method
The other FemMesh
If true, the two meshes are welded immediately.
Merges two FemMesh objects.
Syntax
'Declaration
 
Public Sub MergeWith( _
   ByVal other As FemMesh, _
   ByVal weldNow As Boolean _
) 
public void MergeWith( 
   FemMesh other,
   bool weldNow
)

Parameters

other
The other FemMesh
weldNow
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.
See Also

Reference

FemMesh Class
FemMesh Members