pyvista.from_meshio#
- from_meshio(mesh: meshio.Mesh) UnstructuredGrid[ソース]#
Convert a
meshiomesh instance to a PyVista mesh.- パラメータ:
- mesh
meshio.Mesh A mesh instance from the
meshiolibrary.
- mesh
- 戻り値:
pyvista.UnstructuredGridA PyVista unstructured grid representation of the input
meshiomesh.
- エラー処理:
ImportErrorIf the appropriate version of
meshiolibrary is not found.