_CameraConfig.position#
- property _CameraConfig.position: VectorLike[float][source]#
Return or set the camera position.
Examples#
Download Python source code | Download Jupyter notebook
Set camera position.
>>> import pyvista as pv
>>> pv.global_theme.camera.position = [1.0, 1.0, 1.0]