pyvista.read_meshio#
- read_meshio(filename, file_format=None)[source]#
Read any mesh file using meshio.
- Parameters:
- Returns:
pyvista.Dataset
The mesh read from the file.
- Raises:
ImportError
If the meshio package is not installed.
Read any mesh file using meshio.
pyvista.Dataset
The mesh read from the file.
ImportError
If the meshio package is not installed.