Isotropic#

class ansys.speos.core.simulation.SimulationVirtualBSDF.AllCharacteristics.NonIridescence.Isotropic(non_iridescence_isotropic, default_values=True, stable_ctr=False)#

Bases: BaseSimulation

Uniform Isotropic source sampling.

By default, Uniform source theta sampling value 18 is set

Parameters:
non_iridescence_isotropicsimulation_template_pb2.Isotropic

Isotropic settings to complete.

default_valuesbool

Uses default source sampling values when True.

stable_ctrbool

Variable to indicate if usage is inside class scope

Parameters:
  • non_iridescence_isotropic (ansys.api.speos.simulation.v1.simulation_template_pb2.Isotropic)

  • default_values (bool)

  • stable_ctr (bool)

Import detail#

from ansys.speos.core.simulation.SimulationVirtualBSDF.AllCharacteristics.NonIridescence import Isotropic