OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Pixel_Select.Redo — Redo the latest undone selection.

Synopsis

OOF.Graphics_n.Toolbox.Pixel_Select.Redo(source)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Pixel_Select
  • Callback: function PixelSelectToolbox.redoCB in module ooflib.common.IO.genericselecttoolbox
  • Parameters:

    source
    Microstructure or Image Type: The path to an OOF2 object.

Description

Redo the previously undone Pixel selection in the Microstructure or Image named in the source parameter. Selections are stored on a stack, and the Undo pops a selection off the stack. The Redo places a selection back onto the stack.

It's only possible to Redo a selection if no other Pixels have been selected since the last Undo.