# Examples from pyvista.Dodecahedron
# ==================================

# Create and plot a dodecahedron.
import pyvista as pv
tetra = pv.Dodecahedron()
tetra.plot(categories=True)

# See Platonic Solids for more examples using this filter.

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

