Message 1 of 4
Group balloons after using the automatic balloon tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This should probably (I guess) be an Idea, but does anyone have a rule they can share that will let me select a group of separate balloons like these:
After Auto Balloon Tool
Desired result
I haven't checked yet, but I assume this hinges on there being API access to adding the balloons.
Pseudo code for this would be something like:
Sub Main () SelectBalloons() ' that you want to add to the group. SelectInsertLocation() ' for the first balloon once grouped. End Sub
If you wanted to get a bit clever with it, I guess (rather than grabbing everything that the first selected part is connected to - which in this case is everything else) you could you could query items constrained to the first selected part? Or perhaps select those items that are on the same (major) axis as the first item selected.
Thanks in advance.
Alex.
----------------------------------------------------------------
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example