View Full Version : Multiple Copy
Gavin Davidson
06-11-2007, 10:02 AM
We have just changed to AutoCAD 2006 and the Copy command defults to Multiple Copy which doesnt work well when copying piping components.
Is it possible to switch off the Multiple Copy and revert to Single Copy as it was in AutoCAD 2002??
Marc W
06-12-2007, 01:17 PM
You can copy piping components ok with multiple copy, you just have to make sure that you exit the copy command by pressing <enter>. A lot of people are used to pressing <esc> to end the multiple copy, which is what causes the problem with AutoPLANT.
If you want to revert copy back to the pre 2004 single copy, you can undefine it in your acaddoc.lsp using the following:
(command ".undefine" "copy") (defun c:copy() (command ".copy"))
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.