Overlaping Polygons Issue
Opened this issue · 7 comments
Zeres-Engel commented
chnadell commented
Different geometry, but I'm having a similar problem where the packed shapes unexpectedly overlap, and also don't respect the minimum distance constraint. Do you have any further insight on this? If you find anything, I'd be interested to know.
Zeres-Engel commented
@chnadell After carefully reading libnest2D's source code, I realized that their code can only be used for convex polygons. If you want to use a concave polygon, use a convex hull or write more in the source code.
chnadell commented
shirishd27 commented
Zeres-Engel commented
I think your polygons are not convex polygons
shirishd27 commented
Yes
shirishd27 commented
any solution for concave polygons?