Std Export/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Template:UnfinishedDocu}}


{{GuiCommand/it|Name=Std_Export|Name/it=Esporta|MenuLocation=[[Std_File_Menu/it|File]] → Esporta...|Workbenches=Tutti|Shortcut=Ctrl+E|SeeAlso=[[Std_Import/it|Importa]]}}
{{GuiCommand/it|Name=Std_Export|Name/it=Esporta|MenuLocation=[[Std_File_Menu/it|File]] → Esporta...|Workbenches=Tutti|Shortcut=Ctrl+E|SeeAlso=[[Std_Import/it|Importa]]}}
</div>


<div class="mw-translate-fuzzy">
Permette di esportare in diversi formati un oggetto selezionato in un documento attivo di FreeCAD.
Permette di esportare in diversi formati un oggetto selezionato in un documento attivo di FreeCAD.


Line 40: Line 40:
Altri articoli su questo argomento:
Altri articoli su questo argomento:
* [[Document_structure/it| Struttura dei file generati con FreeCAD ]]
* [[Document_structure/it| Struttura dei file generati con FreeCAD ]]
* [[Fcstd_file_format/it| Formato dei file Fcstd]]
* [[Fcstd_file_format/it| Formato dei file Fcstd]]
</div>

This is the standard command to export objects inside a FreeCAD document to other file formats. A selection must be made before launching the command.

==How to use==

# Select objects to export, either in the Model tree or in the 3D view using [[Std BoxSelection|box selection]].
# Go to File → Export
# Select the file type
# Type a name
# Press the {{KEY|Save}} button.

For supported file types, see [[Import Export]].


==Tips and limitations==


* When exporting a single part, you should usually select only the last object at the bottom of the Model tree.
[[Category:UnfinishedDocu]]
* On some Linux systems for packages built independently from the FreeCAD project, it may be necessary to manually type the file extension.
* A [[Mesh Workbench|mesh object]] cannot be directly exported to a CAD format (STEP, IGES, BREP). It must be converted to a shape and/or a solid first, see the [[Import from STL or OBJ]] tutorial.


{{clear}}
{{clear}}

Revision as of 08:30, 7 October 2018

Esporta

Posizione nel menu
File → Esporta...
Ambiente
Tutti
Avvio veloce
Ctrl+E
Introdotto nella versione
-
Vedere anche
Importa

Permette di esportare in diversi formati un oggetto selezionato in un documento attivo di FreeCAD.

Secondo quali moduli di estensione sono installati sono supportati diversi tipi di file, come, ad esempio, .IGES, .STEP, .BREP, .STL, .OBJ, .PLY e altri ancora.

Utilizzo

  • Selezionare un oggetto. Se non è selezionato nessun oggetto viene mostrato un messaggio di errore.
  • Attivare la funzione.

Appare la finestra per definire i parametri di esportazione:


File:ExportFile1.png


I formati di esportazione:

File:ExportFile2.png
  • Indicare un percorso, un nome e il formato di esportazione.

Opzioni

Le opzioni di esportazione e di importazione si trovano nel menu Modifica → Preferenze → Modulo → Importa/Esporta. Ecco un esempio riferito al modulo Draft:

File:ExportFileOption.png

Note

I file di progetti di FreeCAD hanno l'estensione FCStd. Per avere maggiori informazioni sulla struttura interna dei file di progetti di FreeCAD leggere l'articolo Formato dei file FCStd.

Altri articoli su questo argomento:

This is the standard command to export objects inside a FreeCAD document to other file formats. A selection must be made before launching the command.

How to use

  1. Select objects to export, either in the Model tree or in the 3D view using box selection.
  2. Go to File → Export
  3. Select the file type
  4. Type a name
  5. Press the Save button.

For supported file types, see Import Export.

Tips and limitations

  • When exporting a single part, you should usually select only the last object at the bottom of the Model tree.
  • On some Linux systems for packages built independently from the FreeCAD project, it may be necessary to manually type the file extension.
  • A mesh object cannot be directly exported to a CAD format (STEP, IGES, BREP). It must be converted to a shape and/or a solid first, see the Import from STL or OBJ tutorial.