insert block from another drawing
Does BricsCAD have an equivalent to AutoCAD's "-insertcontent" command?
This command will insert a block from an external drawing without inserting the entire drawing first.
Comments
-
copy paste? also, you can use the drawing explorer, copy the block from one drawing and paste into another
0 -
Thanks, I am aware of these other options.
The command I was asking about can be used in lisp to insert blocks without the entire file.
0 -
Oh, maybe you can use a combo of wblock and insert.
1 -
Have a look at Lee-mac.com Steal.lsp it allows you to "STEAL" a block from another dwg, it also has way more options than just a block, from a programming point of view can be as simple as 3 lines of code. The 1st line loads the steal.lsp. Then you just ask for what you want does not need user input.
0 -
Thanks Alan, I will check this out
0