AmbientUniformParameters#
- class ansys.speos.core.generic.parameters.AmbientUniformParameters#
Ambient Uniform Parameters.
Overview#
Luminance value in cd/m^2. |
|
If True the ambient light covers all space, if False only covers the upper half space. |
|
Zenith direction vector. |
|
Spectrum type for the uniform ambient source (blackbody or library spectra only). |
Import detail#
from ansys.speos.core.generic.parameters import AmbientUniformParameters
Attribute detail#
- AmbientUniformParameters.mirrored_extent: bool = False#
If True the ambient light covers all space, if False only covers the upper half space.
- AmbientUniformParameters.spectrum_type: SpectrumLibraryParameters | SpectrumBlackBodyParameters#
Spectrum type for the uniform ambient source (blackbody or library spectra only).