How to Change dimension in assembly mode, the detail size of each part changes accordingly? Use ilogic

How to Change dimension in assembly mode, the detail size of each part changes accordingly? Use ilogic

htthanh_dzk
Participant Participant
321 Views
2 Replies
Message 1 of 3

How to Change dimension in assembly mode, the detail size of each part changes accordingly? Use ilogic

htthanh_dzk
Participant
Participant

Hello everyone.

I use rule in ilogic to Change dimension in assembly mode, but errors. The code is following: 

For example: If AEL = "level 1" then parameter "L1" in "B" part = some value. But it doesn't work

If AEL1 = "Level 1 - Minium" Then 
Parameter("A.Ext.580.930.27:1", "L1") = -115

ElseIf AEL1 = "Level 2" Then 
Parameter("A.Ext.580.930.27:1", "L1") = -135

ElseIf AEL1 = "Level 3" Then 
Parameter("A.Ext.580.930.27:1", "L1") = -154

ElseIf AEL1 = "Level 4" Then 
Parameter("A.Ext.580.930.27:1", "L1") = -174

ElseIf AEL1 = "Level 5" Then 
Parameter("A.Ext.580.930.27:1", "L1") = -193

ElseIf AEL1 = "Level 6 - Maximum" Then 
Parameter("A.Ext.580.930.27:1", "L1") = -213

End If

 

 

0 Likes
Accepted solutions (1)
322 Views
2 Replies
Replies (2)
Message 2 of 3

A.Acheson
Mentor
Mentor
Accepted solution

Hi @htthanh_dzk 

Can you share the more info tab of the error message? And also an image of the assembly pointing to the parts being changed. 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
Message 3 of 3

htthanh_dzk
Participant
Participant

The issue solved. Thanks All.

0 Likes