copy drawings from multiple layers into one

Discussion in 'AutoCAD' started by Mike, Oct 17, 2005.

  1. Mike

    Mike Guest

    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
     
    Mike, Oct 17, 2005
    #1
  2. Simply paste all as is and then change all to the required layer.
     
    Michael Bulatovich, Oct 17, 2005
    #2
  3. Mike

    Mr. B Guest

    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
     
    Mr. B, Oct 17, 2005
    #3
  4. Mike

    Jerry G Guest

    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
     
    Jerry G, Oct 18, 2005
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.