ImageTextureParameters#

class ansys.speos.core.generic.parameters.ImageTextureParameters#

Parameters of an image based texture.

Overview#

file_path

Path to the texture image file.

repeat_u

Whether the image texture repeats along the U direction.

repeat_v

Whether the image texture repeats along the V direction.

mapping

Mapping settings applied to the image texture.

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.