Results 135 comments of Thomas Skjølberg

Hi, no, this is currently not supported.

@Macrox14 care to describe your use-case in more detail?

Hmm I understand having a fixed set of containers (i.e. a fixed quantity of each container). > I have K boxes that need to be distributed among N containers in...

Well a naive approach would to make sure the placement of a box within a space leaves free space in a specific direction, som that the next box is not...

It would be possible to make a 'per stop' permutation iterator.

@tyrcho @By-Sum We need a more clear definition of the ordrer delivery problem. So the package must be reachable be an operator, what does that mean technically? * the operator...

You cannot currently do that. There is a [2.x branch](https://github.com/skjolber/3d-bin-container-packing/tree/2.x) which will account for that kind of constraints, but it is pretty far from complete.

There is no snapshot published yet, so look at the code branch. The model is still being worked on - packaging does not really work yet. But if you want,...

@UdoW could you try the new StackConstraint class?

Hi, 1. Get the Stack from the Container. 2. The Stack contains a list of placements (and the orientation of the Container when stacking) 3. Dimensions (++) now live in...