animate#

ModelPlotter.animate(show=True)#

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