load_tetbeam

load_tetbeam#

load_tetbeam() UnstructuredGrid[source]#

Load a sample UnstructuredGrid containing only tetrahedral cells.

Returns:
pyvista.UnstructuredGrid

Dataset.

Examples#

Download Python source code | Download Jupyter notebook

>>> from pyvista import examples
>>> dataset = examples.load_tetbeam()
>>> dataset.plot()
../../../_images/pyvista-examples-examples-load_tetbeam-5556b826d972e31c_00_00.png

See Also#

Tetbeam Dataset

See this dataset in the Dataset Gallery for more info.