Message 1 of 4

Not applicable
12-02-2010
01:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im looking for some help!
Say I have two of the same part in an assembly and want to create a rule(s) that will change the dimensions of these parts based on what is required.
Is there any way I can make the two identical parts update differently according to the created rule or will they update the same no matter what.
I figured if I worded the rule like this with the ":1" and ":2" describing which placed part in the assembly requires the solution to the statement, the model would update accordingly. But instead all of the inserted parts are updating to the rule that is ran last.
If Parameter1 = "DesciptionA" Then
Parameter("PartA:1", "Parameter1") = "LengthA"
Parameter("PartA:1", "Parameter2") = "WidthA"
End If
If Parameter2 = "DesciptionB" Then
Parameter("PartA:2", "Parameter1") = "LengthB"
Parameter("PartA:2", "Parameter2") = "WidthB"
End If
I need each placed part to update the lengths differently.... :S
Solved! Go to Solution.