[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.
Absolute Copy & Paste
Tip# 4542 By Raymond Rizkallah On 21-Sep-2015
5
Rated By 1 users Downloaded : 420
Categories : 2D Editing, 2D Operations, User Coordinate System
Software type : AutoCAD 2016
Rename File To : ABSOLUTE-CopyPaste.LSP
This AutoLISP routine allows you to copy and paste objects between drawings without having to worry about the UCS setting (or Object Snap setting) in either drawing.

Raymond Rizkallah submits a tiny but very useful routine. If you work with multiple drawings at the same time and they are in various UCSs, this is the routine for you. This allows you to copy and paste objects between drawings without having to worry about the UCS setting (or Object Snap setting) in either drawing. Since both drawings will need have this code loaded, this code should be loaded at startup by some method so that it’s always ready to go. The shortcut CB is used to copy the entities to the clipboard. The shortcut PB is used to paste those entities as a block into the target drawing. If you want to paste as entities, use the shortcut PBX.

 

Average Rating:
5


User comments