OOF2: The Manual

Name

OOF.LoadData.Skeleton.ElementGroup — Create an Element group.

Synopsis

OOF.LoadData.Skeleton.ElementGroup(skeleton, name, elements)

Details

  • Parent Menu: OOF.LoadData.Skeleton
  • Callback: function _loadElementGroup in module ooflib.engine.IO.skeletonIO
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name for the element group. Type: A character string.
    elements
    List of element indices Type: A list of integers.

Description

Create a Element group in a Skeleton that is being loaded from a data file. This command must come after OOF.LoadData.Skeleton.Elements in the file. It is only used in data files and is not directly accessible in the OOF2 user interface.