texture#

class ansys.api.pyensight.ensight_api.texture(session: Session)#

Class wrapper for EnSight texture module

This class acts as a proxy for the EnSight Python module ensight.texture

Methods

texture.autoscale(p0)

Sets the state of temporal autoscaling for the currently selected texture.

texture.border_rgb(p0, p1, p2)

Selects a texture slot for editing.

texture.border_transparency(p0)

Sets the transparency value that will be used outside of the texture space when the texture is clamped

texture.clear()

Remove the texture from the texture slot.

texture.compress(p0)

Sets the internal compression scheme EnSight uses in memory for the currently selected texture.

texture.display_type(p0)

Set the texture to accept color, color+alpha, or just alpha from the loaded image.

texture.frame_limits(p0, p1)

Sets the starting and ending frame numbers for the currently selected texture.

texture.read(p0)

Load a texture.

texture.select(p0)

Selects a texture slot for editing.

texture.time_limits(p0, p1)

Sets the starting and ending solution time for the currently selected texture.