My question is quite simple but I had difficulties to find informations about that.
Is there a way to enhance a lot a STL file with GMSH in python ? for exemple, is it possible to go from an STL file (where we can see the STL file/3D object on this picture
Original STL file)
to a smoother one like on this second picture ?
Smoother STL file
The only fonction that I found and that I tried to postprocess a STL file just reduce the number of triangles in the file.
gmsh.option.setNumber("Mesh.OptimizeNetgen", 10)' 'gmsh.model.mesh.optimize("")
Thank you for your answers and sorry if my question bothers you.