Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / MergeWith Method
The other FemMesh
If true, the two meshes are welded immediately.

In This Topic
    MergeWith Method (FemMesh)
    In This Topic
    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