geAddSelectBox
geAddSelectBox( [w_windowId] [g_partial] [l_bBox] ) => t / nil
Description
Implements the add mode of area selection. With no arguments given, it prompts you to enter the area to be selected in the current window. Partial selection is performed only when the window environment variable partialSelect is set and the stretch command is active. Partial selection lets you select an edge, vertex, or endpoint of an object to stretch.
Arguments
Value Returned
Examples
Selects the objects in win1 enclosed in the bounding box described by the coordinates 0:0, 25:25 and adds them to the selected set. Partial selection is not performed.
geAddSelectBox( win1 nil list(0:0 25:25) )
Related Topics
Return to top