You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I successfully created CDT using the following methods, but there are many bad triangles in result (flat triangle),
which cause an error " In initialize: Triangulation is invalid" when I use "LinearTriInterpolator" method from python matploblib library.
So, my question is, how can I remove the bad shape triangles in CDT?
One way to improve such triangles is to perform re-meshing by inserting additional points (see Delaunay refinement or Steiner points).
CDT does not provide functionality to do this. So either you need to use another software for doing that, write your own re-meshing or even contribute Ruppert refinement algorithm to CDT :)
I hope this answers your question.
Hello, I successfully created CDT using the following methods, but there are many bad triangles in result (flat triangle),
which cause an error " In initialize: Triangulation is invalid" when I use "LinearTriInterpolator" method from python matploblib library.
So, my question is, how can I remove the bad shape triangles in CDT?
The text was updated successfully, but these errors were encountered: