OOF2: The Manual

Name

OOF.LoadData.Skeleton.EdgeBoundary — Load Edge Boundary. Used internally in data files.

Synopsis

OOF.LoadData.Skeleton.EdgeBoundary(skeleton,name,edges,exterior)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name of Edge Boundary. Type: A character string.
    edges
    List of Edges -- tuple of two nodes. Type: A list of tuples of integers. The tuples do not all have to have the same size.
    exterior
    1 (true) for the exterior boundary and 0 (false) for otherwise. Type: Integer.

Description

Load a EdgeBoundary from a Skeleton data file.