OOF2: The Manual

Name

OOF.SegmentGroup.Copy_Group — Copy a segment group.

Synopsis

OOF.SegmentGroup.Copy_Group(skeleton,group,new_name)

Details

  • Parent Menu: OOF.SegmentGroup
  • Callback: function _copy_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 to be copied. Type: The name of a group of Skeleton segments.
    new_name
    New name for the copy. Type: A character string, or the variable automatic.

Description

Copy a SegmentGroup. The given new_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.