# Examples from pyvista.Tetrahedron
# =================================

# Create and plot a tetrahedron.
import pyvista as pv
tetra = pv.Tetrahedron()
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

