animate_curves#

plot.animate_curves(p0: str) int#

Turns animation of curves with time on or off for the currently selected plot(s). For use with transient flipbook or keyframe animations.

Args:
p0:

‘toggle’

  • ON (default)

  • OFF

Examples:
ensight.plot.select_begin(1)
ensight.plot.animate_curves("ON")
Returns:

zero on success, non-zero on error