Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've got an .iam with a ton of driving iLogic Rules in it controlling its about 50 parts. This .iam will go into Vault.
What I need to know is if I copy design the assy. and change the file names for the parts, will it auto update the names in the .iam's rules?
Example: I have the rule:
SyntaxEditor Code Snippet
If Length_1 <= 120 in Then d170= 1ul Parameter("15-1-0000-TRAY:1", "TrayLength") = Length_1 d168 = Length_1 Else If Length_1 > 120 in Then d170= 2ul Parameter("15-1-0000-TRAY:1", "TrayLength") = Length_1/2 d168 = Length_1/2 End If
If I change the part name to "15-1-6782-TRAY" will the rule know to change or will it error out because it can't find "15-1-0000-TRAY"? If it will error out how can I get around this so I am able to house this in Vault and copy design it freely?
Thanks,
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Aaron Schlaack
---------------------------------------------------------------------------------
Autodesk Inventor 2018
Dell Windows 8.1 64 bit Intel(R) Xeon(R) @ 3.50GHz 32GB Ram
Solved! Go to Solution.