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