pyvista.AxesActor.bounds#
- property AxesActor.bounds: BoundsTuple[source]#
Return the bounding box of this.
- Returns:
BoundsTupleBounding box. The form is:
(x_min, x_max, y_min, y_max, z_min, z_max).
Return the bounding box of this.
BoundsTupleBounding box.
The form is: (x_min, x_max, y_min, y_max, z_min, z_max).