Fusion 360 version 2.0.5350 - my uni did not upgrade yet to latest version.
Not sure if this is a bug or I'm not using the formulas correctly.
Trying to do some operations with a defined User Parameter, but some operations fail.
Parameter: DrvWheel_DIA = 80mm (see attachment)
Can Do:
Can NOT Do:
Obs: sqrt(), ^ and pow() work fine when only numbers are introduced, with no variables.
Please advise.
Solved! Go to Solution.
Fusion 360 version 2.0.5350 - my uni did not upgrade yet to latest version.
Not sure if this is a bug or I'm not using the formulas correctly.
Trying to do some operations with a defined User Parameter, but some operations fail.
Parameter: DrvWheel_DIA = 80mm (see attachment)
Can Do:
Can NOT Do:
Obs: sqrt(), ^ and pow() work fine when only numbers are introduced, with no variables.
Please advise.
Solved! Go to Solution.
Solved by jhackney1972. Go to Solution.
You cannot take a square root of a parameter value that contains units. The answer can be found here. All you have to do is remove the units from the variable, inside the parentheses, by dividing by 1/(units).
John Hackney, Retired
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
You cannot take a square root of a parameter value that contains units. The answer can be found here. All you have to do is remove the units from the variable, inside the parentheses, by dividing by 1/(units).
John Hackney, Retired
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Thanks for the tip.
It's really confusing and I'd expect more from Autodesk and Fusion... If it can't identify the value and the unit is quite...dumb from software point of view.
Thanks for the tip.
It's really confusing and I'd expect more from Autodesk and Fusion... If it can't identify the value and the unit is quite...dumb from software point of view.
I think it is quite smart that Fusion 360 is unit-aware. A patch of 1x1 cm is 1 cm^2, but it is 100 mm^2, so the number depends on the unit.
My two cents: it would be nice to get a user warning explaining that the formula is red because of unit related issues.
I think it is quite smart that Fusion 360 is unit-aware. A patch of 1x1 cm is 1 cm^2, but it is 100 mm^2, so the number depends on the unit.
My two cents: it would be nice to get a user warning explaining that the formula is red because of unit related issues.
Can't find what you're looking for? Ask the community or share your knowledge.