Python script, to automatically convert .stl file to .vtk file. It require FreeCAD and Gmesh API.
Launch
python main_stl_to_vtk.py
in the project folder in your terminal
FreeCAD :
sudo apt-get install freecad
Python libraries
pip3 install openpyscad
pip3 install pygmsh
pip3 install meshio
Authors : Paul Chaillou Stefan Escaida