[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Copy or Move Objects Quickly
Tip# 4125 By Samuel Lucido On 18-May-2013
0
Rated By 0 users Downloaded : 300
Categories : 2D Operations, Programming Examples
Software type : AutoCAD 2014
Rename File To : QCM.LSP
This routine can save you some clicks.

Sam Lucido's latest routine is very simple, but it can save you some clicks when performing a move or copy. Load the LISP file, then type in CC to copy or MM to move. Make your object selection and you will immediately be in move or copy mode, because your selection point becomes the base point. A look at the LISP code reveals there is no magic here, just careful use of the existing command options. Even if you don't make use of these particular commands, this routine may lead you to build your own command shortcuts for tasks you perform frequently.

 

Average Rating:
0


User comments