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 by the source parameter. This undoes a previous Undo.

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

This command is equivalent to OOF.PixelSelection.Redo, which performs the same task from the main OOF2 window.