Leader Line Gaps
- Last UpdatedApr 27, 2023
- 1 minute read
A leader line can have up to 10 gaps in it. These are most easily defined using the cursor, with either the start and end points or a mid-point and a length being specified. (In the latter case a default gap length is assumed if a value is not specified.) Examples of the relevant commands are:
|
GAP @ |
Insert gap by specifying start and finish points with cursor |
|
GAP AT @ |
Insert gap of default length centered on cursor position |
|
GAP AT @ L 5 |
Insert 5mm gap centered on cursor position |
|
GAP OVER @ |
Insert gap by specifying start and finish points with cursor, and delete all other gaps in line |
|
GAP DELETE @ |
Delete gap specified by cursor |
|
GAP DEL ALL |
Delete all gaps on current Sheet |
The default gap length can be set by using the SETDEFAULT GAP command, for example:
|
SETDEF GAP 5 |
Set default gap length to be 5mm |