The different types of emitter shapes for a photometric light.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
| Name | Value | Description |
| CylinderLightShapeType | 5 | A cylindrical emitter, defined by a radius and a height. |
| DiscLightShapeType | 2 | A disc emitter, defined by a radius. |
| LineLightShapeType | 1 | A line emitter, defined by a length. |
| PointLightShapeType | 0 | A point emitter with no dimensions. |
| RectangleLightShapeType | 3 | A rectangular emitter, defined by a length and a width. |
| SphereLightShapeType | 4 | A spherical emitter, defined by a radius. |