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 by the skeleton parameter. Previous selections are stored on a stack, and the Undo pops off the top of the stack. The popped selection is not lost, however. It can be recovered with the Redo command.

The stack has a finite size. Once it is full, old selections will be lost when new selections are made.