pyvista.examples.downloads.download_carburetor#
- download_carburetor(load=True)[source]#
- Download scan of a carburetor. - Parameters:
- Returns:
- pyvista.PolyData|- str
- DataSet or filename depending on - load.
 
 - Examples - >>> from pyvista import examples >>> dataset = examples.download_carburetor() >>> dataset.plot()   - See also - Carburetor Dataset
- See this dataset in the Dataset Gallery for more info.