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

# Enable hidden line removal.
import pyvista as pv
pv.global_theme.hidden_line_removal = True
pv.global_theme.hidden_line_removal

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

