jon_chen Posted September 30, 2020 Posted September 30, 2020 Hi Guys, i have this problem. in my work, i need to use layers for the design, and sometimes i copy objects from other drawings, when i paste the objects in current drawing, they are pasted in their original layer, and then i need to change the layers of all the pasted objects to the current (active) layer. well, it doesn't sound very handful, but when i need to copy and paste a lot of them, it is quite a work to do. so, does anyone have a lisp routine that can do this; when i do the paste operation, it automatically changes the layer of the objects in clipboard into the current layer or say active layer? many thanks! Quote
BIGAL Posted September 30, 2020 Posted September 30, 2020 (edited) Maybe paste as a block then run convert all objects in block to current layer, explode, purge block. "to current layer" search Edited September 30, 2020 by BIGAL Quote
jon_chen Posted October 9, 2020 Author Posted October 9, 2020 thank you, that is one way to go, but I’m thinking if there is a more direct way or say one step operation way to do the work? Quote
BIGAL Posted October 10, 2020 Posted October 10, 2020 (edited) Removed wrong answer. Edited October 10, 2020 by BIGAL 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.