OOF2: The Manual
Name
OOF.Graphics_n.Toolbox.Select_Segment.Single_Segment — Select a segment joining two nodes.
Synopsis
OOF.Graphics_n.Toolbox.Select_Segment.Single_Segment(skeleton, points, shift, ctrl)
Details
- Parent Menu: OOF.Graphics_n.Toolbox.Select_Segment
-
Callback: function
SkelSelectToolbox.selectCBin moduleooflib.common.IO.genericselecttoolbox -
Parameters:
Description
SingleSegmentSelect is a selection
method that selects Segments in response to a mouse click in
the graphics window when the
Skeleton
Selection toolbox is active and is set to
“Segment” mode. It selects a single Segment.
skeleton is the Skeleton from which a Segment is to
be selected.
points is a list of
Point objects. The Segment closest to the
first point in the list will be selected. Any other points in the
list will be ignored.
The shift and ctrl parameters
govern how the current selection
(i.e, the set of Segments defined by
this operation) is merged with the previous selection (the Segments
already selected) to form a new selection, as shown in Table 6.1. They indicate whether
(True) or not (False)
the shift and control keys were depressed during the mouse click
that initiated this command.



