Replies: 4 comments 3 replies
-
Hello @Elyos59 https://boxpacker.io/en/stable/advanced-usage.html#example-don-t-allow-batteries-to-be-stacked would probably a good starting point - that example loops through the already packed items to find relevant items that would cause stacking issues. You'd need to modify that to add on your particular additional constraints |
Beta Was this translation helpful? Give feedback.
-
Ok. I tried that :
My box : 175 x 280 x 180 (width x length x depth)
And it doesn't work. |
Beta Was this translation helpful? Give feedback.
-
I progress... a bit ...
Always two boxes but the second one could fill the first. There is just one unfilled hole : |
Beta Was this translation helpful? Give feedback.
-
I'm tearing my hair out! No way to understand why it doesn't work ?! |
Beta Was this translation helpful? Give feedback.
-
Hi!
To begin with, I wanted to congratulate you for this very good work.
I have some packing restriction and I don't know how to implement it.
I have 4 kind of item :
1/ Not stackable & keep flat
2/ Not stackable & 3D rotation (useless for the moment)
3/ Stackable & keep flat (useless for the moment)
4/ Stackable & 3D rotation
For the moment, I focus on the 1st and the 4th kind of item.
The 1st can't have another item on it.
The 4th can have one or more items on it only if :
AND
I think I have to use ConstrainedPlacementItem Class but I don't know how to cause of item below (dimensions/orientations/weight...)
Thanks for any help ;)
Beta Was this translation helpful? Give feedback.
All reactions