pyvista.Renderer.remove_bounding_box#

Renderer.remove_bounding_box(render=True)[source]#

Remove bounding box.

Parameters:
renderbool, default: True

Trigger a render once the bounding box is removed.

Examples

>>> import pyvista
>>> pl = pyvista.Plotter()
>>> _ = pl.add_bounding_box()
>>> pl.remove_bounding_box()
https://d33wubrfki0l68.cloudfront.net/8d857d80b4aa52de3ad5db22f6e1210632178bb4/367ae/_images/pyvista-renderer-remove_bounding_box-1_00_00.png