• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2013/2014 DWG Format

    Reply
    Contributor
    Posts: 15
    Registered: ‎04-18-2009

    Copy Paste from another drawing does not work

    1813 Views, 20 Replies
    01-13-2013 11:53 AM

    When I use copy or copy with base point and paste or paste to original coordinates in another drawing, nothing is being copied.

     

    I use autocad 2013

     

    The isuue is dwg related. It only happens when i paste to some of my dwg (usualy the most important ones...).

     

    All the drawing files that are affected are in 2013 format, but if i save them to older version the problem persist.

     

    Please help!!!

     

    I ve tried

    purge r, purge a, audit, save

    wblock explode, purge a, audit, save

    to no awail.

     

    Tried many other solutions sa well, but nothing worked.

     

    What on earth could be wrong with DWG to prevent pasting from another drawing?!

     

    PS: Those drawings have been saved to lower formats before.

    Please use plain text.
    *Expert Elite*
    Posts: 6,635
    Registered: ‎06-29-2007

    Re: Copy Paste from another drawing does not work

    01-13-2013 12:26 PM in reply to: ivor.bach

    Hi,

     

    >> When I use copy or copy with base point and paste or paste to original coordinates

    >> in another drawing, nothing is being copied

    There are so many reasons why that could fail like

    • do a ZOOM EXTENTS after pasting
    • verify if layers are frozen/switched off in the destination drawing
    • blocks copied that (with same name) already were defined in the destination drawing (and may have same name, but other definition)
    • ....

     

    At least you can _WBLOCK the content you want to get into the other drawing to create a temporay DWG with the copy-content ... and then insert this drawing into the destination drawing.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Valued Mentor
    Posts: 445
    Registered: ‎01-04-2008

    Re: Copy Paste from another drawing does not work

    01-13-2013 12:35 PM in reply to: ivor.bach

    as a workaround , you could use wblock the items you need to copy and paste .

    you could wblock them to a local folder specified in your options paths.

      default name will be "new block", accept that

    then you can use a lisp to  insert "new block"  to another drawing .

    i e :

    (defun c:insertnewblock (/p1)

    (setq p1 (getpoint "\nPick insert point :"))

    (command "_-insert" "new block" p1 "" "" "" )

    (commmand  "_explode" "_L" "")

    (command "_-purge" "_bl"  "new block" "_n")

     (princ)

    )

     

    make a pgp alias for this lisp ,  this can be as quick as copy paste

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎04-18-2009

    Re: Copy Paste from another drawing does not work

    01-13-2013 04:04 PM in reply to: mrkaplan

    INSERT does not work, Insert as reference does not work...

     

    If i wblock my current file, in the wblocke file i have same error...

     

    nothing helps.

    Please use plain text.
    *Expert Elite*
    cbenner
    Posts: 1,724
    Registered: ‎04-06-2010

    Re: Copy Paste from another drawing does not work

    01-14-2013 04:43 AM in reply to: ivor.bach

    Can you post one of the affected files here for us to look at?  Something is not right.

    ChrisB

    ADSK_Expert_Elite_Icon_S_Color_Blk.png


    Please use Mark Solutions!.Accept as Solution &Give Kudos!Kudos to further enhance the value of these forums. Thank you! :smileyhappy:


          

    Please use plain text.
    *Expert Elite*
    pendean
    Posts: 15,440
    Registered: ‎11-06-2003

    Re: Copy Paste from another drawing does not work

    01-14-2013 05:39 AM in reply to: ivor.bach

    First you need to confirm the COPYCLIP took place: the problem may be the source file, not just the destination file.

    Second, it appears you did not try -EXPORTTOAUTOCAD command, a great tool at removing AEC content that may be the culprit (assuming neither you or the file creators/recipients need them): aim for a 2007 format DWG file.

    Dean Saadallah Blog | Facebook | RSS | Twitter | PINS
    Please use plain text.
    Distinguished Contributor
    Posts: 138
    Registered: ‎02-11-2007

    Re: Copy Paste from another drawing does not work

    01-14-2013 08:50 AM in reply to: ivor.bach

    Hi,

     

    Have you tried the AutoCAD System Variable "PICKFIRST" and set it to 1 rather than 0 when you are copying...

     

    Hope that helps?

     

    Regards,


    Duncan

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎04-18-2009

    Re: Copy Paste from another drawing does not work

    01-15-2013 08:13 AM in reply to: DuncanBrannan82

    it was set to PICKFIRST=1 all the time...

     

    EXPORTTOAUTOCAD was done, as well as SPURGE, nothing helped.

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎04-18-2009

    Re: Copy Paste from another drawing does not work

    01-15-2013 08:19 AM in reply to: cbenner

    dear cbenner file ill post the file tommorow.

    Please use plain text.
    Distinguished Contributor
    Posts: 138
    Registered: ‎02-11-2007

    Re: Copy Paste from another drawing does not work

    01-16-2013 05:36 AM in reply to: ivor.bach

    Not sure if anything has happened to this post but i got a reply stating...

     

    "I've deleted everithing visible from my file, but the problem persists. There are a bunch of blocks that cannot be purged."

     

    "The file is attached."

     

    But i cant seem to find it???

     

    Please use plain text.