OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Select_Segment.Undo — Undo the selection.

Synopsis

OOF.Graphics_n.Toolbox.Select_Segment.Undo(skeleton)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Select_Segment
  • Callback: function SkelSelectToolbox.undoCB in module ooflib.common.IO.genericselecttoolbox
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.

Description

Undo the previous Segment selection in the Skeleton named in the skeleton parameter. Undone selections can be redone with the Redo command.

Selections are stored in a buffer with a finite size, which limits the number of operations that can be undone. When the buffer is full, old selections will be lost when new selections are made. The size of the buffer can be changed by OOF.Settings.UndoBuffer_Size.

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