return_cpos#

property MapdlTheme.return_cpos: bool#

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