pyvista.examples.downloads.download_office#
- download_office(load=True)[source]#
- Download office dataset. - Parameters:
- Returns:
- pyvista.StructuredGrid|- str
- DataSet or filename depending on - load.
 
 - Examples - >>> from pyvista import examples >>> dataset = examples.download_office() >>> dataset.contour().plot()   - See also - Office Dataset
- See this dataset in the Dataset Gallery for more info. 
- Clipping with Planes & Boxes
- Example using this dataset.