BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.87k stars 126 forks source link

How to pass arguments to tetgen to obtain regular tetrahedra elements? #168

Closed jorge221 closed 3 months ago

jorge221 commented 3 months ago

Hello,

I would like to pass arguments to tetgen to control the size of the tetrahedra elements. I am using mesh_tetrahedralize to generate the tetrahedral mesh but the elements do not have a regular volume. Is it possible to do this in geogram?

Thank you in advance for your help

jorge221 commented 3 months ago

I used GEO_3rdParty::tetgenbehavior tetgenargs and that seems to work.