Miscellany icon indicating copy to clipboard operation
Miscellany copied to clipboard

Restrict Item Orientations for Placement

Open thomascorrie opened this issue 6 years ago • 2 comments

Currently, the EB-AFIT algorithm tests all possible orientations of an Item in order to achieve the optimum solution. In some situations, this is not desirable (e.g. placing a book with the bottom facing outwards) and so the ability to omit certain orientations would be a beneficial enhancement

thomascorrie avatar Nov 07 '18 17:11 thomascorrie

Not sure if this is any help for you. This guy has an enable and disable feature for packing. Is in python though.

image

https://github.com/secnot/rectpack

Vanman989 avatar Nov 11 '18 20:11 Vanman989

@Vanman989 that is helpful, thank you, particularly the references to the literature. In the case of the EB-AFIT algorithm for 3D packing, I will have to delve into the sources code to solve the orientation issue but for 2D I can adopt these approaches

thomascorrie avatar Nov 12 '18 11:11 thomascorrie