download_urn#
- download_urn(load: bool = True) PolyData | str[source]#
Download scan of a burial urn.
Originally obtained from Laser Design.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> import pyvista as pv
>>> cpos = pv.CameraPosition(
... position=(-712.3, 571.5, 860.1),
... focal_point=(4.7, 270.5, -10.1),
... viewup=(0.2, 1.0, -0.2),
... )
>>> dataset = examples.download_urn()
>>> dataset.plot(cpos=cpos)
See Also#
- Urn Dataset
See this dataset in the Dataset Gallery for more info.