# Examples from pyvista.examples.downloads.download_cad_model
# ===========================================================

from pyvista import examples
dataset = examples.download_cad_model()
dataset.plot()

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