Romero Posted November 20, 2016 Posted November 20, 2016 Hello, I am new to the forum. Can anyone of you help me? I am a beginner in lisp codes. My problem is that I need to do multiple selection to change color. I can only do it once Also that you can select the objects and then apply the command:glare: (DEFUN c:CBB () (COMMAND "CHANGE" PAUSE "" "P" "C" "BYBLOCK" ""))(DEFUN c:CBL () (COMMAND "CHANGE" PAUSE "" "P" "C" "BYLAYER" "")) (DEFUN c:C1 () (COMMAND "CHANGE" PAUSE "" "P" "C" "1" "")) (DEFUN c:C2 () (COMMAND "CHANGE" PAUSE "" "P" "C" "2" "")) (DEFUN c:C3 () (COMMAND "CHANGE" PAUSE "" "P" "C" "3" "")) (DEFUN c:C4 () (COMMAND "CHANGE" PAUSE "" "P" "C" "4" "")) (DEFUN c:C5 () (COMMAND "CHANGE" PAUSE "" "P" "C" "5" "")) (DEFUN c:C6 () (COMMAND "CHANGE" PAUSE "" "P" "C" "6" "")) (DEFUN c:C7 () (COMMAND "CHANGE" PAUSE "" "P" "C" "7" "")) Quote
Grrr Posted November 20, 2016 Posted November 20, 2016 Hi, you mean like this but not temprarily ? Quote
Romero Posted November 21, 2016 Author Posted November 21, 2016 Hi, you mean like this but not temprarily ? It's just what i need But without the temprarily How to remove the temparily color? Someone help me Quote
Grrr Posted November 21, 2016 Posted November 21, 2016 It's just what i needBut without the temprarily How to remove the temparily color? Someone help me The above code in the #22 post does just that, both are written by Lee Mac. 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.