# Examples from pyvista.ParametricFigure8Klein
# ============================================

# Create a ParametricFigure8Klein mesh.
import pyvista as pv
mesh = pv.ParametricFigure8Klein()
mesh.plot(color='w', smooth_shading=True)

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

