Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Mirror Method / Mirror(Plane) Method
Mirror plane

In This Topic
    Mirror(Plane) Method
    In This Topic
    Mirror transformation.
    Syntax
    'Declaration
     
    Public Overloads Sub Mirror( _
       ByVal plane As Plane _
    ) 
    public void Mirror( 
       Plane plane
    )

    Parameters

    plane
    Mirror plane
    See Also