Script Recorder in Zwcad
an SCR file, which is then used to redraw the entities automatically.
(2) To insert blocks, you use the INSERT command. To draw automatically with scripts, you use the SCRIPT command. In both cases, executing a single command draws complicated shapes at one time.
While you cannot specify different insertion points during scripts, you can edit the graphics afterwards directly — unlike blocks, the modification of which requires special commands for in-place editing or exploding.
Of course, you could instead write a program using LISP. But if you are not prepared to learn to write computer programs with LISP, using scripts is probably much easier initially. Just draw as you wish, ZWCAD Script Recorder follows your operations and records an executable script file.
If you are familiar with LISP programming, then the Script Recorder