ShadowDisplayType Enumeration
|
Defines shadow types that can be
displayed.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum ShadowDisplayType
Public Enumeration ShadowDisplayType
public enum class ShadowDisplayType
Members
Member name |
Value |
Description |
None |
0 |
No shadows are displayed. |
GroundPlane |
1 |
Ground plane shadows are displayed. |
Full |
2 |
Full shadows are displayed. |
FullAndGround |
3 |
Full shadows are displayed along with shadows on the ground
plane. |
See Also