OOF2: The Manual

Name

OOF.Skeleton.Boundary.Modify — Add or remove nodes or edges from a boundary.

Synopsis

OOF.Skeleton.Boundary.Modify(skeleton,boundary,modifier)

Details

  • Parent Menu: OOF.Skeleton.Boundary
  • Callback: function _modifyCB in module ooflib.engine.IO.boundarymenu
  • Parameters:

    skeleton
    The Skeleton containing the boundary. Type: The path to an existing Skeleton object.
    boundary
    Boundary to be modified. Type: The name of a boundary of the Skeleton.
    modifier
    Type: An object of the BoundaryModifier class.

Description

The Modify command applies a BoundaryModifier to a Skeleton boundary. Modifiers can add or remove Nodes or Segments from the boundary. For details, see the descriptions of each BoundaryModifier.