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_groupin moduleooflib.engine.IO.skeletongroupmenu -
Options:
cli_only=1 -
Parameters:
skeleton- Type: The path to an existing
Skeletonobject. 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.



