Saving Rhino 8 as Rhino 7 file

Hi, I’m currently using rhino 8 but I want to save the file as rhino 7 version. I’ve tried to save as but there was no option to change the version. I’ve tried exporting the file as rhino 7; however, when I open up the file, I lost all of the layout template. Is there a way to save everything, including the layout?

Could you give it a try with -SaveAs ?

@Hannah15

I just tried exporting a file with a layout from 8 to 7 and this works normally, preserving the layout.

In Rhino there are different ways of exporting. If you run the command Export, it runs the command ExportSelected. If you run the command ExportAll, it is basically the same as a SaveAs with the option to save to a different version.

This works! thank you

Ah ok thank you!