DisplayParameters#
- class ansys.speos.core.generic.parameters.DisplayParameters#
Parameters class for Display Source.
Overview#
to the display image (png, jpeg, bmp, tiff, rgb). |
|
Lower bound x axis. |
|
Upper bound x axis. |
|
Lower bound y axis. |
|
Upper bound y axis. |
|
Location and orientation of the display source. |
|
Luminance value in cd/m^2. |
|
Contrast ratio of the display (None means not set). |
|
Intensity parameters for the display (e.g., library intensity). |
|
Color space type of the display, either ColorSpaceType enum for predefined or |
Import detail#
from ansys.speos.core.generic.parameters import DisplayParameters
Attribute detail#
- DisplayParameters.image_file_uri: str | pathlib.Path = ''#
to the display image (png, jpeg, bmp, tiff, rgb).
- DisplayParameters.axis_system: list[float] = [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]#
Location and orientation of the display source.
- DisplayParameters.contrast_ratio: int | None = None#
Contrast ratio of the display (None means not set).
- DisplayParameters.intensity_type: IntensityLambertianParameters | IntensityCosParameters | IntensitySymmetricGaussianParameters | IntensitAsymmetricGaussianParameters | IntensityLibraryParameters#
Intensity parameters for the display (e.g., library intensity).
- DisplayParameters.color_space_type: ColorSpaceType | UserDefinedColorSpaceParameters#
Color space type of the display, either ColorSpaceType enum for predefined or UserDefinedColorSpaceParameters for custom.