Std File Menu

From FreeCAD Documentation
Revision as of 18:22, 6 August 2021 by MSOlsen65 (talk | contribs) (Undo revision 932572 by MSOlsen65 (talk))
Std Base icon

Introduction

The File (Std_File_Menu) is one of the 7 sub-menus in the Standard Menu(Standard_Menu):

File     Edit     View     Tools     Macro     Windows     Help

The File menu provides tools related to file input and output.

Tools

The following tools are available in this menu:


  • New (Std_New): Creates a new empty document.
  • Open... (Std_Open): Opens a document or imports files.
  • Save As... (Std_SaveAs): Saves the document under a new file name.
  • Save a Copy... (Std_SaveCopy): Saves a copy of the document under a new file name.
  • Revert (Std_Revert): Reverts to the saved version of the document.
  • Import... (Std_Import): Imports a file into the document.
  • Export... (Std_Export): Exports object(s) from the document.
  • Exit: Quits the application.