Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

Automating the Auto Balloon Tool with iLogic

dustinbagley
Advocate
Advocate

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
Reply
Accepted solutions (1)
713 Views
1 Reply
Reply (1)

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