pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

Add interface to Tetgen's holes functionality #38

Open acreegan opened 2 years ago

acreegan commented 2 years ago

Tetgen allows holes to be created in the tetrahedralized mesh through the tetgenio attribute holelist. Pytetgen does not currently provide an interface to this attribute.

This is a feature that is very difficult to work around for projects that require it, so implementing this would be a significant improvement to pytetgen.

Nobregaigor commented 2 years ago

I agree. I am also looking for this functionality as many of my meshes requires internal "empty" volumes. Do you think this could be a future implementation? Thanks!