Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Mirror Method / Mirror(Plane,Double,Plane,Boolean) Method
Search reference plane
Search volume offset
Mirror plane
If true, the selection is moved and duplicated

In This Topic
    Mirror(Plane,Double,Plane,Boolean) Method
    In This Topic
    Mirrors nodes and elements selected.
    Syntax
    'Declaration
     
    Public Overloads Sub Mirror( _
       ByVal plane As Plane, _
       ByVal inflateBy As Double, _
       ByVal mirrorPlane As Plane, _
       ByVal copy As Boolean _
    ) 
    public void Mirror( 
       Plane plane,
       double inflateBy,
       Plane mirrorPlane,
       bool copy
    )

    Parameters

    plane
    Search reference plane
    inflateBy
    Search volume offset
    mirrorPlane
    Mirror plane
    copy
    If true, the selection is moved and duplicated
    See Also