Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ClippingPlane Class / ClippingPlane Constructor / ClippingPlane Constructor(Plane,Boolean)
The plane
Status

In This Topic
    ClippingPlane Constructor(Plane,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plane As Plane, _
       ByVal active As Boolean _
    )
    public ClippingPlane( 
       Plane plane,
       bool active
    )

    Parameters

    plane
    The plane
    active
    Status
    See Also