step_by#
- anim_keyframe.step_by(p0: float) int #
Specifies the time increment for transient data during keyframe animations.
For each frame of the animation, the time step will be incremented by this value. If needed and possible, interpolation will be used.- Args:
- p0:
‘increment’ time step increment
- Examples:
ensight.anim_keyframe.use_transient_data("ON") ensight.anim_keyframe.specify_time_as("step") ensight.anim_keyframe.step_by(2.0000e+00) ensight.anim_keyframe.begin_time_step(2) ensight.anim_keyframe.end_time_step(15) ensight.anim_keyframe.run()
- Returns:
zero on success, non-zero on error