Algebraic operators not working in "Change Parameters" dialog boxes

Algebraic operators not working in "Change Parameters" dialog boxes

Anonymous
Not applicable
608 Views
4 Replies
Message 1 of 5

Algebraic operators not working in "Change Parameters" dialog boxes

Anonymous
Not applicable

I'm running on a Mac with High Sierra and Fusion 360 version 2.0.3803, But I can't put an equation into the "Change Parameters" dialog box. Simple ones work (e.g. r+2), but I want pi*r^2, and can't even get r^2 or r*r to work. I think that "pi" should be a constant, looking at the examples online.

 

Any Ideas?

0 Likes
Accepted solutions (3)
609 Views
4 Replies
Replies (4)
Message 2 of 5

rohit.bapat
Autodesk
Autodesk
Accepted solution

Hello @Anonymous

 

I don't think we have a 'pi' as constant. You may create a parameter named 'pi' = 3.14 (or more digits according to need)

 

As far as r^2 or r*r is concerned the problem is that for example if you have a parameter of units 'mm' and you are trying to set it as mm*mm for example

 

r = 5 mm

Param1 (mm) = r*r

 

This will cause issues because r*r is mm^2

 

You can solve this by simply putting

Param1 (mm) = r*r/mm

 

Is this the case you are running into?

I might be able to help in this case to solve it.

 

Thank you,

Best Regards

Rohit Bapat





Rohit Bapat
Product Owner
0 Likes
Message 3 of 5

Anonymous
Not applicable

Yes, that fixes the problem. 

 

Thanks so much for your help.

0 Likes
Message 4 of 5

HughesTooling
Consultant
Consultant
Accepted solution

PI is available needs to be all caps, PI

 

Mark

Mark Hughes
Owner, Hughes Tooling
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.

EESignature


Message 5 of 5

HughesTooling
Consultant
Consultant
Accepted solution

Here's another example for your PI*r^2 problem

 

Clipboard05.png

Mark Hughes
Owner, Hughes Tooling
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.

EESignature


0 Likes