Scroll wheel zoom

Something like

_-Options _View _ZoomScale <scale> !

In place of <scale>, put the scale factor you want to change to.

Thank you very much.
I’ve written !
! _-Options _View _ZoomScale 0.98 _enter _enter
How i can hide now the lines appearing in the command line?
I think it’s working with noecho but i do not know where to place it or if another command is existing.

Just put the _NoEcho in front of everything. In V6, “NoEcho” still gets printed to the command line, which is pretty dumb, but that’s the way it is…

! _NoEcho _-Options _View _ZoomScale 0.98 _enter _enter

This works perfect.

@wolfius Actually, I just revisited the original bug report I filed back in 2015 about NoEcho and realized that Rhino is programed differently now - the NoEcho needs to be in front of everything including the !

So this works without printing “NoEcho” to the command line:

NoEcho ! _-Options _View _ZoomScale 0.98 _Enter _Enter

This is very useful to know. It’s much better not to see the command. Thank you for the effort.
.

If i switch the “!” form Noecho to !_command the noecho do not prints
Noecho has to be the first char in the command

I think that’s what I said 2 posts above…

ejem! i passed over too quickly, sorry

2 posts were split to a new topic: Zooming with a Magic Mouse