Sketch Scale uses old parameter equation value when using configurations bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using an equation parameter that uses values from configured parameters Sketch Scale doesn't work properly. When the configuration changes the parameter values and equation are all correct in the Change Parameters dialog however when putting in the Scale Factor for Sketch Scale the value comes up as using the parameters from the previous configuration.
This issue doesn't occur when using the same equation parameter in e.g. a sketch dimension.
Example:
Configuration A: Parameter x=10
Configuration B: Parameter x=20
Parameter y=x+2
Select configuration A:
Parameters dialog: y -> 12
Sketch Scale: y -> 12
Select configuration B:
Parameters dialog: y -> 22
Sketch Scale: y -> 12 (bug)
Workaround is simply to use the bugged parameter in a random sketch dimension then ctrl+z.