OOF2: The Manual

Name

OOF.ElementSelection.Unselect_Group — Unselect the members of a group.

Synopsis

OOF.ElementSelection.Unselect_Group(skeleton,group)

Details

  • Parent Menu: OOF.ElementSelection
  • 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 elements.

Description

Deselect all of the Elements that are members of the specified group. Any Elements that are members of the group but that are not currently selected will be unaffected.