Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawSceneParams Class / PlanarReflections Property

In This Topic
    PlanarReflections Property (ViewportLayout.DrawSceneParams)
    In This Topic
    Tells if the planar reflections are being drawn.
    Syntax
    'Declaration
     
    Public Property PlanarReflections As Boolean
    public bool PlanarReflections {get; set;}
    Remarks
    Can be used to skip the drawing of some entities in the planar reflections.
    See Also