Theme.return_cpos#
- property Theme.return_cpos: bool[source]#
Return or set the default behavior of returning the camera position.
Examples#
Download Python source code | Download Jupyter notebook
Disable returning camera position by show and plot methods.
>>> import pyvista as pv
>>> pv.global_theme.return_cpos = False