hfVisualizer Remote Control Undo And Redo
undo
hfVisualizer --remote [--target <id>] undo
- Applies the same model-history operation as the GUI
Undoaction. undoruns only in preprocessing mode.- It uses the current in-memory preprocessing model-history stack of the target session.
undofails withNOTHING_TO_UNDOwhen no earlier snapshot is available.- Successful execution records the canonical
undotail into Remote Control History andscript-save. - Successful result JSON includes
canUndoandcanRedoafter the operation. - The GUI
Undoaction records the same canonical tail in Remote Control History.
redo
hfVisualizer --remote [--target <id>] redo
- Applies the same model-history operation as the GUI
Redoaction. redoruns only in preprocessing mode.- It uses the current in-memory preprocessing model-history stack of the target session.
redofails withNOTHING_TO_REDOwhen no redo snapshot is available.- Successful execution records the canonical
redotail into Remote Control History andscript-save. - Successful result JSON includes
canUndoandcanRedoafter the operation. - The GUI
Redoaction records the same canonical tail in Remote Control History.
Example:
hfVisualizer --remote node 1 0,0,0
hfVisualizer --remote undo
hfVisualizer --remote redo