pyvista.plotting.themes.Theme.return_cpos# property Theme.return_cpos: bool[source]# Return or set the default behavior of returning the camera position. Examples Disable returning camera position by show and plot methods. >>> import pyvista as pv >>> pv.global_theme.return_cpos = False