pyvista.read_meshio#
- read_meshio(filename: str | Path, file_format: str | None = None) UnstructuredGrid[source]#
Read any mesh file using meshio.
- Parameters:
- Returns:
UnstructuredGridThe mesh read from the file.
- Raises:
ImportErrorIf the meshio package is not installed.