Can we load gmsh msh file with Paraview?

Hi,
are msh file supported in Paraview 5.13?

Best
C

Yes,

Fluent .msh is supported natively using the Fluent reader.

GMSH .msh is supported thanks to the GmshIO plugin, do not forget to load it.

Best,

Ok thanks
Could you just remind me how to make sure that GmshIO plugin is actually loaded ?
In Gui mode and in a python script

Best

Tools → PluginManager

in a python script

LoadPlugin('GmshIO', remote=False, ns=globals())

Thank for help
Best