Copying using 2005

Discussion in 'AutoCAD' started by Stephen Franks, Dec 15, 2004.

  1. I've just started using 2005 in the office after a upgrade from 2004. When
    I want to copy a line for example, the function seems to be multiple copying
    until I right click. Is this a new feature of 2005?

    Cheers

    Steve
     
    Stephen Franks, Dec 15, 2004
    #1
  2. Whether it's a feature or not is your call, but yes, the copy function
    in 2005 is copy multiple instead of copy once. Apparently this was a
    big issue on the AUGI wishlist. Based on posts here, I'm not sure the
    user base as a whole agreed with the change. In full Autocad you can
    redefine the copy command with this lisp:

    (command ".undefine" "copy")
    (defun c:copy()(command ".copy"))

    No work-around that I know of in LT.

    Martin
     
    Martin Shoemaker, Dec 15, 2004
    #2
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.