pyvista.Renderer.bounds

pyvista.Renderer.bounds#

property Renderer.bounds: BoundsTuple[ソース]#

Return the bounds of all VISIBLE actors present in the rendering window.

Actors with visibility or use_bounds disabled are not included in the bounds.

バージョン 0.45 で変更: Only the bounds of visible actors are now returned. Previously, the bounds of all actors was returned, regardless of visibility.

戻り値:
BoundsTuple

Bounds of all visible actors in the active renderer.

参考

compute_bounds

Compute the bounds with options to enable or disable actor visibility.