download_quadratic_pyramid#
- download_quadratic_pyramid(load: bool = True) UnstructuredGrid | str[source]#
Download quadratic pyramid dataset.
- Parameters:
- Returns:
- output
pyvista.UnstructuredGrid|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
Shrink and plot the dataset to show it is composed of several pyramids.
>>> from pyvista import examples
>>> dataset = examples.download_quadratic_pyramid()
>>> dataset.shrink(0.4).plot()
See also
- Quadratic Pyramid Dataset
See this dataset in the Dataset Gallery for more info.