download_foot_bones#
- download_foot_bones(load: bool = True) PolyData | str[source]#
Download foot bones dataset.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_foot_bones()
>>> dataset.plot()
See also
- Foot Bones Dataset
See this dataset in the Dataset Gallery for more info.
- Voxelize a Surface Mesh
Example using this dataset.
- Compare threshold filters
Example using this dataset.