3DContainerPacking
3DContainerPacking copied to clipboard
Avoiding packing items at corners due to rounded corners of container
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:
- Can we place dummy boxes at the corners to avoid packing actual boxes at these corners
- Extract the largest cuboid we can inscribe in our convex shape and use it, but lots of space along the edges will be wasted