interactive#

property MapdlTheme.interactive: bool#

Return or set the default interactive parameter.

Examples

Make all plots non-interactive globally.

>>> import pyvista as pv
>>> pv.global_theme.interactive = False