load_nut#
- load_nut() PolyData[source]#
Load an example nut mesh.
- Returns:
pyvista.PolyDataA sample nut surface dataset.
Examples#
Download Python source code | Download Jupyter notebook
Load an example nut and plot with smooth shading.
>>> from pyvista import examples
>>> mesh = examples.load_nut()
>>> mesh.plot(smooth_shading=True, split_sharp_edges=True)
See also
- Nut Dataset
See this dataset in the Dataset Gallery for more info.