Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CurrentBackMaterial Property

In This Topic
    CurrentBackMaterial Property
    In This Topic
    Gets or sets the current material for the back faces.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentBackMaterial As Material
    public Material CurrentBackMaterial {get;}
    Remarks
    Only the Ambient and Diffuse components are used. The other properties are inherited from the CurrentMaterial
    See Also