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.
Used In#
Docstring Examples
Cell.cast_to_polydata(1 use)