Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to be able to slect an object, type q1 for changing the color of that object to red and also qs change it back to bylayer. I tried
(defun c:q1 (/) (command "chprop" "color" "1" "") (princ))
but I have no clue why this does not work because when typing it all out in commandline after selecting does works. Any help would be appreciated a LOT 😄
Solved! Go to Solution.