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

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

# SEE ALSO:
#     Foot Bones Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#foot-bones-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Voxelize a Surface Mesh https://docs.pyvista.org/examples/01-filter/voxelize.html#voxelize-example
#     Example using this dataset.
#     Compare threshold filters https://docs.pyvista.org/examples/01-filter/compare_threshold_filters.html#compare-threshold-filters-example
#     Example using this dataset.

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

