OOF2: The Manual

Name

OOF.LoadData.Skeleton.SegmentGroup — Create a Segment group.

Synopsis

OOF.LoadData.Skeleton.SegmentGroup(skeleton, name, segments)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name for the segment group. Type: A character string.
    segments
    List of segments — tuple of two node indices. Type: A list of tuples of integers.

Description

Create a Segment 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.