Strauteka / 3d-bin-space-utilization

Square space utilization core for 3d bin packing algorithm
10 stars 1 forks source link
3d algorithm container packing pallet space-utilization

3d-bin-space-utilization

Square space utilization core for 3d bin packing algorithm.

When starting to write algorithm for 3d Container loading software it is hard to understand how to utilize space while adding cargo to it. I give you my algorithm / structure of space utilization for 3d container packing software.

Notes:

Usage

Requires

Preview core

Empty space determination

draw-demo.jpg

Over-stack space

draw-demo4.jpg

Preview demo algorithm

5 types of items.

draw-demo3.jpg

20 types of items.

draw-demo1.jpg

50 types of items.

draw-demo5.jpg

100 types of items.

draw-demo6.jpg

Pallet support.

draw-demo7.jpg

Problems with java3d libraries?

You may find solution in java3d folder ;)