OOF2: The Manual

Name

OOF.NodeSelection.Select_Named_Boundary — Select nodes belonging to the given skeleton point boundary.

Synopsis

OOF.NodeSelection.Select_Named_Boundary(skeleton,boundary)

Details

  • Parent Menu: OOF.NodeSelection
  • Callback: function modify in module ooflib.engine.skeletonselectionmod
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    boundary
    Select nodes in this boundary Type: The name of a point boundary of the Skeleton.

Description

Select all the Nodes contained in the given Skeleton boundary. The boundary must be a point boundary.