Eyeshot 11 WPF API Reference
WPF 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