# Examples from pyvista.Cell.points
# =================================

import pyvista as pv
mesh = pv.Sphere()
mesh.get_cell(0).points

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

