# Examples from pyvista.core.config.Config.validate_on_wrap
# =========================================================

import pyvista as pv
pv.global_config.validate_on_wrap
pv.global_config.validate_on_wrap = False
pv.global_config.validate_on_wrap = True  # restore default

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

