Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for a LISP routine that takes all layers in a drawing and duplicates them, while adding a suffix to the layer name.
For example, start with the following layers:
LayerA
LayerB
LayerC
End up with duplicated layers, adding the suffix "- Car":
LayerA
LayerA - Car
LayerB
LayerB - Car
LayerC
LayerC - Car
Solved! Go to Solution.