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