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

In This Topic
    Mirror Constructor(Plane)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plane As Plane _
    )
    public Mirror( 
       Plane plane
    )

    Parameters

    plane
    Mirror plane
    See Also