memory_enable
Enable a persistent journal that records every entity event (add, erase, modify) in the CAD drawing, including manual GUI edits. Activate once per CAD start; persists across sessions.
Instructions
Turn ON the drawing's autonomous memory journal.
Registers a database reactor inside the CAD that appends every entity event (add / erase / undo-resurrect / modify) to a journal file beside the drawing - including changes the USER makes by hand in the GUI while no tool is running. Survives across sessions: call it once per CAD start. Then use tag_entity to give entities semantic roles and world_report to read the drawing's state and evolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |