Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Mirror Method / Mirror(Point3D,Point3D,Double,Plane,Boolean) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
Mirror plane
If true, the selection is moved and duplicated

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

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    mirrorPlane
    Mirror plane
    copy
    If true, the selection is moved and duplicated
    See Also