pyvista.examples.downloads.download_foot_bones#
- download_foot_bones(load=True)[source]#
Download foot bones dataset.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples
>>> 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.