- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Will not accept the follow equation when making a sketch (defining a rectangle):
( CameraArmThickness ) * (3 + Tolerance)
Note that I have defined those two variable names and picked them from F360's selection list. However, the equation is colored red (indicating an error) and when I hit enter, it changes the equation to
CameraArmThickness
-----------------------------------------------------------------
That is the sum of the problem, but for background, it
* will accept 3 + tolerance as a value
* will also accept ( ( 3 mm + Tolerance ) ) * 3
Note that F360 injected the "mm" into the equation I entered, not me
* will accept CameraArmThickness
* won't accept ( ( 3 + Tolerance ) ) * ( CameraArmThickness )
Solved! Go to Solution.