OOF2: The Manual

Name

OOF.SegmentSelection.Redo — Redo a Skeleton segment selection.

Synopsis

OOF.SegmentSelection.Redo(skeleton)

Details

  • Parent Menu: OOF.SegmentSelection
  • Callback: function _redo in module ooflib.engine.IO.skeletonselectmenu
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.

Description

Redo a previously undone Segment selection in the given skeleton. Undone selections can be redone only if no new selections have been made since the time of the last Undo.

This command is equivalent to OOF.Graphics_n.Toolbox.Select_Segment.Redo, which performs the same task from the Skeleton Selection toolbox in the Graphics window.

See Also