ImageTexture#

class ansys.speos.core.opt_prop.TextureLayer.ImageTexture(parent, default_parameters=None, stable_ctr=False)#

Bases: BaseTextureMap

Image texture mapping properties.

Parameters:

Overview#

repeat_u

Whether the texture repeats along the U direction.

repeat_v

Whether the texture repeats along the V direction.

image_file_uri

URI of the texture bitmap file.

Import detail#

from ansys.speos.core.opt_prop.TextureLayer import ImageTexture

Property detail#

property ImageTexture.repeat_u: bool#

Whether the texture repeats along the U direction.

property ImageTexture.repeat_v: bool#

Whether the texture repeats along the V direction.

property ImageTexture.image_file_uri: str | None#

URI of the texture bitmap file.