Message 1 of 1
Sum of ValueInputs

Not applicable
02-19-2020
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I'm new on Fusion 360 API and i'm trying to, basically, sum variables. I'm learning from zero to program in python. The variables I created were like in C++ (i know how to program in C, but appeerently, python is more convenient), and when i run the script i created, it does not do anything. If I eliminate those variables and put the values, it works.
Maybe is because i'm using values that should be in a variable of type double, and that's why i ended on the valueInput command. On Fusion Help, i read that valueInputs creates those variables. So, do i need to use valueInputs command on every variable i create? can I sum or subtract values just like in C?
Thanks