geDeselectPoint
geDeselectPoint( [w_windowId] [l_point] ) => t / nil
Description
Calls geSubSelectPoint to deselect the figure at the specified point in the specified window. This might deselect just a vertex or edge, or the whole figure, depending on the state of the partialSelect window environment variable. Use the F4 key to toggle this variable. You can see the state of partialSelect in the window banner.
Arguments
|
Window ID of the window to use. If not specified, the current window is used. |
|
Value Returned
Examples
Deselects the figure at 34.7x 12.6y in the current window and returns t.
geDeselectPoint(hiGetCurrentWindow() list(34.7 12.6))
Interactive Function
geDeselectPoint (
[ w_windowId ]
)
=> t / nil
Enter this function with only the window ID argument; the system prompts you to point to the figure to deselect and returns t. If w_windowId is not specified, the current window is used.
Related Topics
Return to top