download_gearbox#
- download_gearbox(*, load: bool = True) MultiBlock | str[source]#
Download the gearbox example.
- Returns:
- output
pyvista.MultiBlock|str DataSet or filename depending on
load.
- output
Examples#
>>> import pyvista as pv
>>> from pyvista import examples
>>> gltf_file = examples.download_gearbox(load=False)
>>> pl = pv.Plotter()
>>> pl.import_gltf(gltf_file)
>>> pl.show()
See also
- Gearbox Dataset
See this dataset in the Dataset Gallery for more info.