anim_quick#

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

Class wrapper for EnSight anim_quick module

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

Methods

anim_quick.accelerate_first(p0)

Controls the acceleration for the first/last keyframes created for quick animations.

anim_quick.accelerate_last(p0)

Controls the acceleration for the first/last keyframes created for quick animations.

anim_quick.create_keyframes()

Creates the keyframes for the quick_animation setup.

anim_quick.explode_direction(p0)

Sets up an exploded view quick animation.

anim_quick.explode_distance(p0)

Sets the exploded view distance.

anim_quick.explode_origin(p0, p1, p2)

Sets the exploded view origin.

anim_quick.explode_view(p0)

Sets up an exploded view quick animation.

anim_quick.fly_around(p0)

Sets up a fly-around quick animation.

anim_quick.fly_direction(p0)

Sets up the direction for a fly-around animation.

anim_quick.fly_revolutions(p0)

Sets the number of revolutions for the fly-around quick animation.

anim_quick.rotate_direction(p0)

Specifies the direction of the rotation.

anim_quick.rotate_objects(p0)

Sets up a scene rotation for quick animation.

anim_quick.rotate_revolutions(p0)

Sets the number of revolutions for rotate_objects quick animation.

anim_quick.total_frames(p0)

Sets the total number of frames (keyframes plus subframes) to be created when a "anim_quick: create_keyframes" command is executed.