download_structured_grid#
- download_structured_grid(load: bool = True) StructuredGrid | str[source]#
Download structured grid dataset.
- Parameters:
- Returns:
- output
pyvista.StructuredGrid|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_structured_grid()
>>> dataset.plot(show_edges=True)
See also
- Structured Grid Dataset
See this dataset in the Dataset Gallery for more info.