nfractals Posted June 4, 2012 Posted June 4, 2012 I have multiple cad files and need to create mutiple blocks with same name at same coordinates. Tried using Action macro but the macro doesnt record the block name. Is there any workaround? or any lisp routine I could use? Quote
Dadgad Posted June 4, 2012 Posted June 4, 2012 (edited) Welcome to the forum! Sounds like your DRAWING SHEET maybe? The ACTION RECORDER will always balk when it hits a dialog box. If you put the block you want to use on your clipboard before you run your ACTION MACRO you can use the PASTE TO ORIGINAL COORDINATES command, and in that way won't get a dialog box. Or if you already have the block created, sounds like you do, then just INSERT it. Or just visit LEE MAC's site and revel in other MORE CREATIVE and efficient options. Like this http://www.lee-mac.com/copytodrawing.html . Thanks Lee! Please note that using Lee's lisp, you do not even need to open the drawings into which you wish to make the additions. Now that's just plain SMART! Edited June 4, 2012 by Dadgad Quote
Lee Mac Posted June 4, 2012 Posted June 4, 2012 Many thanks for your glowing recommendations Dadgad, that means a lot Quote
Dadgad Posted June 4, 2012 Posted June 4, 2012 Many thanks for your glowing recommendations Dadgad, that means a lot You're entirely welcome. I don't MAKE the news, I just REPORT it. Quote
BIGAL Posted June 5, 2012 Posted June 5, 2012 Try this script very easy way to do Open dwg1 insert myblock 0,0 1 1 0 close Y Open dwg2 insert myblock 0,0 1 1 0 close Y Open dwg3 insert myblock 0,0 1 1 0 close Y Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.