Help with the updates when i supress parts

Help with the updates when i supress parts

Anonymous
Not applicable
284 Views
1 Reply
Message 1 of 2

Help with the updates when i supress parts

Anonymous
Not applicable

Hello

I have a problem with my Drawing. I use the rule for supressin parts and it works:

 

If param_val = Parameter("Mittel_Fosten_1")=0 Then
Component.IsActive("MittelFosten:1") = 1
Component.IsActive("Komponentenanordnung 2:1") = 1
Component.IsActive("Untere_Lamelle_Mittelfosten:1") = 1
Component.IsActive("Mittlere_Lamelle_Mitellfosten:1") = 1
Component.IsActive("Seite_MIR:1") = 0

Else
Component.IsActive("Seite_MIR:1") = 1
Component.IsActive("MittelFosten:1") = 0
Component.IsActive("Komponentenanordnung 2:1") = 0
Component.IsActive("Untere_Lamelle_Mittelfosten:1") = 0
Component.IsActive("Mittlere_Lamelle_Mitellfosten:1") = 0
End If 

 

The rule runs when i change model parameters with excel.

 

I have a assrmbly, and within that i open a drawing to that assembly. The proble is, the model make a update, but with the drawing is something not right

 

Picutre 1.JPGPicutre 2.JPG

0 Likes
285 Views
1 Reply
Reply (1)
Message 2 of 2

CCarreiras
Mentor
Mentor

Hi!

 

Change the assembly, Save it... and close it.

Open the drawing,... it must be ready to update automatically, or force it by clicking "update" if you see red sparks in 2D browser.

 

Tip: In iLogic Assembly, avoid to have the 3D model s and drawings opened at the same time.

CCarreiras

EESignature

0 Likes