Jump to content

Multiple selection to change color


Romero

Recommended Posts

Hello, I am new to the forum.

Can anyone of you help me?:cry:

 

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::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" ""))

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...