Std SaveAs/de: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 13: Line 13:
</div>
</div>


<div class="mw-translate-fuzzy">
==Beschreibung==
==Beschreibung==
Speichert das aktive Dokument unter einem neuen Namen.
</div>


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

Revision as of 09:38, 12 April 2022

Std Speichern als

Menüeintrag
Datei → Speichern als...
Arbeitsbereich
Alle
Standardtastenkürzel
Shift+Strg+S
Eingeführt in Version
-
Siehe auch
Speichern

Beschreibung

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

Anwendung

  1. Select the File → Save As... option from the menu.
  2. Enter a filename in the dialog box.
  3. Press the Save button.

Optionen

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

Hinweise

Einstellungen

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

Skripten

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.