InteractiveSimulationParameters#

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

Interactive Simulation Parameters.

Overview#

ambient_material_uri

Path to the ambient material file.

light_expoert

Whether light export is enabled.

impact_report

Whether impact reporting is enabled.

geom_distance_tolerance

max_impact

minimum_energy_percentage

Minimum energy percentage threshold for ray continuation.

colorimetric_standard

Colorimetric standard used for result computation.

Import detail#

from ansys.speos.core.generic.parameters import InteractiveSimulationParameters

Attribute detail#

InteractiveSimulationParameters.ambient_material_uri: str | pathlib.Path = ''#

Path to the ambient material file.

InteractiveSimulationParameters.light_expoert: bool = False#

Whether light export is enabled.

InteractiveSimulationParameters.impact_report: bool = False#

Whether impact reporting is enabled.

InteractiveSimulationParameters.geom_distance_tolerance = 0.01#
InteractiveSimulationParameters.max_impact = 100#
InteractiveSimulationParameters.minimum_energy_percentage: float = 0.005#

Minimum energy percentage threshold for ray continuation.

InteractiveSimulationParameters.colorimetric_standard: ColorimetricStandardTypes#

Colorimetric standard used for result computation.