Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ClippingPlaneBase Class / Normal Property

In This Topic
    Normal Property (ClippingPlaneBase)
    In This Topic
    Gets or sets the plane normal.
    Syntax
    'Declaration
     
    Public Property Normal As Vector3D
    public Vector3D Normal {get; set;}
    See Also