New to Rhino, and have found I have been using the ‘project’ toggle often when trying to move and edit polysurfaces. Often though, I need to first click a point without ‘project’ on, and was wondering if there is a way to create a keyboard shortcut to make this faster?
Thanks you for this. The toggling works super.
Is the “_noecho” part supposed to not make rhino execute the same command again when you press space? That is not the case for me. When I hit space it toggles it to - say- enabled, I then draw a curve, when that is done I hit space again and it just disables it. Is there any way to go around this?
“NoEcho” simply suppresses the report to the command line, it does not change anything else. The spacebar repeats the last command, but if you first run the macro, then use the command Curve, for example, hitting the spacebar should repeat the Curve command not the macro… I wouldn’t use spacebar as a command alias in any case.
Hello - the individual snaps do not have toggles but you can always type in for example ‘cen’ and Enter to turn on the one-shot Center osnap for one pick.
how? PAscal wrote, individual snaps do not have toggles?
_noecho '_CenterOsnap _Toggle -> no
_noecho '_CenOsnap _Toggle -> no
_noecho '_Cen _Toggle -> no
_noecho '_Cen -> no
Your available single key “shortcuts” are found under Options>Keyboard (mainly “F” keys) - you could choose one and in the right panel simply put '_Cen
–Mitch