Message 1 of 6

Not applicable
11-13-2019
11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have an iLogic rule for linking parameters of a sub-assembly. The idea is that there is a skeleton that all of the parts in the sub-asm are referenced to and the sub-asm file controls the skeleton. This is used as a template to create a final panel. Using assistant, I want to copy, rename the files for manufacturing purposes all while maintaining the links. The script was written really basic..
Parameter("Top BP Template_Skeleton:1", "WIDTH") = WIDTH Parameter("Top BP Template_Skeleton:1", "HEIGHT") = HEIGHT Parameter("Alum Top BP Template:1", "WIDTH") = Parameter("Top BP Template_Skeleton:1", "WIDTH") Parameter("Alum Top BP Template:1", "HEIGHT") = Parameter("Top BP Template_Skeleton:1", "HEIGHT") Parameter("Galv Top BP Template:1", "WIDTH") = Parameter("Top BP Template_Skeleton:1", "WIDTH") Parameter("Galv Top BP Template:1", "HEIGHT") = Parameter("Top BP Template_Skeleton:1", "HEIGHT") Parameter("327 Top BP Template:1", "LENGTH") = Parameter("Top BP Template_Skeleton:1", "WIDTH")
How can this be modified so that no matter what I change the name to, It will recognize the file name and update the rule?
Solved! Go to Solution.