TextureLayerParameters#

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

Texture Layer Parameters Dataclass.

Overview#

sop_parameters

SOP parameters applied to the texture layer.

image_texture_parameters

Image texture parameters when image_texture is enabled.

normal_map_parameters

Normal map image parameters when normal_map is enabled.

anisotropy_map_parameters

Mapping parameters applied to the anisotropy map.

Import detail#

from ansys.speos.core.generic.parameters import TextureLayerParameters

Attribute detail#

TextureLayerParameters.sop_parameters: SopTypes | SopMirrorParameters | SopLibraryParameters | None#

SOP parameters applied to the texture layer.

TextureLayerParameters.image_texture_parameters: ImageTextureParameters | None = None#

Image texture parameters when image_texture is enabled.

TextureLayerParameters.normal_map_parameters: NormalMapParameters | None = None#

Normal map image parameters when normal_map is enabled.

TextureLayerParameters.anisotropy_map_parameters: UVMappingPlanarParameters | UVMappingCubicParameters | UVMappingSphericalParameters | UVMappingCylindricalParameters | UVMappingByData | None = None#

Mapping parameters applied to the anisotropy map.