pyvista.examples.downloads.download_disc_quads#

download_disc_quads(load=True)[source]#

Download disc quads 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_disc_quads()
>>> dataset.plot(show_edges=True)
https://d33wubrfki0l68.cloudfront.net/5106ac0ee9762630de84ffab9acb5764d68d06f6/22790/_images/pyvista-examples-downloads-download_disc_quads-1_00_00.png