User Parameters set to "No Units" behave like they are set to units downstream
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I noticed an odd behavior in the User Parameters table.
When I create one user parameter and set it to use "No Units" in the drop down:
Inner_Wire_Count_Raw (Units Column= Blank) (Value Column = 18)
Then another,
Wire_Gap_Count (Units Column = Blank) (Value Column = 5)
And then try to subtract one from the other, by entering the following expression, with the user parameter in question also set to use "No Units"
Inner_Wire_Count_Raw - Wire_Gap_Count
Fusion 360 keeps the text red. The only workaround seems to be the familiar "/ 1 mm" attached to each input and "* 1mm" attached to the end of the expression, but if all the inputs and outputs of a calculation like the simple one above are unitless, then why does it need conversion in the first place? In other words, it seems to me that one unitless number, minus another unitless number, should not need /1 mm to be acceptable. I could understand if one of the inputs or output was in mm or some other unit, but its not.
Any ideas?