pyvista.Renderer.bounds

Contents

pyvista.Renderer.bounds#

property Renderer.bounds: BoundsTuple[source]#

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.

Changed in version 0.45: Only the bounds of visible actors are now returned. Previously, the bounds of all actors was returned, regardless of visibility.

Returns:
BoundsTuple

Bounds of all visible actors in the active renderer.

See also

compute_bounds

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