Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > IntelliCAD software > Re: How do you ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 320 of 366
Post > Topic >>

Re: How do you most easily copy a group of selested entities from one alyer to ano

by briansalt@[EMAIL PROTECTED] Apr 2, 2007 at 04:27 AM

Perhaps this small lisp would help?

(defun C:CL (/ ss e n)
   (princ "Change Layer of Objects...\n")
   (setq ss (ssget))
   (if ss (progn
      (setq e (car (entsel "PICK an object on the desired layer: ")))
      (if e (progn
          (setq e (entget e))
          (setq n (cdr (assoc 8 e)))
          (command "CHANGE" ss "" "PROP" "LAYER" n "")
      ))
   ))
)



In article <rZwPh.27$Ya1.18@[EMAIL PROTECTED]
>, jens.bjoern@[EMAIL PROTECTED]
 (Jens

Bjørn) wrote:

> *From:* "Jens Bjørn" <jens.bjoern@[EMAIL PROTECTED]
>
> *Date:* Sat, 31 Mar 2007 19:34:15 +0200
> 
> if you could tell me that i would like to hear from you,
> 
> regards Jens.
> 
> --------------------------------------------------------------------
> --------
> ----
> Jeg beskyttes af den gratis SPAMfighter til privatbrugere.
> Den har indtil videre sparet mig for at få 2923 spam-mails
> Betalende brugere får ikke denne besked i deres e-mails.
> Hent en gratis SPAMfighter her.
> 
>
 




 5 Posts in Topic:
How do you most easily copy a group of selested entities from on
"Jens Bjørn" &l  2007-03-31 19:34:15 
Re: How do you most easily copy a group of selested entities fro
"Jens Bjørn" &l  2007-04-01 12:28:34 
Re: How do you most easily copy a group of selested entities fro
jg <jg@[EMAIL PROTECTE  2007-04-02 02:09:49 
Re: How do you most easily copy a group of selested entities fro
briansalt@[EMAIL PROTECTE  2007-04-02 04:27:50 
Re: How do you most easily copy a group of selested entities fro
"Paul Turvill"   2007-04-02 07:58:46 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Nov 20 10:46:23 CST 2008.