anim_screens#

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

Class wrapper for EnSight anim_screens module

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

Methods

anim_screens.save_multiple_images(p0)

Option to save a single image or multiple images from a flat-wall detached display.

anim_screens.type(p0)

Specifies the size of the graphics window to use during keyframe animation playback.

anim_screens.x_max(p0)

Specifies the right x/y coordinate of the keyframe animation window during playback.

anim_screens.x_min(p0)

Specifies the right x/y coordinate of the keyframe animation window during playback.

anim_screens.y_max(p0)

Specifies the right x/y coordinate of the keyframe animation window during playback.

anim_screens.y_min(p0)

Specifies the right x/y coordinate of the keyframe animation window during playback.