Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / backfaceColorMethodType Enumeration

In This Topic
    backfaceColorMethodType Enumeration
    In This Topic
    Backface color type.
    Syntax
    'Declaration
     
    Public Enum backfaceColorMethodType 
       Inherits System.Enum
    public enum backfaceColorMethodType : System.Enum 
    Members
    MemberDescription
    Cull Backfaces are invisible
    EntityColor Backfaces color is defined by the entity color
    SingleColorBackfaces color is defined by BackfaceSettings.Color
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.backfaceColorMethodType

    See Also