download_bunny_coarse#
- download_bunny_coarse(load=True)[source]#
Download coarse bunny dataset.
- Parameters
- loadbool,
optional
Load the dataset after downloading it when
True
. Set this toFalse
and only the filename will be returned.
- loadbool,
- Returns
pyvista.PolyData
orstr
DataSet or filename depending on
load
.
See also
Examples
>>> from pyvista import examples >>> dataset = examples.download_bunny_coarse() >>> dataset.plot(cpos="xy")