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

Redo a previously undone pixel selection operation in the given microstructure. Undone selections can be redone only if no new selections have been made in the Microstructure since the time of the last Undo command.

This command is equivalent to OOF.Graphics_n.Toolbox.Pixel_Select.Redo.

See Also