Message 1 of 1
How to auto attach ballon after part was invisible?

Not applicable
04-10-2017
07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use iLogic rules:
Component.Visible() = True
Component.InventorComponent().BOMStructure = BOMStructureEnum.kDefaultBOMStructure
and
Component.Visible() = False
Component.InventorComponent().BOMStructure = BOMStructureEnum.kReferenceBOMStructure
to turn on and off need part on the assembly, but on the drawing even if the balloon was previously attached it doesn't re-appear after part was invisible.
Is there any way to auto re-attach balloon after turning off/on part on the assembly?