AmbientUniformParameters#

class ansys.speos.core.generic.parameters.AmbientUniformParameters#

Ambient Uniform Parameters.

Overview#

luminance

Luminance value in cd/m^2.

mirrored_extent

If True the ambient light covers all space, if False only covers the upper half space.

zenith_direction

Zenith direction vector.

spectrum_type

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.luminance: float = 1000.0#

Luminance value in cd/m^2.

AmbientUniformParameters.mirrored_extent: bool = False#

If True the ambient light covers all space, if False only covers the upper half space.

AmbientUniformParameters.zenith_direction: list[float] = [0, 0, 1]#

Zenith direction vector.

AmbientUniformParameters.spectrum_type: SpectrumLibraryParameters | SpectrumBlackBodyParameters#

Spectrum type for the uniform ambient source (blackbody or library spectra only).