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