pyvista.Plotter.remove_bounding_box#

Plotter.remove_bounding_box(render=True)[ソース]#

バウンディングボックスを削除します.

パラメータ:
renderbool, default: True

バウンディングボックスが削除されると,レンダリングを開始します.

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> _ = pl.add_bounding_box()
>>> pl.remove_bounding_box()
../../../_images/pyvista-Plotter-remove_bounding_box-1_00_00.png