Jump to content

copy multiple macro


rboudreaux

Recommended Posts

Hey, guys,

 

I am using Autocad 2013. Presently, my COPY command will copy only once. I want to change it to where it will hold the copy and make multiple copies of the same selection.

 

Is this making any sense?

 

Thanks,

 

Rich

Link to comment
Share on other sites

Nestly,

 

I am aware of this. I want to change my macro so I will not have to go back and select the object each time. I want to make multiple copies of the same object.

 

Thanks

 

Rich

Link to comment
Share on other sites

That is exactly what I am looking for, but presently, I can only make one copy of an object then I must go back to my COPY icon to make any more copies of that same object.

Link to comment
Share on other sites

Here is the macro from "vanilla" AutoCAD, if you want to compare it to your macro, but be aware that mOde within the command is still what determines whether it's single or multiple mode.

 

$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_copy,^C^C_copy)

 

Copy macro.jpg

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...