Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Mirror Method / Mirror(Plane,Boolean) Method
Mirror plane
If true, the elements are moved and duplicated

In This Topic
    Mirror(Plane,Boolean) Method
    In This Topic
    Mirrors the whole FemMesh.
    Syntax
    'Declaration
     
    Public Overloads Sub Mirror( _
       ByVal mirrorPlane As Plane, _
       ByVal copy As Boolean _
    ) 
    public void Mirror( 
       Plane mirrorPlane,
       bool copy
    )

    Parameters

    mirrorPlane
    Mirror plane
    copy
    If true, the elements are moved and duplicated
    See Also