G6 is an AutoLISP tool for drawing chained line segments (with TAB cycling angles) and optionally creating aligned dimensions.
Option A (APPLOAD)
- Download
G6.lsp. - In AutoCAD, run
APPLOAD. - Select
G6.lspand load it.
Option B (Command line)
- Put
G6.lspsomewhere on your disk. - In AutoCAD, run:
(load "C:/full/path/to/G6.lsp")
- Run the command:
G6
- AutoCAD version(s) tested: TODO
- This repo is the baseline import. Behavior-changing enhancements will be added via PRs.