JerryWong
Aerospace
- Jul 31, 2015
- 16
Here I have a part family part. First in the Attribute Templates I define an attribute title called "Type", "Integer" for Data Type, List "59, 60, 61". Then create expressions as follows
Type=linked to attribute "Type"
Length={40,60,80}
L=nth(Type,Length)
Then I found when Type<2, L=40; 2<=Type<3, L=60; Type>=3, L=80
Is this the logic for the nth statement?
What I want is when the Type selected to "59", L=40; Type "60", L=60; Type "61", L=80.
As the family part is an assembly, it did not work well using "part family" function. Is the "part family" function just for single part?
Type=linked to attribute "Type"
Length={40,60,80}
L=nth(Type,Length)
Then I found when Type<2, L=40; 2<=Type<3, L=60; Type>=3, L=80
Is this the logic for the nth statement?
What I want is when the Type selected to "59", L=40; Type "60", L=60; Type "61", L=80.
As the family part is an assembly, it did not work well using "part family" function. Is the "part family" function just for single part?