Open yoyomaster opened 6 years ago
@yoyomaster Are you still experiencing this issue? Can you provide a minimal reproduction polygon, like this?
@aaronfranke
I have a similar problem.
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]