You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everybody,
I would like to visualize a .inp using ParaView 5.10.1.
I understood that I can either first convert the .inp to .vtk and then open the .vtk in ParaView or use the plugin "paraview-meshio-plugin.py" directly in ParaView. The latter gives me the error: paraview-meshio-plugin.py is either not design to run on Windows or it contains error. And I am working on a Windows machine.
So I tried the first option.
I installed meshio using the command "conda install -c conda-forge meshio". I am using pyton 3.8 from Spyder(Anaconda) 4.2.5.
I can read my .inp file with the command mesh=meshio.read('C:/MyInput.inp') - I just had to delete some complex element type.
Now the issue is that I cannot use the command meshio.convert.
If I type meshio-convert, it says: NameError: name 'convert' isnot defined.
If I type meshio.convert, it says AttributeError: module 'meshio' has no attribute 'convert'.
I read the discussion: Issue converting INP to VTK file format #719
Also, If I try to get the version with meshio.info, same error messages...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everybody,
I would like to visualize a .inp using ParaView 5.10.1.
I understood that I can either first convert the .inp to .vtk and then open the .vtk in ParaView or use the plugin "paraview-meshio-plugin.py" directly in ParaView. The latter gives me the error: paraview-meshio-plugin.py is either not design to run on Windows or it contains error. And I am working on a Windows machine.
So I tried the first option.
I installed meshio using the command "conda install -c conda-forge meshio". I am using pyton 3.8 from Spyder(Anaconda) 4.2.5.
I can read my .inp file with the command mesh=meshio.read('C:/MyInput.inp') - I just had to delete some complex element type.
Now the issue is that I cannot use the command meshio.convert.
If I type meshio-convert, it says: NameError: name 'convert' isnot defined.
If I type meshio.convert, it says AttributeError: module 'meshio' has no attribute 'convert'.
I read the discussion: Issue converting INP to VTK file format #719
Also, If I try to get the version with meshio.info, same error messages...
Anyone can help? What could it be?
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions