geAddSelectPoint
geAddSelectPoint( [w_windowId] [g_partial] [l_point] ) => t / nil
Description
Implements the add mode of point selection.
With no arguments, it prompts you to point to 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. |
|
|
List of points to be used for selection. When no points are specified, this function operates interactively. |
Value Returned
Examples
Selects objects in win3 located at the coordinates 0:0 and 10:10. Partial selection is not performed.
geAddSelectPoint( win3 nil list(0:0 10:10) )
Related Topics
Return to top