OOF2: The Manual

Name

OOF.LoadData.Skeleton.PointBoundary — Load Point Boundary. Used internally in data files.

Synopsis

OOF.LoadData.Skeleton.PointBoundary(skeleton,name,nodes,exterior)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    name
    Name of Point Boundary. Type: A character string.
    nodes
    List of node indices. Type: A list of integers.
    exterior
    1 (true) for the exterior boundary and 0 (false) for otherwise. Type: Integer.

Description

Load a PointBoundary from a Skeleton data file.