Message 1 of 1
BUG: Parameter solver behaves different with directly entered values and with parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The parameter solver behaves different with directly entered values and with parameters. IMO this is a bug. Here is the scenario:
- Create a variable extrusionWidth from type mm and apply the value 0.65mm
- Create a variable growingPotsNumberOfPerimeters from type no unit and apply ceil( 1.3 mm / 0.65 mm). The resulting value will be 2 (as expected)
- Change the term to ceil( 1.3 mm / extrusionWidth) and Fusion 360 will change the term to ceil(1.3) and this is a bug
- Create a variable dummy from type no unit and apply the value 0.65
- Change the term of growingPotsNumberOfPerimeters to ceil( 1.3 / dummy) and it works again (as expected)