OOF2: The Manual

Name

OOF.SegmentSelection.Select_Group — Select the members of a group, discarding the current selection.

Synopsis

OOF.SegmentSelection.Select_Group(skeleton,group)

Details

  • Parent Menu: OOF.SegmentSelection
  • Callback: function modify in module ooflib.engine.skeletonselectionmod
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    group
    Name of the group Type: The name of a group of Skeleton segments.

Description

Select all of the Segments in the given group after unselecting all of the currently selected Segments. To select only the Segments in a group, retaining the previous selection, use OOF.SegmentSelection.Add_Group.