Jump to content

Copy object to other layers


itacad

Recommended Posts

Hello...I often have to copy objects from a layer to others (frozen...)

I know copytolayer command, but I need to copy the object in multiple layers and I don't want to write or select one layer at a time...I'd like to select a series of layers.

Whereas the object often corresponds to a note, it would be enough for me to copy the object on all the others layers.

I tried but I did not find anything about it...

Many greetings

Link to comment
Share on other sites

Try this one from Tharwat.

 

Steve.

 

Thank you! that's what I needed! there is only a little quirk that I ask for scruple: why the list of layers is not alphabetic?

regards

Link to comment
Share on other sites

Thank you! that's what I needed! there is only a little quirk that I ask for scruple: why the list of layers is not alphabetic?

regards

You're welcome.

I many times wish it could be, to facilitate ease of locating a layer name in a long list. I'm sure it's possible, but I don't know how to add that function.

 

Steve

Link to comment
Share on other sites

Replace in Tharwat's code:

 

(setq lays (reverse lays))

To:

(setq lays (acad_strlsort lays))

 

Thank you Grrr. That small change has made Tharwat's very useful program even better.

 

Steve

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...