tetgen library- tetrahedralize without convex hull

157 Views Asked by At

I am trying to tetrahedralize my mesh using tetgen library. However it creates convexhull on the mesh like in the picture. How can I tetrahedralize my mesh while preserving boundary surface of the mesh using tetgen library?enter image description here

1

There are 1 best solutions below

1
user3117189 On

Okay, I found the problem. Setting the parameter plc as 1 fixes the problem.