OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Select_Segment.Redo — Redo the latest undone selection.

Synopsis

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

Details

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

    skeleton
    Type: The path to an existing Skeleton object.

Description

Redo the previously undone Segment selection in the Skeleton named by the skeleton parameter. This undoes a previous Undo.

It's only possible to Redo a selection if no other Segments have been selected since the last Undo.

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