Hi there,
here a thing I want the do with LISP:
I want to change multiple Objects with different Layers, that each Layer change to a different Layer.
Example:
Select entities with
(ssget "_:L" '((8 . "Layername1, Layername2, etc")))
Now change Layer:
Layername1 → 1_Layername1
Layername2 → 1_Layername2
I don't want to select each entity and than change its Layer. I want to do all entities at the same time with one command.