ExtendedLightShape Enumeration
|
Represents shapes of extended light
sources.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum ExtendedLightShape
Public Enumeration ExtendedLightShape
public enum class ExtendedLightShape
Members
| Member name |
Value |
Description |
| Linear |
0 |
Linear light source. |
| Rectangle |
1 |
Rectangular-shaped light source. |
| Disk |
2 |
Disk-shaped light source. |
| Cylinder |
3 |
Cylinder-shaped light source. |
| Sphere |
4 |
Sphere-shaped light source. |
See Also