
|
|
Facts
- Runs inside MS-Excel (2000, XP, 2003 or 2007) and your AutoCAD setup remains unaltered.
- Used for writing command scripts which are supported by any AutoCAD version.
- Combines spreadsheet calculations with scripts.
- Adds conditional execution to scripts.
- Adds programflow to scripts.
- Can save rows of spreadsheet values on a stack and write them back to an other location in the same spreadsheet.
- Automaticly colors rows when a spreadsheet is processed to make it more readable.
-
It's cool to use! |
|
|
|
|
|
|
|
Some screenshots
- Scriptsheet to calculate insertionpoints of cycloneboxes which will fit into a vessel.
The purple rows contain AutoCAD commands and the yellow rows are two nested loops (For Next)

- Parameter sheet in same workbook to specify, for instance the Vessel ID (internal diameter).

- AutoCAD drawing after executing the resulting scriptfile via the scriptsheets toolbar.
 |
|
|
|
|