ImageTextureParameters#
- class ansys.speos.core.generic.parameters.ImageTextureParameters#
Parameters of an image based texture.
Overview#
Import detail#
from ansys.speos.core.generic.parameters import ImageTextureParameters
Attribute detail#
- ImageTextureParameters.file_path: str | pathlib.Path = ''#
Path to the texture image file.
- ImageTextureParameters.repeat_u: bool = True#
Whether the image texture repeats along the U direction.
- ImageTextureParameters.repeat_v: bool = True#
Whether the image texture repeats along the V direction.
- ImageTextureParameters.mapping: [UVMappingPlanarParameters | UVMappingCubicParameters | UVMappingSphericalParameters | UVMappingCylindricalParameters | UVMappingByData]#
Mapping settings applied to the image texture.