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

Support for mesh sizing functions #59

Open dionhaefner opened 10 months ago

dionhaefner commented 10 months ago

Right now, tetgen does not expose advanced attributes of the tetgenio class like pointmarkerlist and tetrahedronattributelist. This makes it impossible to use mesh sizing functions that rely on this additional information (see #40).

Would you be open to reviewing a PR that adds this functionality?

akaszynski commented 10 months ago

Absolutely. I look forward to it.