Std Enregistrer sous

From FreeCAD Documentation
Revision as of 21:36, 23 March 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std Enregistrer sous

Emplacement du menu
Fichier → Enregistrer sous...
Ateliers
Tous
Raccourci par défaut
Shift+Crtl+S
Introduit dans la version
-
Voir aussi
Enregistrer

Description

Enregistre le document actif sous un nouveau nom de fichier.

The Std SaveAs command saves the active document under a new file name.

Utilisation

Choisir fichier → Enregistrer sous... à partir du menu supérieur.

Options

  • Press Esc or the Cancel button to abort the command.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Scripting

See also: FreeCAD Scripting Basics.

To save a document under a new name use the saveAs method of the document object. For a scripting example see Std New.