OOF2: The Manual

Name

OOF.LoadData.Skeleton.PointBoundary — Create a point boundary.

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

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