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

# Plot the crushed can dataset.
from pyvista import examples
import pyvista as pv
dataset = examples.download_can_crushed_hdf()
dataset.plot(smooth_shading=True)

# SEE ALSO:
#     Can Crushed Hdf Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#can-crushed-hdf-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Can Crushed Vtu Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#can-crushed-vtu-dataset

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

