:class:`InteractiveSimulationParameters` ======================================== .. py:class:: ansys.speos.core.generic.parameters.InteractiveSimulationParameters Interactive Simulation Parameters. .. !! processed by numpydoc !! .. py:currentmodule:: InteractiveSimulationParameters Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ambient_material_uri` - * - :py:attr:`~light_expoert` - * - :py:attr:`~impact_report` - * - :py:attr:`~geom_distance_tolerance` - * - :py:attr:`~max_impact` - * - :py:attr:`~minimum_energy_percentage` - * - :py:attr:`~colorimetric_standard` - Import detail ------------- .. code-block:: python from ansys.speos.core.generic.parameters import InteractiveSimulationParameters Attribute detail ---------------- .. py:attribute:: ambient_material_uri :type: Union[str, pathlib.Path] :value: '' .. py:attribute:: light_expoert :type: bool :value: False .. py:attribute:: impact_report :type: bool :value: False .. py:attribute:: geom_distance_tolerance :value: 0.01 .. py:attribute:: max_impact :value: 100 .. py:attribute:: minimum_energy_percentage :type: float :value: 0.005 .. py:attribute:: colorimetric_standard :type: ColorimetricStandardTypes