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

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

    Parameters

    plane
    Search reference plane
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Search volume offset
    mirrorPlane
    Mirror plane
    copy
    If true, the selection is moved and duplicated
    See Also