# Examples from pyvista.PolyData.volume
# =====================================

import pyvista as pv
sphere = pv.Sphere()
sphere.volume

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

