TextureLayer#
- class ansys.speos.core.opt_prop.TextureLayer(opt_prop, name, description='', metadata=None, default_parameters=None)#
Bases:
BaseSopDescribes the optical and texture properties of a single texture layer.
Overview#
Activate Image texture in this texture layer. |
|
Deactivate image texture in this texture layer. |
|
Activate normal map in this texture layer. |
|
Activate normal map in this texture layer. |
|
Deactivate normal map in this texture layer. |
|
Activate anisotropy map in this texture layer. |
|
Deactivate anisotropy map in this texture layer. |
|
Delete the SOP template layer from the server and update local state. |
Texture Properties of the Image Texture. |
|
Texture properties of the normal map. |
|
Anisotropy map mapping properties. |
Import detail#
from ansys.speos.core.opt_prop import TextureLayer
Property detail#
- property TextureLayer.image_texture: ImageTexture#
Texture Properties of the Image Texture.
- property TextureLayer.anisotropic_map: AnisotropicMap#
Anisotropy map mapping properties.
Attribute detail#
- TextureLayer.sop_template_link = None#
Method detail#
- TextureLayer.set_image_texture()#
Activate Image texture in this texture layer.
- TextureLayer.set_image_texture_to_none()#
Deactivate image texture in this texture layer.
- TextureLayer.set_normal_map_from_image()#
Activate normal map in this texture layer.
- TextureLayer.set_normal_map_from_normal_map()#
Activate normal map in this texture layer.
- TextureLayer.set_normal_map_to_none()#
Deactivate normal map in this texture layer.
- TextureLayer.set_anisotropy_map()#
Activate anisotropy map in this texture layer.
- TextureLayer.set_anisotropy_map_to_none()#
Deactivate anisotropy map in this texture layer.
- TextureLayer.delete()#
Delete the SOP template layer from the server and update local state.
- Returns:
ansys.speos.core.opt_prop.TextureLayerReturns self after deletion.
Classes#
Texture mapping operator for a texture layer. |
|
Texture mapping by data for a texture layer. |
|
Base class for texture mapping properties. |
|
Image texture mapping properties. |
|
Normal map texture mapping properties. |
|
Anisotropy map texture mapping properties. |