pyvista.read_meshio#
- read_meshio(filename: str | Path, file_format: str | None = None) UnstructuredGrid[ソース]#
Read any mesh file using meshio.
- パラメータ:
- 戻り値:
UnstructuredGridThe mesh read from the file.
- エラー処理:
ImportErrorIf the meshio package is not installed.