OOF2: The Manual
Name
OOF.PixelSelection.Undo — Undo the latest selection.
Synopsis
OOF.PixelSelection.Undo(microstructure)
Details
- Parent Menu: OOF.PixelSelection
-
Callback: function
undoin moduleooflib.common.pixelselectionmod -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject.
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.



