
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have one problem. I want create iLogic frame generator, and i don´t know what to do now.
I have rectangular frame, which change dimensions. This rule i have ok.
But i have middle frames, which must be active or not, it depends at length of frame.
or example ( when leghth be more than 1300mm i need 4 frames, or less than 1300mm i need 2 frames).
All this sketchs are in 1 sketch.
I tryed this code but not function:
If DELKA_PASU >=1500 Then
Component.IsActive("Profil ITEM 00000019:1") = True
Component.IsActive("Profil ITEM 00000020:1") = True
Else
Component.IsActive("Profil ITEM 00000019:1") = False
Component.IsActive("Profil ITEM 00000020:1") = False
'iLogicVb.UpdateWhenDone = True
End If
Thank you for your help
Marek S.
Solved! Go to Solution.