Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewSettings Class / IgnoreTransparency Property

In This Topic
    IgnoreTransparency Property
    In This Topic
    If true, treats the transparent entities as if they are opaque, so they will hide the geometry behind.
    Syntax
    'Declaration
     
    Public Property IgnoreTransparency As Boolean
    public bool IgnoreTransparency {get; set;}
    See Also