# Examples from pyvista.plotting.themes.Theme.smooth_shading
# ==========================================================

# Set the global smooth_shading parameter default to `True`.
import pyvista as pv
pv.global_theme.smooth_shading = True

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

