Placing items in the box at an angle #591
Unanswered
joachimdeboer
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Could you give an example of when you do that - is it e.g. for v. high packing density? (e.g. if the first item was a pyramid, you could lean something against it?) You're correct that everything in BoxPacker is assumed to be cuboid, and therefore possible orientations are just those of each face (i.e. 90 degree variations) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! To demonstrate, see this picture: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing around with the boxpacker a bit and I'm impressed, it works very nice and we'll be using this very soon in production.
One question, we sometimes have items that do fit in a box, but then they have to be placed at an angle of let's say 30 degrees. As far as I can see calculations now always are based on items either placed on one of the surfaces, but never in an angle. Is this a possibility?
Beta Was this translation helpful? Give feedback.
All reactions