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

# Change the sharp edges feature angle to 45 degrees.
import pyvista as pv
pv.global_theme.sharp_edges_feature_angle = 45.0
pv.global_theme.sharp_edges_feature_angle

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

