load_spline#
- load_spline() PolyData[source]#
Load an example spline mesh.
This example data was created with:
- Returns:
pyvista.PolyDataSpline mesh.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> spline = examples.load_spline()
>>> spline.plot()
See Also#
- Spline Dataset
See this dataset in the Dataset Gallery for more info.