Prevent rotations with OpenNest

Hi @Petras_Vestartas

Your plugin is a life saver. Thank you for sharing it with the community for free.

I am using “OpenNest” component (not “PackinBoxes”). Version from 2021.05.21
I would like to prevent rotations. Which value for “Rotations” input do you recommend?
When I try with “0” it raises an error:

System.OverflowException: Value was either too large or too small for a Decimal.

image

Thank you for the reply in advance.

As far as I remember it uses 360 divisions, so 1 gives you no rotation, 2: 0 and 180, 3: 0, 120, 240, 4: all combinations of 90.deg.

1 Like

That is correct - input needs to be set to 1

1 Like

Than you for the help. Both of you @Piotr and @Petras_Vestartas .