pyvista.examples.downloads.download_cells_nd#

download_cells_nd(load=True)[source]#

Download example AVS UCD dataset.

Parameters:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

Returns:
pyvista.UnstructuredGrid | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_cells_nd()
>>> dataset.plot(cpos="xy")
https://d33wubrfki0l68.cloudfront.net/0ae4f0e4bd4b83f9aa79960183bc62c9dafadfec/c8a26/_images/pyvista-examples-downloads-download_cells_nd-1_00_00.png