OOF2: The Manual

Name

OOF.PixelSelection.Redo — Redo the latest undone selection.

Synopsis

OOF.PixelSelection.Redo(microstructure)

Details

  • Parent Menu: OOF.PixelSelection
  • Callback: function redo in module ooflib.common.pixelselectionmod
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.

Description

A Microstructure maintains a stack of sets of selected pixels. Whenever pixels are selected or deselected, a new selection set is pushed onto the stack. The Undo command pops the topmost set off the stack, thereby reverting to the next older selection. The Redo command undoes the Undo, by replacing the most recently popped selection onto the stack.

[Note] Note

Undone selections can be redone only if no new selections have been made in the Microstructure since the time of the last Undo command.