:class:`AmbientEnvironmentParameters` ===================================== .. py:class:: ansys.speos.core.generic.parameters.AmbientEnvironmentParameters Ambient Environment Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: AmbientEnvironmentParameters Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~zenith_direction` - * - :py:attr:`~north_direction` - * - :py:attr:`~luminance` - * - :py:attr:`~image_file_uri` - * - :py:attr:`~color_space_type` - Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import AmbientEnvironmentParameters Attribute detail ---------------- .. py:attribute:: zenith_direction :type: list[float] :value: [0, 0, 1] .. py:attribute:: north_direction :type: list[float] :value: [0, 1, 0] .. py:attribute:: luminance :type: float :value: 1000.0 .. py:attribute:: image_file_uri :type: Union[str, pathlib.Path] :value: '' .. py:attribute:: color_space_type :type: Union[ColorSpaceType, UserDefinedColorSpaceParameters]