# Examples from pyvista.pyvista_ndarray
# =====================================

# Return the points of a Sphere as a `pyvista.pyvista_ndarray`.
import pyvista as pv
mesh = pv.Sphere()
mesh.points

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

