CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 13409

CAD tip CAD tip # 4538:

   
Question CAD 
 %  platform  category 
Q - question

How to revert back the old COPY command - no "Multiple".

A - answer You can redefine the behaviour of the internal COPY command. Add the following lines to one of the autoloaded .LSP file (e.g. acad2006doc.lsp):
  
 
(command "._undefine" "_copy")  
(defun c:copy() (command "._copy")(princ))  
You can always use .COPY to access the internal version of the command or REDEFINE COPY to revert back to the internal/standard (new) version of the COPY command.
ACAD2005ACAD2006
100% *  CAD 
19.7.2005    10517×  
Prices - CAD eShop:
applies to: AutoCAD 2005 · AutoCAD 2006 ·

See also:
Tip 14027:3D heart from the heart.
Tip 13965:Total length of sweeps in Inventor - wires, pipes, trusses, tubes, hoses (iLogic)
Tip 13933:How to set grid colors in AutoCAD Web?
Tip 13767:How to copy a DWG object to existing points?
Tip 13737:Formatting leading zeros in AutoCAD fields (and automatic field update).


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Increase your productivity with our set of BIM add-on functions for Autodesk Revit
CADstudio Revit Tools More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist