arri |
Inserito il - 08 settembre 2011 : 08:43:47 StealV1-5.lsp
Program Description
This program allows the user to import (humourously: 'steal') items from another drawing into the current drawing.
Upon running the program with 'Steal' at the AutoCAD command-line, the user is prompted to select a drawing to steal from (dwg/dwt/dws). Upon selection, if the selected drawing contains items not already present in the current drawing, a dialog will appear detailing items available for import.
The user may choose multiple items from a list of: Blocks Layers Linetypes Dimension Styles Text Styles Table Styles MLeader Styles MLine Styles Layouts Page Setups User Coordinate Systems Views Layer States Scales Materials Viewports
The above collections are listed in the left-hand list panel of the dialog, and items within each selected collection are listed to the right.
The user may import multiple items from several collections without exiting or restarting the program, since the dialog will remain until either the user presses the 'Done' button, or there is nothing left to import from the selected drawing.
The user may also search the collections for a specific item to import using the search panel to the bottom of the dialog. The search is not case-sensitive and may use wildcards.
The program may also be called with the command 'StealAll' which will prompt the user to select a drawing file then proceed to automatically steal everything from the selected drawing.
Another command: 'StealTemplate' will attempt to locate either the QNew template file, or a template file residing in the template path and display a dialog allowing the user to steal items from the located template file. If no template file is found, the file selection dialog will appear as normal. |