Project: create line from explicit endpoints
Add a straight running-stitch line using exact start and end coordinates
Dither form
; Add a straight running-stitch line using exact start and end coordinates
(project/create/line-from-to {:start_x nil :start_y nil :end_x nil :end_y nil})
Inputs
| Input | Kind | Required | Default |
|---|---|---|---|
start_x | length | yes | — |
start_y | length | yes | — |
end_x | length | yes | — |
end_y | length | yes | — |
Behavior
- Finishes as a bounded immediate action.
- No undo transaction