3DContainerPacking icon indicating copy to clipboard operation
3DContainerPacking copied to clipboard

Avoiding packing items at corners due to rounded corners of container

Open debashis66 opened this issue 2 years ago • 0 comments

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

debashis66 avatar Nov 17 '22 05:11 debashis66