TextureLayerParameters#
- class ansys.speos.core.generic.parameters.TextureLayerParameters#
Texture Layer Parameters Dataclass.
Overview#
SOP parameters applied to the texture layer. |
|
Image texture parameters when |
|
Normal map image parameters when |
|
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_textureis enabled.
- TextureLayerParameters.normal_map_parameters: NormalMapParameters | None = None#
Normal map image parameters when
normal_mapis enabled.
- TextureLayerParameters.anisotropy_map_parameters: UVMappingPlanarParameters | UVMappingCubicParameters | UVMappingSphericalParameters | UVMappingCylindricalParameters | UVMappingByData | None = None#
Mapping parameters applied to the anisotropy map.