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