ILogic Component not found

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to play around with iLogic for creating dynamically dimensioned subassemblies.
I've created my dimensioning rules that link to the parts I wish to change dimensions on.
Parameter("Bridge Spine:1", "BridgeLength")=Length
And I've tested this in the SubAssembly I've created and all appears fine
However when I go to insert the sub assembly into the main assembly I get the following error:
Parameter: The component named "Bridge Spine:1" was not found.
I've noticed that the new sub assumbly has created new parts with the extension -01 on the end of each part (As expected) It appears that this link is being lost in the rule for the new sub assembly. i.e the rule is looking for Bridge Spine:1 instead of Bridge Spine-01:1
What am I doing wrong and how do I fix this? It seems like this is something really basic but it's been driving me nuts trying to figure it out.