Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / AccurateTransparency Property

In This Topic
    AccurateTransparency Property
    In This Topic
    When true, the Accurate Transparency mode is activated. Accurate Transparency provides slower but more accurate semi-transparent object drawing with support for non-concave objects and for objects intersection.
    Syntax
    'Declaration
     
    Public Property AccurateTransparency As Boolean
    public bool AccurateTransparency {get; set;}
    Remarks
    For better rendering of transparent entities with AccurateTransparency turned off, override the DrawViewport and call the SortEntitiesForTransparencyIt does not works with selection inside components or of the faces.
    See Also