enzoruiz / 3dbinpacking

A python library for 3D Bin Packing
MIT License
346 stars 87 forks source link

Limit number of rotations/pivots? #26

Open summum-engineering opened 2 years ago

summum-engineering commented 2 years ago

The packing goes through all 6 permutations of each item, which is awesome, but for my purposes, it makes sense to disallow certain rotations. In fact I only need 1, leading to 2 permutation.

Is it possible to include this as an option?

jerry800416 commented 2 years ago

You can refer to my github, there is an improved version of this repository

https://github.com/jerry800416/3D-bin-packing

jeffery9 commented 10 months ago

37