Redo
drawing_redoReapply the last undone drawing operation. This restores the precise geometry state removed by an accidental undo.
Instructions
Reapply the operation you just undid.
Same history as drawing_undo, so the headless backend needs
EZDXF_UNDO_DEPTH set. Anything drawn after an undo discards the redo
branch — otherwise redo would restore a state that never existed, with
geometry you had removed reappearing beside geometry you drew afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||