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
In the Remove Holes() method, false is always returned if there is more than one hole in the passed inpolys.
I.e., without holes, and with one hole, everything goes well and triangulation is performed correctly, but if you add at least one more hole, Remove Holes() always returns false
I would really appreciate it if someone could help me with this!
Triangulation failure in The following information:
holes.size() ≈ 10;
every hole.size ≈ [20,50]
The text was updated successfully, but these errors were encountered: