OOF2: The Manual

Name

OOF.ElementGroup.Delete_Group — Remove an element group.

Synopsis

OOF.ElementGroup.Delete_Group(skeleton,group)

Details

  • Parent Menu: OOF.ElementGroup
  • Callback: function _remove_group in module ooflib.engine.IO.skeletongroupmenu
  • Options: cli_only=1
  • 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

Delete the given ElementGroup from the Skeleton. The Elements themselves are not affected.