OOF2: The Manual

Name

OOF.ElementGroup.New_Group — Create a new element group.

Synopsis

OOF.ElementGroup.New_Group(skeleton,name)

Details

  • Parent Menu: OOF.ElementGroup
  • 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 for the element group to be created. Type: A character string, or the variable automatic.

Description

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

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