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=(-7.123e02, 5.715e02, 8.601e02),
... focal_point=(4.700e00, 2.705e02, -1.010e01),
... viewup=(2.000e-01, 1.000e00, -2.000e-01),
... )
>>> dataset = examples.download_urn()
>>> dataset.plot(cpos=cpos)
See also
- Urn Dataset
See this dataset in the Dataset Gallery for more info.