undohistorystate
Hi ,
I am trying to run a code like this
*startnotehistorystate {} *replacenodes 7000139 7000103 1 0 *replacenodes 7000140 7000104 1 0 *replacenodes 7000141 7000105 1 0 *replacenodes 7000142 7000106 1 0 *replacenodes 7000143 7000107 1 0 *replacenodes 7000144 7000108 1 0 *endnotehistorystate {}
I use command *undohistorystate to undo the process. However, there is only one node was undo. I would like to undo all six nodes has been replaced. Am I missing something.
Sort by:
1 - 12 of
121


Updated by Altair Forum User
Hi Toan,
For *undohistorystate please give the count also, and based on this count it undoes one or more history states.
That is if three times you have used *replacenodes, then *undohistorystate 3 which will undo the 3 history states at once. Please try with this.


Updated by Altair Forum User
Hi Toan,
Undo/redo is not yet supported for Tcl even in HM 2017. Commands are available for future use, but they don't work.
Regards,
Oguchi
Maybe you have to call '*undohistorystate' several times?