# Examples from pyvista.ParametricKlein
# =====================================

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

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

