load_sphere#
- load_sphere() PolyData[source]#
Load sphere ply mesh.
- Returns:
pyvista.PolyDataDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_sphere()
>>> dataset.plot()
See also
- Sphere Dataset
See this dataset in the Dataset Gallery for more info.