download_woman#
- download_woman(load: bool = True) PolyData | str[source]#
Download scan of a woman.
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
>>> dataset = examples.download_woman()
>>> cpos = pv.CameraPosition(
... position=(-2600.0, 1970.6, 1836.9),
... focal_point=(48.5, -20.3, 843.9),
... viewup=(0.23, -0.168, 0.958),
... )
>>> dataset.plot(cpos=cpos)
See also
- Woman Dataset
See this dataset in the Dataset Gallery for more info.