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
_modifyCBin moduleooflib.engine.IO.boundarymenu -
Parameters:
skeleton- The Skeleton containing the boundary. Type: The path to an existing
Skeletonobject. boundary- Boundary to be modified. Type: The name of a boundary of the
Skeleton. modifier- Type: An object of the
BoundaryModifierclass.
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.



