Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / hiddenLinesColorMethodType Enumeration

In This Topic
    hiddenLinesColorMethodType Enumeration
    In This Topic
    Hidden Lines color type.
    Syntax
    'Declaration
     
    Public Enum hiddenLinesColorMethodType 
       Inherits System.Enum
    public enum hiddenLinesColorMethodType : System.Enum 
    Members
    MemberDescription
    EntityColor The color is defined by the entity color
    EntityMaterial The color is defined by the entity material
    SingleColorThe color is defined HiddenLinesSettings.WireColor
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.hiddenLinesColorMethodType

    See Also