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

# Download and plot the dataset.
from pyvista import examples
mesh = examples.download_cad_model_case()
mesh.plot()

# Return the statistics of the dataset.
mesh

# SEE ALSO:
#     Cad Model Case Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#cad-model-case-dataset
#     See this dataset in the Dataset Gallery for more info.

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

