Export to STL or OBJ/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "== Faire un test == Vous pouvez utiliser votre propre fichier FreeCAD, mais vous pouvez aussi créer un fichier test *ouvrir FreeCAD *Créer un nouveau document *Activer l'ate...")
(Created page with "==Exportation méthode 1: En utilisant "Fichier > Exportation"== *Activer l'atelier Mesh Design ou tous les ateliers *Choisissez {{KEY| Édition}} → {{KEY| Préférences}}...")
Line 24: Line 24:
*Sauver votre fichier
*Sauver votre fichier


==Export Method 1: Using "File > Export"==
==Exportation méthode 1: En utilisant "Fichier > Exportation"==
*Activer l'atelier Mesh Design ou tous les ateliers
*Switch to mesh workbench or complete workbench
*Choose {{KEY| Edit}} → {{KEY| Preferences}} → {{KEY| Import-Export}} → {{KEY| Mesh Formats}} from the top menu
*Choisissez {{KEY| Édition}} → {{KEY| Préférences}} → {{KEY| Import-Export}} → Onglet {{KEY| Formats de maillage}}
*Here you can specify the maximum mesh deviation (0,1 mm is default) which controls how "fine" your mesh will get
*Close dialogue with {{KEY| OK}}
*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)"
*Type in your file name and don't forget the extension, choose {{KEY| Save}}


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

Revision as of 09:11, 21 October 2016

Tutoriel
Thème
Exportation de fichier STL ou OBJ
Niveau
Débutant
Temps d'exécution estimé
20 minutes
Auteurs
r-frank
Version de FreeCAD
0.16.6703
Fichiers exemples
Voir aussi
None

Introduction

Dans ce tutoriel, nous allons découvrir comment exporter les fichiers de FreeCAD au formats STL/OBJ. Les formats de maillage STL/OBJ n'ont aucune dimension, l'exportation par FreeCAD supposera que l'unité utilisée dans le modèle est exprimée en mm. Si cela n'est pas le cas, vous devrez convertir votre projet en mm .

Faire un test

Vous pouvez utiliser votre propre fichier FreeCAD, mais vous pouvez aussi créer un fichier test

  • ouvrir FreeCAD
  • Créer un nouveau document
  • Activer l'atelier Part
  • Insérer un cube
  • Insérer un cône
  • Sélectionnez les deux objets dans la vue 3D
  • Créer une fusion avec les deux éléments
  • Sauver votre fichier

Exportation méthode 1: En utilisant "Fichier > Exportation"

  • Activer l'atelier Mesh Design ou tous les ateliers
  • Choisissez Édition Préférences Import-Export → Onglet Formats de maillage

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