load_hexbeam#
- load_hexbeam() UnstructuredGrid[source]#
Load a sample UnstructuredGrid.
- Returns:
pyvista.UnstructuredGridDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_hexbeam()
>>> dataset.plot()
See also
- Hexbeam Dataset
See this dataset in the Dataset Gallery for more info.