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

Avoiding packing items at corners due to rounded corners of container #46

Open
debashis66 opened this issue Nov 17, 2022 · 0 comments
Open

Comments

@debashis66
Copy link

Hi, my container is a convex shape (cuboid with rounded corners), is it possible to avoid placing boxes at the corners as they will spill out of container shape ? Two ways I can think of:

  1. Can we place dummy boxes at the corners to avoid packing actual boxes at these corners
  2. Extract the largest cuboid we can inscribe in our convex shape and use it, but lots of space along the edges will be wasted
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

1 participant