API Reference
Return the state of the parallel projection.
Examples
>>> import pyvista >>> from pyvista import demos >>> pl = pyvista.Plotter() >>> pl.disable_parallel_projection() >>> pl.parallel_projection False