geDeselectArea
geDeselectArea( [w_windowId] [l_bBox] ) => t / nil
Description
Calls geSubSelectBox to deselect objects within the specified bounding box in the specified window.
Arguments
|
Window ID of the window to use. If not specified, the current window is used. |
|
Value Returned
Examples
Deselects objects within the specified area and returns t.
geDeselectArea(hiGetCurrentWindow() list(list(0 0) list(100 100)))
Interactive Function
geDeselectArea (
[ w_windowId ]
)
=> t / nil
Enter this function with only the window ID argument; the system prompts you to point to the area to deselect and returns t. If w_windowId is not specified, the current window is used.
Related Topics
Return to top