InteractiveSimulationParameters#
- class ansys.speos.core.generic.parameters.InteractiveSimulationParameters#
Interactive Simulation Parameters.
Overview#
Path to the ambient material file. |
|
Whether light export is enabled. |
|
Whether impact reporting is enabled. |
|
Minimum energy percentage threshold for ray continuation. |
|
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.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.