OOF2: The Manual

Name

OOF.LoadData.Skeleton.SegmentGroup — Load Segment Group. Used internally in data files.

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. The tuples do not all have to have the same size.

Description

Load a segment group.