OOF2: The Manual
Name
OOF.Graphics_n.Toolbox.Select_Node.Ellipse — Drag to select nodes within an ellipse.
Synopsis
OOF.Graphics_n.Toolbox.Select_Node.Ellipse(skeleton, points, shift, ctrl)
Details
- Parent Menu: OOF.Graphics_n.Toolbox.Select_Node
-
Callback: function
SkelSelectToolbox.selectCBin moduleooflib.common.IO.genericselecttoolbox -
Parameters:
Description
EllipseNodeSelect is a selection
method that selects Nodes in response to a mouse click in
the graphics window when the
Skeleton
Selection toolbox is active and is set to “Node”
mode. It selects all Nodes lying within a ellipse swept out by
dragging the mouse, as shown in Figure 6.26. The ellipse is defined by the
rectangle that bounds it. Click the mouse on one corner of the
rectangle and drag to the diagonally opposite corner.
skeleton is the Skeleton from which the Nodes are
to be selected.
points is a list of
Point objects. The first point in the list
is one corner of the rectangle bounding the ellipse, and the last
point is the diagonally opposite corner. Any other points in the
list will be ignored.
The shift and ctrl parameters
govern how the current selection
(i.e, the set of Nodes defined by
this operation) is merged with the previous selection (the Nodes
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.
Figure 6.26. Selecting a Elliptical Set of Nodes

(a) Click and drag, as shown by the yellow arrow, to define a rectangle. The ellipse fits inside the rectangle.
(b) The blue Nodes were selected in (a).



