Redo
drawing_redoReapply the most recent undone drawing operation to restore the exact previous state in AutoCAD.
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 | |||