pyvista.examples.downloads.download_face2#
- download_face2(load=True)[source]#
Download scan of a man’s face.
Originally obtained from Laser Design.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples
>>> from pyvista import examples >>> dataset = examples.download_face2() >>> dataset.plot()