Help with the updates when i supress parts

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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