Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triangulation failure with many holes #34

Open
yoyomaster opened this issue Sep 11, 2018 · 2 comments
Open

Triangulation failure with many holes #34

yoyomaster opened this issue Sep 11, 2018 · 2 comments

Comments

@yoyomaster
Copy link

Triangulation failure in The following information:

polygon: 400 vertexs

holes.size() ≈ 10;
every hole.size ≈ [20,50]

@aaronfranke
Copy link
Contributor

aaronfranke commented Jan 7, 2021

@yoyomaster Are you still experiencing this issue? Can you provide a minimal reproduction polygon, like this?

@ankofl
Copy link

ankofl commented Apr 16, 2024

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants