| Author |
Message |
Mike
Guest
|
Posted:
Mon Oct 17, 2005 4:10 pm Post subject:
copy drawings from multiple layers into one |
|
|
Hi
I have a drawing. some lines belongs to different layers.
now I want to copy this entire drawing and paste it into another file.
the problem is that I want all the elemmnts to be in one layers and not
having multiple layers created whith the pasting operation
thanks Mike
|
|
| Back to top |
|
 |
Michael Bulatovich
Guest
|
Posted:
Mon Oct 17, 2005 8:10 pm Post subject:
Re: copy drawings from multiple layers into one |
|
|
Simply paste all as is and then change all to the required layer.
--
MichaelB
www.michaelbulatovich.ca
"Mike" <Samaritan1965@yahoo.com> wrote in message
news:1129564706.719570.303750@g44g2000cwa.googlegroups.com...
| Quote: | Hi
I have a drawing. some lines belongs to different layers.
now I want to copy this entire drawing and paste it into another file.
the problem is that I want all the elemmnts to be in one layers and not
having multiple layers created whith the pasting operation
thanks Mike
|
|
|
| Back to top |
|
 |
Mr. B
Guest
|
Posted:
Mon Oct 17, 2005 8:10 pm Post subject:
Re: copy drawings from multiple layers into one |
|
|
With Deft Fingers, "Mike" <Samaritan1965@yahoo.com> wrote:
| Quote: | now I want to copy this entire drawing and paste it into another file.
the problem is that I want all the elemmnts to be in one layers and not
having multiple layers created whith the pasting operation
|
While you can write a LISP routine for this. Basically I'd do the following:
1) Copy you selection to Clipboard (with or without an Insert Point).
2) Paste into you 2nd drawing as an UNexploded Block.
3) Explode LAST (being the block you just inserted)
4) Change Previous (being the exploded entities - this way you don't have to
manually select them)... while still in the Change command, select Properties
--> LAyers --> enter your Layer that you want them all to be on.
Regards,
BruceF
|
|
| Back to top |
|
 |
Jerry G
Guest
|
Posted:
Tue Oct 18, 2005 4:10 pm Post subject:
Re: copy drawings from multiple layers into one |
|
|
or wblock it first, change all to same layer in wblocked drawing, then
insert or xref this drawing into new drawing. Seems harder but results
are easier to verify since you never have to explode, so if you need to
change original it will not require removing bits and pieces of old
exploded block
Michael Bulatovich wrote:
> Simply paste all as is and then change all to the required layer. |
|
| Back to top |
|
 |
|
|
|
|