OOF2: The Manual

Name

OOF.PixelSelection.Undo — Undo the latest selection.

Synopsis

OOF.PixelSelection.Undo(microstructure)

Details

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

    microstructure
    Type: The path to an existing Microstructure object.

Description

Undo the most recent pixel selection operation in the given microstructure. To undo the Undo, use OOF.PixelSelection.Redo.

The number of times that Undo can be used is limited by the size of the undo buffer. When the buffer is full, the oldest selections will be lost when new selections are made. The buffer size can be changed by OOF.Settings.UndoBuffer_Size.Pixel_Selection.

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

See Also