OOF2: The Manual

Name

OOF.SegmentGroup.New_Group — Create a new segment group.

Synopsis

OOF.SegmentGroup.New_Group(skeleton,name)

Details

  • Parent Menu: OOF.SegmentGroup
  • Callback: function _new_group in module ooflib.engine.IO.skeletongroupmenu
  • Options: cli_only=1
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name of the group. Type: A character string, or the variable automatic.

Description

Create a new SegmentGroup in a Skeleton. The new group will be empty until Segments are added to it.

The given name must be unique among all SegmentGroups in the Skeleton. If it is not unique, it will be made so by appending <x> , where x is an appropriate integer.