3DContainerPacking icon indicating copy to clipboard operation
3DContainerPacking copied to clipboard

A 3D container packing library in C#.

Results 18 3DContainerPacking issues
Sort by recently updated
recently updated
newest added

If we found an integer with the same value we should exit the for loop by calling break; instead of continue;

The condition of the `FindBox` inner loop is wrong and allows `x` go beyond `itemsToPack[y].Quantity` iterations as soon as `Quantity > 1`. As a result, the analyzed box may be...

can I ask how to make the web calculate the packing solution when I'm running the web?

In testing scenarios with overly large items (i.e., one that will not fit in the box), I'm finding that it will break on EB_AFIT.cs line 1083, with bestIteration referencing a...

Hi David, I have some questions about the container packing project of yours. Is it possible to chat in private? betzalel.racovsky at gmail dot com Thanks!

Hi there! There has recently been a fix in the logic: https://github.com/davidmchapman/3DContainerPacking/commit/1f18269960f9681dccb6f084438a580445145adb Are you planning to update the nuget https://www.nuget.org/packages/CromulentBisgetti.ContainerPacking/1.0.0 soon to include this change? Thanks!

Pass a cancellation token to the packing algorithm, making it possible to cancel the packer should it take too long. Small change to make the '700 examples' test independent of...

David Would you please suggest how one could modify the code so that rather than just packing only one box at a time, that it would have an infinite number...

Added random item and container generation buttons. Added modal messaging to ensure the user selects at least one container, item, and algorithm. Formatted the container-packing.js file (VS defaults).