Std Save/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(55 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand|Name=Std Save|Name=Save|MenuLocation=[[Std_File_Menu|File]] → Save|Workbenches=All|Shortcut=Crtl+S|SeeAlso=[[Std_SaveAs|Save as...]]}}


{{Docnav/it
The {{KEY|Save}} command stores the active document of the current project to a file. If there are other documents in the project, they are not saved.
|[[Std_CloseAllWindows/it|Chiudi tutto]]
|[[Std_SaveAs/it|Salva con nome]]
|[[Std_File_Menu/it|Menu File]]
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
}}


{{GuiCommand/it
The first time a document is saved, a dialog to define the path and file name will appear.
|Name=Std_Save
|Name/it=Salva
|MenuLocation=File → Salva
|Workbenches=Tutti
|Shortcut={{KEY|Ctrl}}+{{KEY|S}}
|SeeAlso=[[Std_SaveAs/it|Salva con nome]], [[Std_SaveCopy/it|Salva una copia]], [[Std_SaveAll/it|Salva tutto]]
}}


<span id="Description"></span>
==Descrizione==


Il comando '''Salva''' salva il documento attivo.
[[Image:FileSaveAs.png|left]]
{{clear}}


<span id="Usage"></span>
==Utilizzo==


# Esistono diversi modi per invocare il comando:
The name assigned to the document to save it also becomes the name used for the root in the document tree structure.
#* Premere il pulsante {{Button|[[Image:Std_Save.svg|16px]] '''Salva'''}}.
#* Selezionare l'opzione {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Salva}} dal menu.
#* Usare la scorciatoia da tastiera: {{KEY|Ctrl}}+{{KEY|S}}.
# Per i nuovi documenti: immettere un nome file nella finestra di dialogo e premere il pulsante {{Button|Salva}}.


<span id="Options"></span>
Subsequent {{KEY|Save}} commands automatically use the path and file name defined in the first save. To save the file in a
==Opzioni==
different location, or assign to it a new name, you must use the Save As command.


* Per i nuovi documenti: premere il tasto {{KEY|Esc}} o il pulsante {{Button|Annulla}} per annullare il comando.
When you try to close a modified document, or exit FreeCAD with modified documents in use, you will receive a warning:


<span id="Notes"></span>
[[Image:UnsavedDocument.png|left]]
==Note==
{{clear}}


* Questo comando può essere utilizzato anche per salvare i grafici delle dipendenze. Vedere [[Std DependencyGraph/it|Grafico delle dipendenze]].


<span id="Scripting"></span>
You can define a default location for opening and saving files using the menu Tools → Edit Parameters → BaseApp → Preferences → General → FileOpenSavePath.
==Script==


{{Emphasis|Vedere anche:}} [[FreeCAD Scripting Basics/it|Script di base per FreeCAD]]
[[Image:FileOpenSavePath.png|left]]


Per salvare un documento, utilizzare il metodo {{incode|save}} dell'oggetto documento. Un nuovo documento deve prima essere salvato con il metodo {{incode|saveAs}} dell'oggetto documento. Per un esempio di scripting vedere [[Std_New/it|Nuovo]].
[[Category:Documentation]]

[[Category:Command_Reference]]

{{clear}}
{{Docnav/it
<languages/>
|[[Std_CloseAllWindows/it|Chiudi tutto]]
|[[Std_SaveAs/it|Salva con nome]]
|[[Std_File_Menu/it|Menu File]]
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconC=Freecad.svg
}}

{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 20:00, 23 April 2024

Salva

Posizione nel menu
File → Salva
Ambiente
Tutti
Avvio veloce
Ctrl+S
Introdotto nella versione
-
Vedere anche
Salva con nome, Salva una copia, Salva tutto

Descrizione

Il comando Salva salva il documento attivo.

Utilizzo

  1. Esistono diversi modi per invocare il comando:
    • Premere il pulsante Salva.
    • Selezionare l'opzione File → Salva dal menu.
    • Usare la scorciatoia da tastiera: Ctrl+S.
  2. Per i nuovi documenti: immettere un nome file nella finestra di dialogo e premere il pulsante Salva.

Opzioni

  • Per i nuovi documenti: premere il tasto Esc o il pulsante Annulla per annullare il comando.

Note

Script

Vedere anche: Script di base per FreeCAD

Per salvare un documento, utilizzare il metodo save dell'oggetto documento. Un nuovo documento deve prima essere salvato con il metodo saveAs dell'oggetto documento. Per un esempio di scripting vedere Nuovo.