# Examples from pyvista.ParametricRoman
# =====================================

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

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

