pyvista.Camera.thickness#

property Camera.thickness[source]#

Return or set the distance between clipping planes.

Examples

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.camera.thickness
1000.0
>>> pl.camera.thickness = 100
>>> pl.camera.thickness
100.0
../../../_images/pyvista-Camera-thickness-1_00_00.png