OOF2: The Manual

Name

OOF.LoadData.Skeleton.Elements — Create Skeleton Elements.

Synopsis

OOF.LoadData.Skeleton.Elements(skeleton, nodes)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    nodes
    List of tuples of Node indices for each Element. Type: A list of tuples of integers.

Description

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