OOF2: The Manual

Name

OOF.NodeSelection.Select_from_Selected_Segments — Select nodes from selected segments.

Synopsis

OOF.NodeSelection.Select_from_Selected_Segments(skeleton)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.

Description

OOF.NodeSelection.Select_From_Selected_Segments selects the Nodes that are on the currently selected Segments in the given Skeleton.

Figure 6.49. Selecting Nodes from Selected Segments

Selecting Nodes from Selected Segments

(a) A Skeleton containing some selected Segments, shown as thick green lines. (b) The Nodes selected from the selected Segments, shown by the large blue dots.


See Also