Hello
I want to save an angle of view in perspective viewport,
and to use same angle of view in another file.
How can I do it in Rhino?
Thanks
Rachel
Hi Rachel,
in your first file, save the viewport you would like to transfer using the command below, which is available in the “Set View” toolbar:
! _-NamedView Save
_Pause _Enter
Save your first Rhino file and reopen the second file, then use the command
! _ReadViewportsFromFile
And choose the first rhino file to read the viewport layout and named views into your opened (second) file. It is available from the same toolbar.
c.