Environment.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.
Public Property AccurateTransparency() As Boolean
This language is not supported or no code example is available.
public bool AccurateTransparency {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
For better rendering of transparent entities with AccurateTransparency turned off, override the DrawViewport and call the SortEntitiesForTransparency. It does not works with selection inside components or of the faces.

.NET Framework

Supported in: 4.8

In this article

Definition