wildmeshing / fTetWild

Fast Tetrahedral Meshing in the Wild
https://yixin-hu.github.io/ftetwild.pdf
Mozilla Public License 2.0
381 stars 77 forks source link

FR: Possibility to enter absolute values for ideal_edge_length and others #45

Open foreachthing opened 2 years ago

foreachthing commented 2 years ago

I'm using fTetWild to fix meshes coming from Simulation software. My request: I'd like to be able to submit absolute values for ideal_edge_length, eps_simplification (unit-less, as STLs are) and others as well. Usually I don't care much about the diagonal box of my mesh, nor do I like to measure the mesh (sometimes really a pain) and calculate those values. We're working in mm and it would make our lives much easier if we could just enter the real values.

Thanks for that awesome mesher!!