NestingCShaprt
NestingCShaprt copied to clipboard
Placement direction
Placement is prioritizing the Y-axis first then the X-axis. Is it possible to switch this?
Hi, Sorry i've been busy with other works
if you change
area = rectBounds.getWidth() * 2 + rectBounds.getHeight();
to
area = rectBounds.getWidth() *+ rectBounds.getHeight()*2;
it will prefer X