# Examples from pyvista.DataSet.bounds
# ====================================

# Create a cube and return the bounds of the mesh.
import pyvista as pv
cube = pv.Cube()
cube.bounds

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

