# Examples from pyvista.plotting.themes._SilhouetteConfig
# =======================================================

# Set global silhouette parameters.
import pyvista as pv
pv.global_theme.silhouette.enabled = True
pv.global_theme.silhouette.color = 'grey'
pv.global_theme.silhouette.line_width = 2
pv.global_theme.silhouette.feature_angle = 20

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

