geSubSelectPoint
geSubSelectPoint( [w_windowId] [g_partial] [l_point] ) => t / nil
Description
Implements the sub mode of point selection.
With no arguments, it prompts you to point at the object to be de-selected in the current window. Partial de-selection is performed if the window environment variable partialSelect is set.
Arguments
|
Whether partial selection should be performed. |
|
|
The point to be used for de-selection. When no point is specified, this function operates interactively. |
Value Returned
Examples
Deselects the object in win3 located at the coordinate 0:0. Partial selection is not performed.
geSubSelectPoint( win3 nil list(0:0) )
Related Topics
Return to top