select_all_timesteps#

anim_keyframe.select_all_timesteps() int#

Selects all timesteps for the transient portion of the run. It is the same as setting the transient start step to the beginning and the transient end step to the end.

Examples:
ensight.anim_keyframe.keyframing("ON")
ensight.anim_keyframe.create_keyframe()
ensight.anim_keyframe.create_keyframe()
ensight.anim_keyframe.use_transient_data("ON")
ensight.anim_keyframe.select_all_timesteps()
ensight.anim_keyframe.run()
Returns:

zero on success, non-zero on error