I have been fiddling with making parametric pulleys and other stuff in Fusion 360. And one of the key components would be able todo this.
Pi=3.14159265
tooth_qty=18
toothsize=5
pitchline_compensation=0,5715
Actual_diameter = 2*((tooth_qty * toothsize)/(Pi*2)-pitchline_compensation)
Setting it up like this will not allow me to enter a formula that can be modified properly.
But if i enter it like this; 2*((18*5)/(3.14159265*2)-0.5715)
It will work just fine.
So being able to drive a parameter with several other parameter would be nice.
It works if i change one of the values in the formula to a parameter like say 18 to tooth_qty, but if i have multiple parameters it just wont handle it.