Message 1 of 26

Not applicable
04-02-2018
10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a routine that creates layers & assigns the color & linetype but now i have to create a few that have the true color instead of the standard autocad color index such as "0-255". Normally i would create a layer, assign it color 4 with a continuous linetype. How can i create a layer & assign it the color of "255,209,0" in lisp?
Here is a sample:
("K-BEV" "4" "CONTINUOUS")
("K-BEV-MISC" "11" "CONTINUOUS")
("K-CENT-CKEP" "4" "CONTINUOUS")
("K-CENT-XXEX" "4" "CONTINUOUS")
("K-CENT-XXXP" "4" "CONTINUOUS")
("K-CHAS-CKEP" "4" "CONTINUOUS")
("K-DEMO" "255,209,0" "HIDDEN4")
Solved! Go to Solution.