AllCharacteristics#
- class ansys.speos.core.simulation.SimulationVirtualBSDF.AllCharacteristics(mode_template, default_values=True, stable_ctr=False)#
BSDF depends on all properties mode of BSDF bench measurement.
By default, is_bsdf180 is false reflection_and_transmission is false Color does not depend on viewing direction is set Source sampling is set to be isotropic
- Parameters:
- Parameters:
Overview#
Set bsdf color does not depend on viewing direction. |
|
Set bsdf color depends on viewing direction. |
Boolean value if bsdf to be generated is bsdf180 or not. |
|
Boolean value if bsdf to be generated is bsdf180 or not. |
Import detail#
from ansys.speos.core.simulation.SimulationVirtualBSDF import AllCharacteristics
Property detail#
- property AllCharacteristics.is_bsdf180: bool#
Boolean value if bsdf to be generated is bsdf180 or not.
This property gets or sets the boolean if the virtual bsdf bench is going to generate one bsdf180 file or not.
- Parameters:
- value: bool
True if bsdf180 is to be generated, False otherwise.
- Returns:
- bool
True if bsdf180 is to be generated, False otherwise.
- property AllCharacteristics.reflection_and_transmission: bool#
Boolean value if bsdf to be generated is bsdf180 or not.
This property gets or sets the boolean if the virtual bsdf bench is going to generate both reflection and transmission or only reflection bsdf.
- Parameters:
- value: bool
True if reflection and transmission is to be generated, False otherwise.
- Returns:
- bool
True if reflection and transmission is to be generated, False otherwise.
Method detail#
- AllCharacteristics.set_non_iridescence()#
Set bsdf color does not depend on viewing direction.
- Returns:
ansys.speos.core.simulation.SimulationVirtualBSDF.AllCharacteristics.NonIridescenceNonIridescence settings to be complete
- AllCharacteristics.set_iridescence()#
Set bsdf color depends on viewing direction.
- Returns:
ansys.speos.core.simulation.SimulationVirtualBSDF.AllCharacteristics.IridescenceIridescence settings to be complete
Classes#
Color depends on viewing direction of BSDF measurement settings. |
|
Color does not depend on viewing direction of BSDF measurement settings. |