# Examples from pyvista.PolyData.irregular_faces
# ==============================================

# Get the face arrays of the five faces of a pyramid.
import pyvista as pv
pyramid = pv.Pyramid().extract_surface(algorithm=None)
pyramid.irregular_faces

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

