Values from C# or Python multiplicated x10

Hello, on some computers I have this problem :

on others it works fine… same rhino version, same configuration… any ideas ?

test.gh (10.9 KB)
test.3dm (35.8 KB)

It might be down to the Annotation Style - Model space scale.

3 Likes

Here ?

If I unmark Model space scale it works ! Thanks, no idea why this is checked…

Edit : I check it again, restarted Rhino and it still working…

You can also set this in your script:

rc.RhinoDoc.ActiveDoc.ModelSpaceAnnotationScalingEnabled = False
1 Like

It’s not my script ( I found it in the forum) I tried to put the line you gave me but I have no idea how… :roll_eyes: