pyvista.examples.downloads.download_tri_quadratic_hexahedron#
- download_tri_quadratic_hexahedron(load=True)[source]#
Download tri quadratic hexahedron dataset.
- Parameters:
- Returns:
pyvista.UnstructuredGrid
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_tri_quadratic_hexahedron() >>> dataset.plot()
Show non-linear subdivision.
>>> surf = dataset.extract_surface(nonlinear_subdivision=5) >>> surf.plot(smooth_shading=True)
See also
- Tri Quadratic Hexahedron Dataset
See this dataset in the Dataset Gallery for more info.