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

Hello @davidmchapman, I'm thinking of implementing a weighted variation, but I just can't make a decision. Is it better to just put heavy boxes first or try to keep an...

Is there any option to mark package as unstackable?

I have seen this output with the following execution: Having a container: |Id| Length | Width | Height | | :--- | :---: | :---: | ---: | |1| 12...

We have a scenario where the items box contains glasses and we don't want boxes to be above each other, the top of the box should be empty, could you...

Sometimes one of the dimension of a box could be, say, 2 1/4", which translates into 2.25" In order to avoid dealing with floats, I move the decimal point two...

I made software to calculate cargo for my `Container.` When I got the following cargo: ![grafik](https://user-images.githubusercontent.com/103745570/224680157-84f613cd-2585-4fc7-a699-c9eb73cddf4e.png) screenshot mit einem gefülltem Truck and duplicate the cargo afterwards (calling `algorithm.calculate()`), the result...

How do you include padding, keeping a minimum distance between boxes?

Hi, my container is a convex shape (cuboid with rounded corners), is it possible to avoid placing boxes at the corners as they will spill out of container shape ?...