Export to STL or OBJ/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 25: Line 25:
*Salvați fișierul
*Salvați fișierul


==Export Method 1: folosirea căii "File > Export"==
==metoda 1 de Export: folosirea căii "File > Export"==
*Switch to mesh workbench or complete workbench
*Comutați pe Atelierul Mesh workbench sau workbench complet
*Choose {{KEY| Edit}} → {{KEY| Preferences}} → {{KEY| Import-Export}} → {{KEY| Mesh Formats}} from the top menu
*Choose {{KEY| Edit}} → {{KEY| Preferences}} → {{KEY| Import-Export}} → {{KEY| Mesh Formats}} from the top menu
*Here you can specify the maximum mesh deviation (0,1 mm is default) which controls how "fine" your mesh will get
*Here you can specify the maximum mesh deviation (0,1 mm is default) which controls how "fine" your mesh will get
Line 32: Line 32:
*Select the solid to be exported in the tree view
*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)"
*Choose {{KEY| File}} → {{KEY| Export...}} and set file type to for example "STL mesh (*.stl *.ast)"
*Type in your file name and don't forget the extension, choose {{KEY| Save}}
*Introduceți numele fișierului dvs. și nu uitați extensia, alegeți{{KEY| Save}}


==Export Method 2: folosirea atelierului Plase in FreeCAD==
==Export Method 2: folosirea atelierului Plase in FreeCAD==

Revision as of 11:56, 18 September 2018

Tutorial
Topic
Export to STL or OBJ
Level
Beginner
Time to complete
20 minutes
Authors
r-frank
FreeCAD version
0.16.6703
Example files
See also
None

Introducere

În acest tutorial vom discuta cum să exportați fișiere STL / OBJ din FreeCAD. Din moment ce formatul STL / OBJ-ul este compus din ochiuri este adimensional, FreeCAD va presupune că unitățile utilizate în model sunt în mm. Dacă nu este cazul, trebuie să vă scalați modelul.

Model de Piesă

Puteți utiliza propriul fișier FreeCAD, dar puteți crea, de asemenea, un fișier de test rapid de către

  • Creați un nou document
  • Comutați pe Atelierul Part
  • Insert a cube by clicking on
  • Insert a cone by clicking on
  • Select all two objects in the tree view
  • Apply a fusion by clicking on
  • Salvați fișierul

metoda 1 de Export: folosirea căii "File > Export"

  • Comutați pe Atelierul Mesh workbench sau workbench complet
  • Choose Edit Preferences Import-Export Mesh Formats from the top menu
  • Here you can specify the maximum mesh deviation (0,1 mm is default) which controls how "fine" your mesh will get
  • Close dialogue with OK
  • Select the solid to be exported in the tree view
  • Choose File Export... and set file type to for example "STL mesh (*.stl *.ast)"
  • Introduceți numele fișierului dvs. și nu uitați extensia, alegeți Save

Export Method 2: folosirea atelierului Plase 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 prompted to choose 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

Care metodă e de ales?

  • Se preferă metoda 2. Mai ales atunci când aveți mai multe corpuri pentru a converti de la unelte la altul, cum ar fi fuzionarea ochiurilor înainte de export.

Links