there is a bug , when i do rectangle selection starting outside the intended box (img 1), then zoom out to select down (img 2), and then zoon back in(img 3) the selection box moved. Am on version 8.8
img1
img 2
img 3
there is a bug , when i do rectangle selection starting outside the intended box (img 1), then zoom out to select down (img 2), and then zoon back in(img 3) the selection box moved. Am on version 8.8
img1
Pretty sure the intended behavior is for the rectangle to stay fixed in screen coordinates, so a zoom/pan will change it’s world position.
ok, but then how to select precisely in world coordinates? More a grasshopper guy then working often in rhino directly
I do notice a bug where -_SelWindow
(with a dash) changes the GUI behavior to a rectangle drawn on the current layer (matching the _Rec
command preview) that sticks to the world coordinates although the actual selection behavior doesn’t match the preview rectangle and instead matches the (now invisible) selection box of _SelWindow
(without the dash).
It might be nice to have a world-coordinate version of _SelWindow
via a command line option (would probably only work in parallel projection).