Eyeshot 10 WinForms API Reference
AccurateTransparency Property

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : AccurateTransparency Property
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

Reference

ViewportLayout Class
ViewportLayout Members
SortEntitiesForTransparency Method
AssemblySelectionMode Property
SelectionFilterMode Property