arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 03 ottobre 2011 : 09:55:02
|
CopytoDrawingV1-1.lsp
Program Description
This program enables a user to quickly copy a selection of objects to another drawing file, without the need to open the external drawing.
Upon invoking the program with C2DWG at the command line, the user is prompted to make a selection of objects to copy. Following selection, the user is prompted, via dialog interface, to select a drawing file to which the objects are to be copied.
The program will then proceed to copy the selected objects using a deep-clone method, coupled with ObjectDBX functionality should the drawing file be currently unopened.
All information associated with the selected objects is copied to the external drawing: the layout in which the objects reside is recreated if non-existent in the external drawing, and furthermore all layer data relating to the object selection is copied.
All positional data relating to the selected objects is also retained in the external drawing.
|
|