Message 1 of 3
Driving parameters of components with models states, at assembly level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to drive "Length" parameter of "Slotted Strut.ipt" component,part of an assembly, using iLogic. Slotted Strut.ipt component, has different models states, BUT the "Length" is the same for all of them (other parameters are different).
At assembly level,I created the user parameter "Strut_Lenth", through which I am trying to control "Length" parameter in Slotted Strut component.
I tried each of the two lines of code below, but both give me errors.
I would appreciate your help. Thank you.
Parameter("Slotted Strut:1", "Length") = Strut_Length
Parameter("Slotted Strut:1","Model State1", "Length") = Strut_Length