animate#

ModelPlotter.animate(show: bool = True) bool#

Animate the current field plot.

showbool, optional

Whether to display the pyvista plot. When False, a :class::pyvista.Plotter object is created and assigned to the pv property so that it can be modified further. Default is True.

Returns:
bool

Examples

>>> from ansys.aedt.core.visualization.plot.pyvista import ModelPlotter
>>> obj = ModelPlotter()
>>> obj.animate(show=True)