Any lisp to create balloon based on AMBOM of AutoCAD Mechaincal 2014?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want a lisp to insert a balloon based on AMBOM directly, or somebody can tell me how to manipulate the AMBOM using lisp.
The lisp I want acts as below.
1, Input the command for the lisp, like cb, then the AutoCAD prompts for the item no..
2, User enters the no, the program checks if the item no. has been created in the AMBOM (Main bom or border boms).
If it has not been created, prompts and quit the program.
3, If it has been created, prompts for the location where the balloon is attached to.
4, User clicks to give the location.
5, prompts for the location of the Item no..
6, User clicks to give the location.
The reason I want the lisp is that it's really annoying to create balloon based on AMBOM.
For example, I have made a Bom as below.
Then I need to add a balloon for item 2, the steps are as below:
1, Click Bom icon to open the Bom
2, click the row of the item 2
3, click the balloons icon
4, The rest procedures are as the procedure 4-6 of the lisp I want.
When I want to add another balloon, I have to do procedures 1-4 again!