Problem with User Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to create a new user parameter but can't seem to get Fusion360 to accept my eexpression as valid. I have these existing user parameters:
Width = 14
gapNumber = 10
gapWidth = .75
and I'm trying to use them in this equation:
(Width - (gapNumber * gapWidth))/(gapNumber-1)
but the Expression field displays red and I get the hover message "Please enter a valid expression."
I've also tried writing it as:
(Width - gapNumber * gapWidth) / (gapNumber-1)
and a whole host of other iterations to no avail (most of which don't work mathematically). The only one that Fusion will accept is:
Width - gapNumber * gapWidth / gapNumber-1
which is not the answer I'm looking for without the parenthesis.
What gives? I am literally using this identical expression (Width - (gapNumber * gapWidth))/(gapNumber-1) in another file and it works just fine. Fusion has been really buggy for me since the most recent update so maybe it's that? The file where this expression does work was created several updates ago. Any info or suggestions would be greatly appreciated. Thanks,
Kevin