I have a typical assembly with the following structure:
Assembly
--Sub assemblies
----Parts
The parts has global variables that are referenced to the sub assembly, which then are referenced to the global variables in the main assembly. When I change the values of the global variables in the main assembly, they should be inherited down the tree.
This works as I change the values manually. As soon as I create another configuration and assign another value to its
configurations, the inheritance down the tree stops working.
Please see the attached file. When the default configuration is active, manually changing the top global variables will cause a change in the parts. Select any other configuration of "1:10" or "1:100" and nothing happens, even though the "scale" variable changed on the top level.
Am I doing something wrong or is this a bug?
Thanks.
SolidworksAssemblies