Sending Parameters to Parts with ilogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created an assembly with a form to change various parameters of the parts within this assembly. I have been sending these parameters individually using a rule as shown below:
SyntaxEditor Code Snippet
Parameter("2223 00 01 11:1", "Conveyor_Length")= Conveyor_Length
This works fine for the current assembly, but if i want to do a copy design of this, then the rule does not update, and hence my form no longer works.
Is there a way to send all my user parameters to all parts within the assembly? I do not want to send model parameters though, as these have common names in all parts but whose values are different. (I have made sure that the user parameters in the assembly and in the parts have the same name.) Does it matter that in some of my parts, some of the named parameters that i am using are model parameters?
Thanks
Mark