API Reference
Location of the camera’s focus in world coordinates.
Examples
>>> import pyvista >>> pl = pyvista.Plotter() >>> pl.camera.focal_point (0.0, 0.0, 0.0) >>> pl.camera.focal_point = (2.0, 0.0, 0.0) >>> pl.camera.focal_point (2.0, 0.0, 0.0)