Message 1 of 13
Temporarily change appearance of layers

Not applicable
09-21-2021
05:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I need a lisp routine to temporarily change the appearance of layers in Civil 3D 2020, using .ctb-type color-based plotting. Our technology department is standardizing our AutoCAD layer set and they insist on using colors that are faded and hard to see. And I can’t convince them otherwise. So, my solution is to lisp around the issue. I can set a lisp to load on start easy enough. The lisp needs to;
- Activate when I enter a simple command, such as ‘renov8’
- Change the appearance of a pre-chosen list of layers for;
- Screen display color
- Screen display linetype
- Leave printing unaffected from original settings
- Be effective for the current session only;
- All layer changes revert to original when the dwg is closed (so I don’t ruffle somebody’s feathers)
- No layer changes get saved to the dwg when I save the work while the lisp is active.
- A bonus would be having the same layers get their appearance changed in xrefs too, but I’ll be happy to get the first items.
Could someone provide a lisp routine that will accomplish that? I anticipate that I’ll have to do some work setting up a long list of layers, but once it’s done I’ll be set. Thanks for your help!