How to auto attach ballon after part was invisible?

How to auto attach ballon after part was invisible?

Anonymous
Not applicable
247 Views
0 Replies
Message 1 of 1

How to auto attach ballon after part was invisible?

Anonymous
Not applicable

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?

 

 

0 Likes
248 Views
0 Replies
Replies (0)