Hi,
I tried setting an alias for the world top view but it is not working on Rhino 8 unless I do it manually step by step.
Below is what Rhino tells me when I try to do it…
Command: '_SetView_World_Top
Unknown command: '_SetView_World_Top
Hi,
I tried setting an alias for the world top view but it is not working on Rhino 8 unless I do it manually step by step.
Below is what Rhino tells me when I try to do it…
Command: '_SetView_World_Top
Unknown command: '_SetView_World_Top
Hi Juan - macros need a space bertween each input:
'_SetView _World _Top
Think of the space as your enter key.
-Pascal