I would like to write a key command to place the target at [0,0,0]. Can anyone help with that? I know I can use the dropdown menu and then add [0,0,0,], but would like to do it with a key command.
Thanks
Hi @SKD,
the command macro would be:
! _-ViewportProperties _CameraTarget _Enter 0,0,0 _Enter
you can can setup a new key using the command macro under:
Options / Rhino Options / Keyboard
c.
Thanks clement! That should do it!!!
