Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ClippingPlane Class / ClippingPlane Constructor / ClippingPlane Constructor(Vector3D,Double,Boolean)
Plane normal
Distance from the origin
Status

In This Topic
    ClippingPlane Constructor(Vector3D,Double,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal normal As Vector3D, _
       ByVal distance As Double, _
       ByVal active As Boolean _
    )
    public ClippingPlane( 
       Vector3D normal,
       double distance,
       bool active
    )

    Parameters

    normal
    Plane normal
    distance
    Distance from the origin
    active
    Status
    See Also