Conversation
|
Hi @myousefi2016, Does it require to install VTK? In the past installing VTK has been a bit tricky. I wrote this vtk reader/writer that doesn't require the complete VTK to work: https://github.com/r03ert0/vtk_mesh_io Also, it seems that the VTK export replaces the cgal export. Would it be possible to have it as an alternative? I have code that uses Thanks again! |
|
Hi @r03ert0,
Yes it needs to install VTK Python bindings to work but it could be installed easily by using these commands:
No we can't use your vtk mesh io code cause as you can see in the code we need to have access to other vtk functionalities to store cells, points, lines, etc. So, I think it's better to stick to official vtk python release.
Please give me your desired cgal output and I will add it to the new script. Cause, in your original python script, it just read the I'm waiting for your opinion. Thank you! |
No description provided.