API Reference
Return or set the default behavior of returning the camera position.
Examples
Disable returning camera position by show and plot methods.
show
plot
>>> import pyvista >>> pyvista.global_theme.return_cpos = False