anim_keyframe#

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

Class wrapper for EnSight anim_keyframe module

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

Methods

anim_keyframe.acceleration(p0, p1)

Toggle acceleration into/out of a keyframe.

anim_keyframe.animate_transparency(p0)

Toggles use of animated transparency.

anim_keyframe.begin_simtime(p0)

Sets the starting simulation time value to use during transient keyframe animations.

anim_keyframe.begin_time_step(p0)

Sets the starting/ending time step to use during transient keyframe animations.

anim_keyframe.command(p0, p1)

Specifies a command to execute for at a particular keyframe.

anim_keyframe.create_keyframe()

Records the current set of transformations/attributes as a keyframe.

anim_keyframe.cycle(p0)

Toggles whether transient data will cycle during the keyframe animation.

anim_keyframe.delete_back_to(p0)

Deletes keyframes back to, but not including, the keyframe specified.

anim_keyframe.end_simtime(p0)

Sets the starting simulation time value to use during transient keyframe animations.

anim_keyframe.end_time_step(p0)

Sets the starting/ending time step to use during transient keyframe animations.

anim_keyframe.hidden_line(args)

Anim_keyframe: hidden_line

anim_keyframe.hold(p0, p1)

Sets the number of frames to display for a keyframe.

anim_keyframe.jump_to_frame(p0, p1)

Anim_keyframe: jump_to_frame

anim_keyframe.keyframing(p0)

Toggles keyframe animation recording.

anim_keyframe.play_backward()

Anim_keyframe: play_backward

anim_keyframe.play_forward()

Anim_keyframe: play_forward

anim_keyframe.play_style()

Anim_keyframe: play_style

anim_keyframe.restore(p0)

Restores/saves keyframe animation data from/to a file.

anim_keyframe.run()

Plays the keyframe animation.

anim_keyframe.run_from(p0)

Sets the first/last keyframe to use for playback.

anim_keyframe.run_from_subframe(p0)

Anim_keyframe: run_from_subframe

anim_keyframe.run_to(p0)

Sets the first/last keyframe to use for playback.

anim_keyframe.save(p0)

Restores/saves keyframe animation data from/to a file.

anim_keyframe.select_all_timesteps()

Selects all timesteps for the transient portion of the run.

anim_keyframe.specify_step_by(p0)

Anim_keyframe: specify_step_by

anim_keyframe.specify_time_as(p0)

Specifies whether time values during transient data animations use simulation time or time step number.

anim_keyframe.step_backward()

Anim_keyframe: step_backward

anim_keyframe.step_by(p0)

Specifies the time increment for transient data during keyframe animations.

anim_keyframe.step_forward()

Anim_keyframe: step_forward

anim_keyframe.step_simtime(p0)

Sets the simulation time increment to use during transient keyframe animations.

anim_keyframe.stop()

Anim_keyframe: stop

anim_keyframe.sub_frames(p0, p1, p2)

Sets the number of in-between frames between keyframes key1 and key2.

anim_keyframe.timeline_arrive_type(p0)

Specifies the action to be taken when the min/max time is encountered.

anim_keyframe.timeline_delete(p0)

Delete a timeline.

anim_keyframe.timeline_end_keyframe(p0)

Sets the begin/end keyframes for the timeline.

anim_keyframe.timeline_end_step(p0)

Sets the start/end timeline step value if being specified.

anim_keyframe.timeline_end_time(p0)

Sets the start/end timeline value if being specified.

anim_keyframe.timeline_end_type(p0)

Sets the begin/end time for the timeline.

anim_keyframe.timeline_new()

Create a new timeline.

anim_keyframe.timeline_select(p0)

Selects an existing timeline for editing.

anim_keyframe.timeline_specify_incr(p0)

When ON specifies that a time increment is to be used for the selected timeline.

anim_keyframe.timeline_start_keyframe(p0)

Sets the begin/end keyframes for the timeline.

anim_keyframe.timeline_start_step(p0)

Sets the start/end timeline step value if being specified.

anim_keyframe.timeline_start_time(p0)

Sets the start/end timeline value if being specified.

anim_keyframe.timeline_start_type(p0)

Sets the begin/end time for the timeline.

anim_keyframe.timeline_step_increment(p0)

Specifies the time step increment when timeline_specify_incr is ON.

anim_keyframe.timeline_time_increment(p0)

Specifies the time increment when timeline_specify_incr is ON.

anim_keyframe.use_interactive_parts(p0)

Toggles use of animated isosurfaces or clip planes.

anim_keyframe.use_spline(p0)

Enable spline interpolation for keyframe animation translations and look at/from changes.

anim_keyframe.use_transient_data(p0)

Toggles whether transient data will be used during the keyframe animation.