Replies: 1 comment
-
Hello! I think only other way is to export -> import witch is likely less efficient than numpy conversions way. We could add more import/export functions (to filesystem or to suggested data types), but we don't want to have vtk dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently working with both VTK and Meshlib, frequently switching between the two.
The issue I am facing is that the mesh types used by these two SDKs are different.
To overcome this, I am extracting faces and vertices as numpy arrays and then using these to create the respective mesh types for each SDK.
Is there a more efficient way to handle this type conversion?
Does Meshlib perhaps offer built-in support for VTK that could simplify this process?
Thank you for your time and help.
Beta Was this translation helpful? Give feedback.
All reactions