Automating the Auto Balloon Tool with iLogic

Automating the Auto Balloon Tool with iLogic

dustinbagley
Advocate Advocate
1,196 Views
1 Reply
Message 1 of 2

Automating the Auto Balloon Tool with iLogic

dustinbagley
Advocate
Advocate

Can I create an iLogic or API rule that will run the Auto Balloon feature, select the parts, place the balloons, etc.? I've seen a lot of examples for creating individual balloons with iLogic but nothing that would run the Auto Balloon tool.

0 Likes
Accepted solutions (1)
1,197 Views
1 Reply
Reply (1)
Message 2 of 2

tyler.warner
Advocate
Advocate
Accepted solution

Here are two forums that did ballooning without using the auto-balloon command. (Link1 & Link2) 

 

This will open the dialog to do so. See this forums discussion for additional information. You might be able to dig in & see if you can specify views & parts & placement location using selection/click events.

 

Dim oAutoBalloon As ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("DrawingBalloonAllCmd")
oAutoBalloon.Execute

 

 

If this solved your problem or answered your question, please click ACCEPT SOLUTION.
If this helped you, please click LIKE.
0 Likes