Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarEntity Class / PlanarEntity Constructor / PlanarEntity Constructor(Plane)
The plane

In This Topic
    PlanarEntity Constructor(Plane)
    In This Topic
    Plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pln As Plane _
    )
    public PlanarEntity( 
       Plane pln
    )

    Parameters

    pln
    The plane
    See Also