pyvista.plotting.themes._CameraConfig#
- class _CameraConfig[source]#
PyVista camera configuration.
Examples
Set global camera parameters.
>>> import pyvista as pv >>> pv.global_theme.camera.position = [1.0, 1.0, 1.0] >>> pv.global_theme.camera.viewup = [0.0, 0.0, 1.0]
Methods#
Attributes#
Return or set parallel projection mode. |
|
Return or set parallel scale. |
|
Return or set the camera position. |
|
Return or set the camera viewup. |