Rollback Transaction
transaction_rollbackRoll back all changes made since the last transaction begin point, restoring the document to that saved state. This operation is irreversible and discards all subsequent 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 | |||