# Examples from pyvista.PlatonicSolidSource
# =========================================

# Create and plot a dodecahedron.
import pyvista as pv
dodeca = pv.PlatonicSolidSource('dodecahedron')
dodeca.output.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

