pyvista.AxesAssembly.bounds#

property AxesAssembly.bounds: pyvista.BoundsLike[source]#

Return the bounds of the axes.

Bounds are (-X, +X, -Y, +Y, -Z, +Z)

Examples

>>> import pyvista as pv
>>> axes = pv.AxesAssembly()
>>> axes.bounds
(-0.10000000149011612, 1.0, -0.10000000149011612, 1.0, -0.10000000149011612, 1.0)