The current zoom selected actually zoom very close and everytime we have to zoom out a little to see what is around the object so i have proposed the following as default behaviour. it may be given a different name like zoom to viewframe or whatever.
There maybe some hybrid of the two and maybe the option to lets say 25% breathing space outside the selection.
Hi -
You can change the Rhino.Options.View.ZoomExtentsParallelViewBorder
option in the advanced settings to your liking.
-wim
You can also create a custom command with macro:
! _Zoom _Selected _Zoom _Factor 0.5
You can have anything you like as factor, just play around with the number.
Then you can add a keyboard shortcut for this macro (custom command). I have something like this as ⌘+1 on my mac.
Very thanks, i set to 1.8 and feels good for me.
thanks Jari, this option gives the result but it actually show glitch in execution that seems little annoying and uncomfortable.
What kind of glitch are you having? I’m on a Mac and its working as expected on my end. And also these are just regular commands that you can use manually, so maybe there is just problem in my macro setup.
actually when the zoom factor part of command gets executed it feels like some sudden glitch happen.
Yeah, its probably UI thing when multiple commands gets executed right after another. Anyway in Rhino 6 for Mac I don’t notice any glitching.