Is this Really the way to calculate Hypotenuse?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
sqrt(( ( ( Height * Height ) / 1 mm ) + ( ( Width * Width ) / 1 mm ) ) / 1 mm) * 1 mm
Because Parameters can't be referenced from Driven dimensions!
That's the only way it solves, give or take some Parentheses, but I'd prefer to be VERY specific about order of operations when the system works this badly! Have a guess at how many guesses of *1 and /1 it takes to get it to solve! AND every unit is already mm
Someone needs to go back to school.. Not for Math, but for Coding! Because users need to unlearn what they've learned about units and simple equations to use Fusion360
Now if I needed to parametrise the dimensions on a Scalene triangle as in the image I'd be better off plunging my face into a molten hot bowl of Alphabetti Spaghetti and using the result of what's seared to my once baby soft flesh.
Isn't CAD supposed to simplify these things?
It looks like a lot of effort has been put into the system demanding you divide by 1 after User defined parameters but must multiply by 1 after a Static value. SMH!
a²+b²=c²