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

Failed to insertaddpoints #61

Open LijieJia opened 8 months ago

LijieJia commented 8 months ago

When I use the tetrahedralize and set insertaddpoint True,it didn't auto-search my .a.node file and insert the additional points to mesh.The points in the .a.node file should be the vertices of the tetrahedron inside the mesh, right?or it just add the points that near the surface of mesh.

LijieJia commented 8 months ago

I have already try it by c++ it truely that can build tetrahedron by using inserted the additional points,but why I set insertaddpoint True it dosen't happen as in c++