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