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