Difference between revisions of "Std SaveCopy/it"
Jump to navigation
Jump to search
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(28 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{GuiCommand/it|Name= | + | <languages/> |
+ | <div class="mw-translate-fuzzy"> | ||
+ | {{Docnav/it | ||
+ | |[[Std_SaveAs/it|Salva con nome]] | ||
+ | |[[Std_SaveAll/it|Salva tutto]] | ||
+ | |[[Std_File_Menu/it|Menu File]] | ||
+ | |IconL=Std_SaveAs.svg | ||
+ | |IconR= | ||
+ | |IconC=Freecad.svg | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | <div class="mw-translate-fuzzy"> | ||
+ | {{GuiCommand/it | ||
+ | |Name=Std_SaveCopy | ||
+ | |Name/it=Salva una copia | ||
+ | |Empty=1 | ||
+ | |MenuLocation=File → Salva una copia... | ||
+ | |Workbenches=All | ||
+ | |SeeAlso=[[Std_SaveAs/it|Salva con nome]], [[Std_Save/it|Salva]] | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | ==Descrizione== | ||
+ | |||
+ | Il comando '''Salva una copia''' salva una copia del documento attivo con un nuovo nome di file. | ||
+ | |||
+ | ==Utilizzo== | ||
+ | |||
+ | <div class="mw-translate-fuzzy"> | ||
+ | # Selezionare {{MenuCommand|File → Salva una copia...}} nel menu. | ||
+ | # Immettere un nome per il file nella finestra di dialogo. | ||
+ | # Premere il pulsante {{Button|Salva}}. | ||
+ | </div> | ||
+ | |||
+ | ==Opzioni== | ||
+ | |||
+ | * Premere il tasto {{KEY|Esc}} o il pulsante {{Button|Annulla}} per annullare il comando. | ||
+ | |||
+ | ==Preferenze== | ||
+ | |||
+ | * L'ultima posizione del file utilizzato viene memorizzata in: {{MenuCommand|Strumenti → Modifica parametri... → BaseApp → Preferences → General → FileOpenSavePath}}. | ||
− | == | + | ==Script== |
− | |||
− | + | {{Emphasis|Vedere anche:}} [[FreeCAD Scripting Basics/it|Script di base per FreeCAD]] | |
− | |||
− | + | Per salvare una copia di un documento, utilizzare il metodo {{incode|saveCopy}} dell'oggetto documento. | |
− | |||
− | = | + | {{Code|code= |
− | + | import FreeCAD | |
+ | from pathlib import Path | ||
+ | # The folder and filename we will use: | ||
+ | fld = 'D:/testfiles/' | ||
+ | fnm = fld + 'testCopy.FCStd' | ||
+ | # Make sure fld exists: | ||
+ | Path(fld).mkdir(parents=True, exist_ok=True) | ||
+ | doc = FreeCAD.newDocument() | ||
+ | doc.saveCopy(fnm) | ||
+ | }} | ||
+ | |||
+ | |||
+ | <div class="mw-translate-fuzzy"> | ||
+ | {{Docnav/it | ||
+ | |[[Std_SaveAs/it|Salva con nome]] | ||
+ | |[[Std_SaveAll/it|Salva tutto]] | ||
+ | |[[Std_File_Menu/it|Menu File]] | ||
+ | |IconL=Std_SaveAs.svg | ||
+ | |IconR= | ||
+ | |IconC=Freecad.svg | ||
+ | }} | ||
+ | </div> | ||
+ | |||
+ | {{Std Base navi{{#translation:}}}} | ||
+ | {{Userdocnavi{{#translation:}}}} | ||
{{clear}} | {{clear}} | ||
− |
Latest revision as of 15:28, 12 December 2020
Salva una copia |
Nome nel codice |
---|
Std_SaveCopy |
Posizione nel menu |
File → Salva una copia... |
Ambiente |
All |
Avvio veloce |
Nessuno |
Introdotto nella versione |
- |
Vedere anche |
Salva con nome, Salva |
Contents |
Descrizione
Il comando Salva una copia salva una copia del documento attivo con un nuovo nome di file.
Utilizzo
- Selezionare File → Salva una copia... nel menu.
- Immettere un nome per il file nella finestra di dialogo.
- Premere il pulsante Salva.
Opzioni
- Premere il tasto Esc o il pulsante Annulla per annullare il comando.
Preferenze
- L'ultima posizione del file utilizzato viene memorizzata in: Strumenti → Modifica parametri... → BaseApp → Preferences → General → FileOpenSavePath.
Script
Vedere anche: Script di base per FreeCAD
Per salvare una copia di un documento, utilizzare il metodo saveCopy
dell'oggetto documento.
import FreeCAD
from pathlib import Path
# The folder and filename we will use:
fld = 'D:/testfiles/'
fnm = fld + 'testCopy.FCStd'
# Make sure fld exists:
Path(fld).mkdir(parents=True, exist_ok=True)
doc = FreeCAD.newDocument()
doc.saveCopy(fnm)
Menu di base
- Standard menu: File, Edit, View, Tools, Macro, Windows, Help
- Structure: Std Part, Std Group, Std LinkMake, Std LinkActions
- File: New, Open, Close, Close all, Save, Save as, Save a copy, Save all, Revert, Import, Export, Merge project, Project information, Print, Print preview, Export PDF, Recent files, Exit
- Edit: Undo, Redo, Cut, Copy, Paste, Duplicate selection, Refresh, Box selection, Box element selection, Select all, Delete, Placement, Alignment, Toggle Edit mode, Preferences
- View: Create new view, Orthographic view, Perspective view, Fullscreen, Standard views (Fit all, Fit selection, Isometric, Dimetric, Trimetric, Front, Top, Right, Rear, Bottom, Left, Rotate left, Rotate right), Freeze display (Save views, Load views, Freeze view, Clear views), Draw style (As is, Flat lines, Shaded, Wireframe, Points, Hidden line, No shading), Bounding box, Stereo (red/cyan, quad buffer, interleaved rows, interleaved columns, Stereo off, Issue camera position), Zoom (Zoom In, Zoom Out, Box zoom), Document window (Docked, Undocked, Full screen), Toggle axis cross, Clipping plane, Texture mapping, Visibility (Toggle visibility, Show selection, Hide selection, Select visible objects, Toggle all objects, Show all objects, Hide all objects, Toggle selectability, Toggle measurement, Clear measurement), Toggle navigation/edit mode, Appearance, Random color, Workbench, Toolbars (File, Workbench, Macro, View, Structure, Navigation), Pannelli (Report view, Tree view, Property view, Selection view, Combo view, Python console, DAG view), Tree view actions (Sync view, Sync selection, Sync placement, Pre-selection, Record selection, Single document, Multi document, Collapse/expand, Initiate dragging, Go to selection), Status bar
Documentazione utente

- Installazione: Windows, Linux, Mac; Getting started
- Base: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Ambienti: Menu di base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting