Export to STL or OBJ/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== La parte modello == È possibile utilizzare un file di FreeCAD, ma si può anche creare velocemente un file di test con queste azioni: *Avviare FreeCAD *Creare un nuovo doc...")
(Created page with "==Esportazione metodo 1: Usando "File > Esporta"== *Passare nell'ambiente Mesh o Completo *Scegliere {{KEY| Modifica}} → {{KEY| Preferenze}} → {{KEY| Import-Export}}...")
Line 25: Line 25:
*Salvare il file
*Salvare il file


==Export Method 1: Using "File > Export"==
==Esportazione metodo 1: Usando "File > Esporta"==
*Passare nell'ambiente Mesh o Completo
*Switch to mesh workbench or complete workbench
*Choose {{KEY| Edit}} → {{KEY| Preferences}} → {{KEY| Import-Export}} → {{KEY| Mesh Formats}} from the top menu
*Scegliere {{KEY| Modifica}} → {{KEY| Preferenze}} → {{KEY| Import-Export}} → {{KEY| Formato Mesh}} dal menu principale
*Here you can specify the maximum mesh deviation (0,1 mm is default) which controls how "fine" your mesh will get
*Qui è possibile specificare la deviazione massima della mesh (di default è 0,1 mm) che controlla la "finezza" della mesh da produrre
*Close dialogue with {{KEY| OK}}
*Chiudere il dialogo con {{KEY| OK}}
*Selezionare il solido da esportare nella vista ad albero
*Select the solid to be exported in the tree view
*Choose {{KEY| File}} → {{KEY| Export...}} and set file type to for example "STL mesh (*.stl *.ast)"
*Scegliere {{KEY| File}} → {{KEY| Esporta...}} e impostare, per esempio, il tipo di file "STL mesh (*.stl *.ast)"
*Type in your file name and don't forget the extension, choose {{KEY| Save}}
*Digitare il nome del file senza dimenticare l'estensione, poi scegliere {{KEY| Salva}}


==Export Method 2: Using the mesh workbench in FreeCAD==
==Export Method 2: Using the mesh workbench in FreeCAD==

Revision as of 20:55, 14 July 2016

Tutorial
Argomento
Exportare in STL o OBJ
Livello di difficoltà
Base
Tempo di esecuzione
20 minuti
Autori
r-frank
Versione di FreeCAD
0.16.6703
Files di esempio
Vedere anche
Nessuno

Introduzione

In questo tutorial ci occuperemo di come esportare file STL / OBJ da FreeCAD. Dato che il formato mesh STL / OBJ è adimensionale, nelle esportazioni FreeCAD assume che l'unità utilizzata nel modello è il mm. Se non è così bisogna scalare il modello.

La parte modello

È possibile utilizzare un file di FreeCAD, ma si può anche creare velocemente un file di test con queste azioni:

  • Avviare FreeCAD
  • Creare un nuovo documento
  • Passare nell'ambiente Part
  • Inserire un cubo cliccando su
  • Inserire un cono cliccando su
  • Selezionare entrambi gli oggetti nella vista ad albero
  • Applicare una fusione cliccando su
  • Salvare il file

Esportazione metodo 1: Usando "File > Esporta"

  • Passare nell'ambiente Mesh o Completo
  • Scegliere Modifica Preferenze Import-Export Formato Mesh dal menu principale
  • Qui è possibile specificare la deviazione massima della mesh (di default è 0,1 mm) che controlla la "finezza" della mesh da produrre
  • Chiudere il dialogo con OK
  • Selezionare il solido da esportare nella vista ad albero
  • Scegliere File Esporta... e impostare, per esempio, il tipo di file "STL mesh (*.stl *.ast)"
  • Digitare il nome del file senza dimenticare l'estensione, poi scegliere Salva

Export Method 2: Using the mesh workbench in FreeCAD

  • Switch to mesh workbench
  • Select the solid to be meshed in the tree view
  • Choose Meshes Create Mesh from shape... from the top menu
  • Select one of the three available meshers and specify the available options, for more info refer to this page (Mesh from Shape)
  • Choose OK and the mesh object will be created in the tree view (with green mesh icon)
  • Select the mesh object in the tree view and right click on mesh object in the tree view
  • Choose Export mesh to export mesh
  • You will be promted to coose file name (default is the name of the mesh object) and the file type (default is "Binary STL (*.stl)")
  • Choose Save and you are finished

Links