When I try to set the model absolute tolerance through the scriptable version of the DocumentProperties command (as below), it always seems to set the tolerance to 1 instead of 0.01. This is in Rhino 8 SR4/5. Any idea what I might be doing incorrectly? Thanks
-DocumentProperties Units ModelUnits UnitSystem=Feet AbsoluteTolerance=0.01 -EnterEnd
Wondering if this issue has been addressed? Recently I discovered that I think it is not the tolerance that is the issue, but changing the units. With messages on, in SR9 I see the exception thrown below for the prompt to scale geometry when changing units.
The exception was introduced when I fixed a string for French localization. I removed the variable from the string but forgot to decrement the variables still remaining. A fix will be coming soon.
I am curious to know how you were able to see the exception in a release build. What does, “With messages on”, mean and how do you turn that on?