You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set certain areas that will initially be occupied by other boxes?
For example, I have a container with dimensions 1000x1000x1000.
I need to initially put two boxes with dimensions 100x100x100 in coordinates 0,0,0 and 900,0,0.
After that I need to calculate the position of other N boxes with different sizes automatically. How to implement it? I looked towards StackConstraint, but did not understand how to use it in this case.
The text was updated successfully, but these errors were encountered:
@skjolber Yes, you are right, I have a non-rectangular container shape. I thought that the simplest solution would be to initially take certain places that should not be used.
skjolber
changed the title
Predefined box positions
Predefined box positions + allow continuation of previous packager result.
Aug 30, 2024
Is it possible to set certain areas that will initially be occupied by other boxes?
For example, I have a container with dimensions 1000x1000x1000.
I need to initially put two boxes with dimensions 100x100x100 in coordinates 0,0,0 and 900,0,0.
After that I need to calculate the position of other N boxes with different sizes automatically. How to implement it? I looked towards StackConstraint, but did not understand how to use it in this case.
The text was updated successfully, but these errors were encountered: