PreviousButton#
- class ansys.tools.visualization_interface.backends.pyvista.widgets.previous_button.PreviousButton(plotter: pyvista.Plotter, animation, dark_mode: bool = False)#
Bases:
ansys.tools.visualization_interface.backends.pyvista.widgets.button.ButtonProvides previous frame control for animations.
This button steps backward one frame.
- Parameters:
- plotter
Plotter Plotter to draw the button on.
- animation
Animation Animation instance to control.
- dark_modebool,
optional Whether to activate the dark mode or not.
- plotter
Overview#
Step to previous frame. |
Import detail#
from ansys.tools.visualization_interface.backends.pyvista.widgets.previous_button import PreviousButton