I tried to create an solution to find the minimum bounding boxes for multiple breps. The trick is that they all have their individual rotation.
I can use the galapagos solver for one brep at the time, but my hope is to make one that solves the best solution for multiple breps.
here an example of the situation. I need to find the smallest boundingbox for each part.
Depending on the accuracy you want, create a polar array of let’s say 36 rotated planes. This way you get 36 bounding boxes for each part and you can extract the smallest one.