Rollback Transaction
transaction_rollbackRolls back the current AutoCAD transaction to its beginning, discarding all changes made since then. Use to revert unwanted modifications.
Instructions
Rollback the current transaction to the point of transaction_begin.
COM: Undoes all operations back to the last undo mark. ezdxf: Restores the document from the saved DXF snapshot.
WARNING: This is destructive – all changes since transaction_begin are lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||