# Examples from pyvista.PolyData.point_normals
# ============================================

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

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

