geComputeQueryBbox
geComputeQueryBbox(l_point[w_windowID] ) =>queryBbox/ nil
Description
Takes a point as parameter and returns a corresponding bounding box. The point that is specified is the center of the bounding box. The lower-left and upper-right corners of the bounding box are based on selectionAperture.
If the window is a layout window, delta = selectionAperture/2.
If the window is a schematic window, delta = selectionAperture.
If w_windowId is not specified, the current window ID is used.
Arguments
Value Returned
Related Topics
Return to top