Willie Wilbers
Guest
|
Posted:
Fri Oct 01, 2004 9:35 am Post subject:
copy layer (bycolor to color) |
|
|
Hi,
I am looking for a lisp routine that will copy the current display, (consisting of more than one layer) from a base point, to somewhere else in the drawing and to a temporary new layer. It should get the bylayer color and change the copied objects to the bylayer color.
The reason for this is that we use a lisp routine that creates a freehand effect. I usually copy one or two layers at a time, change the color from bylayer, and then execute the lisp file. Then I copy the “freehand” layers (as a block) back to its original location as an overlay.
I use a block because it easy to delete and most of the time the drawing must be changed, and the whole process start over again.
Thanks
Willie Wilbers
|
|
Tracy W. Lincoln
Guest
|
Posted:
Fri Oct 01, 2004 2:50 pm Post subject:
Re: copy layer (bycolor to color) |
|
|
In addition to any replies you might receive or have already received, you
may find more information or responses by posting future Visual LISP,
AutoLISP and General Customization related questions in the following
discussion group:
By NNTP discussion group reader at
news://discussion.autodesk.com/autodesk.autocad.customization
By HTTP (web-based) interface at
http://discussion.autodesk.com/forum.jspa?forumID=130
--
Tracy W. Lincoln
Autodesk Discussion Group Facilitator
Discussion Group Index: http://discussion.autodesk.com
"Willie Wilbers" <nospam@address.withheld> wrote in message
news:31121487.1096608934774.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | Hi,
I am looking for a lisp routine that will copy the current display,
(consisting of more than one layer) from a base point, to somewhere else
in the drawing and to a temporary new layer. It should get the bylayer
color and change the copied objects to the bylayer color.
The reason for this is that we use a lisp routine that creates a freehand
effect. I usually copy one or two layers at a time, change the color from
bylayer, and then execute the lisp file. Then I copy the "freehand" layers
(as a block) back to its original location as an overlay.
I use a block because it easy to delete and most of the time the drawing
must be changed, and the whole process start over again.
Thanks
Willie Wilbers |
|
|