
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a main assembly file in which I want to store all important parameters, not only from assembly, but also from its parts. Then I want to have ability to change these parameters in Parameters Table from main assembly level, so every single part can be modified without going into them. I want to declare all of these parameters from main assembly level, for example a Length1 and Height1 for Part1, Length2 and Height2 for Part2 etc. Then from these parts level I want to 'download' corresponding parameters from main assembly using Link tool (in parts files these parameters will be read-only and it's OK because I want to steer them from main assembly level). There is no problem with doing it, however after doing it I cannot insert these parts in my main assembly due to cyclic dependency.
Do you have any suggestions how can I deal with my problem without changing whole approach? Is it possible in any way? How can I send parameters to my parts from main assembly level without losing ability to insert them in that assembly?
Solved! Go to Solution.