Alternative:
My 3 CUIX Drop-downs for Copy includes the custom macro "Copy with 0,0 as Base Point"
Macro: - $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,,GRIP),_copybase,^C^C_copybase) _non 0,0
My 6 CUIX Drop-downs for Paste includes the custom macro "Paste as Group"
Macro: - ^C^C_pasteblock;\(setq LstBlk(vla-get-Name (vlax-ename->vla-object (entlast))));_explode;_last;_-group;_create;*;;_previous;;(command "-purge" "B" LstBlk "N")(setq LstBlk nil)
http://www.cadtutor.net/forum/showthread.php?91042-copy-and-keep-grouped-objects-to-new-dwg&p=625603&viewfull=1#post625603
It Pastes as Block, explodes the Block, creates a group of the exploded objects, then purges that block leaving only the group. |