sgrizzid Posted February 5, 2010 Posted February 5, 2010 We have a new CTB file that we are trying to use in our office. There are a lot of drawings associated with it, and I was wondering if there was a command or tool or script that will replace layer colors. Similar to "laytrans" but only for color replacement. For example, say I want every instance of red to now be green, is there something that can easily do this? I found a color translator third party thing, but the trial doesn't want to work on my version of autocad (2008). Any help? Thanks! Quote
lpseifert Posted February 5, 2010 Posted February 5, 2010 Try this... after loading, the command name is Color_Fix. You can set up an external text file for translating the colors if you need to do a bunch of dwgs. Thanks to Bill Kramer. Be aware that this will translate the color of entities (if not Bylayer) along with the Layers COLORF.LSP Quote
sgrizzid Posted February 5, 2010 Author Posted February 5, 2010 hmm, I don't think I understand the setting up an external text file. How does one go about that? Quote
lpseifert Posted February 5, 2010 Posted February 5, 2010 Make a text file... from_color to_color similar to this 1 21 2 22 3 23 you're welcome 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.