thebitpusher / boxologic

3D Bin Packing: A set of C programs that calculate the best fit for boxes on a pallet, and visualize the result.
44 stars 14 forks source link

Rotating restriction #10

Open haris989 opened 8 years ago

haris989 commented 8 years ago

What if I want to rotate my boxes only in length and breadth but not in height? What type of minor changes can be done to achieve this?

darkmakukudo commented 8 years ago

@haris989 go to find_box method, this method analyzes each box in six different orientations by calling analyze_box method.