OOF2: The Manual

Name

OOF.NodeGroup.New_Group — Create a new node group.

Synopsis

OOF.NodeGroup.New_Group(skeleton,name)

Details

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

Description

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

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