NestingCShaprt icon indicating copy to clipboard operation
NestingCShaprt copied to clipboard

Placement direction

Open martiNeo88 opened this issue 4 years ago • 1 comments

Placement is prioritizing the Y-axis first then the X-axis. Is it possible to switch this?

martiNeo88 avatar Oct 06 '21 09:10 martiNeo88

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

dk-c1 avatar Aug 05 '23 07:08 dk-c1