External workbenches/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 41: Line 41:
! style="width:2%;" |<!--Addon Manager-->
! style="width:2%;" |<!--Addon Manager-->
! style="width:2%;" |<!--Status-->
! style="width:2%;" |<!--Status-->
|}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 19:16, 21 January 2021

Introduction

Les ateliers externes sont ceux créés par des utilisateurs expérimentés qui n'ont pas été intégrés dans le code source principal de FreeCAD.

Ces ateliers ne sont pas pris en charge par l'équipe de développement principale de FreeCAD, ils ne sont donc pas testés pour fonctionner avec toutes les versions de FreeCAD. Les questions, rapports de bogues et demandes d'amélioration doivent être adressés directement aux auteurs de l'atelier.

Les ateliers marqués avec peuvent être installés à partir du Gestionnaire d'Addon. Pour une installation manuelle, voir Installer des ateliers supplémentaires. S'il existe des instructions spécifiques ou des prérequis pour l'utilisation d'un atelier externe, il convient de les noter sur la page d'accueil de l'atelier.

Les ateliers marqués de ne sont pas recommandés pour les versions récentes de FreeCAD. Ils sont obsolètes, non maintenus, remplacés par un atelier plus récent, ou peut-être qu'ils ne fonctionnent pas avec Python 3 ou avec Qt5. Dans la plupart des cas, ils doivent être évités.

Ateliers d'assemblage

Depuis FreeCAD 0.19, il n'y a pas d'atelier d'assemblage officiel. Cependant, plusieurs outils externes ont été créés ou sont en cours de développement pour manipuler des objets afin de produire des assemblages.

Notez que les ateliers d'assemblage sont généralement incompatibles les uns avec les autres. Si vous créez un assemblage avec l'un d'entre eux, vous devez vous en tenir à l'atelier d'origine et ne pas utiliser un autre atelier d'assemblage dans le même document.

Il existe également des ateliers de 'pseudo assemblage' qui n'utilisent en fait pas de contraintes pour conserver les relations entre les pièces, mais simplement les repositionner dans l'espace.

Présentation

Le tableau ci-dessous est organisé en rubriques, mais peut être réorganisé en cliquant sur l'un des en-têtes de colonne.

Icône Nom Theme Description Auteur Code
Icône Nom Sujet Description Auteur Code Status
ArchTextures Architecture et construction vous permet d'ajouter des textures de base non photoréalistes aux objets architecturaux créés avec Atelier Arch. furti https://github.com/furti/FreeCAD-ArchTextures
BCFPlugin Architecture et construction vise à soutenir le format de collaboration BIM (BCF). podestplatz https://github.com/podestplatz/BCF-Plugin-FreeCAD
BIM Architecture et construction vise à implémenter un flux complet de modélisation des informations du bâtiment (BIM) dans FreeCAD. Il étend l'atelier Arch et rassemble des outils provenant d'autres ateliers pour fournir un environnement pratique pour modéliser des bâtiments et travailler avec des fichiers IFC. yorikvanhavre https://github.com/yorikvanhavre/BIM_Workbench
BIMBots Architecture et construction vous permet de télécharger un modèle FreeCAD ou des parties sélectionnées d'un modèle FreeCAD vers une instance BIMBots (généralement un BIMServer avec des services externes activés), et d'effectuer différents services et analyses sur votre modèle, et de lire les résultats dans FreeCAD, généralement sous le formulaire d'un rapport texte ou d'un fichier BCF. BIMBots https://github.com/opensourceBIM/BIMbots-FreeCAD
Dodo Architecture et construction fournit des outils pour créer des cadres (fermes, poutres) et des composants de tuyauteries (tubes, coudes, brides) et interroger ces objets.

Il s'agit de la nouvelle version de Flamingo, destinée à Python 3 et Qt5.

oddtopus https://github.com/oddtopus/dodo
Flamingo Architecture et construction fournit des outils pour créer des cadres (fermes, poutres) et des pipelines (tubes, coudes, brides) et interroger ces objets.

Il s'agit de l'ancienne version de Dodo, destinée à Python 2 et Qt4. Vous devriez préférer Dodo pour les nouveaux modèles.

oddtopus https://github.com/oddtopus/flamingo
Géomatique Architecture et construction Il est partiellement basé sur GeoData. Il fournit des fonctionnalités spécifiques à la géomatique ou à l'ingénierie topographique, notamment l'importation de fichiers de points, la création de surfaces, la création de contours et la création de sections. Celui-ci est partiellement migré vers l'atelier Trails. HakanSeven12 https://github.com/HakanSeven12/FreeCAD-Geomatics-Workbench
Atelier OSE Piping Architecture et construction Crée différents raccords de tuyauterie. Il prend en charge l'atelier Flamingo. Ruslan https://github.com/rkrenzler/ose-piping-workbench
Armatures Architecture et construction fournit des outils pour la génération et le détail des armatures. Cet atelier fournit une interface et des préréglages pour la création de types d'armatures courants. Et des outils pour générer la nomenclature des armatures, la liste de coupe des formes d'armatures, la nomenclature de pliage des barres et le dessin et la cote des armatures. amrit3701 https: //github.com/amrit3701/FreeCAD-Reinforcement
Render Architecture et construction peut produire des rendus de haute qualité, à l'aide de moteurs de rendu externes open source tels que Pov-ray, Luxrender et Appleseed. Render remplace l'atelier Raytracing et utilise les mêmes modèles afin qu'ils soient compatibles. À l'avenir, Render pourrait également prendre en charge les moteurs Kerkythea, EEVEE de Blender et CadRays d'OpenCascade. yorikvanhavre https://github.com/FreeCAD/FreeCAD-render
Wood Frame Architecture et construction fournit des outils pour faciliter la conception et la modélisation des murs à ossature de bois et des murs porteurs, ainsi que des listes de coupe pour les poutres.
BCFPlugin Architecture and construction It aims to support the BIM Collaboration Format (BCF). podestplatz https://github.com/podestplatz/BCF-Plugin-FreeCAD
BIM Architecture and construction It aims to implement a complete building information modeling (BIM) workflow in FreeCAD. It extends the Arch Workbench, and gathers tools from other workbenches to provide an environment that is convenient to model buildings, and work with IFC files. yorikvanhavre https://github.com/yorikvanhavre/BIM_Workbench
BIMBots Architecture and construction It allows you to upload a FreeCAD model or selected parts of a FreeCAD model to a BIMBots instance (usually a BIMServer with external services enabled), and perform different services and analyses on your model, and read the results in FreeCAD, usually under the form of a text report, or a BCF file. BIMBots https://github.com/opensourceBIM/BIMbots-FreeCAD
Dodo Architecture and construction It provides tools to create frames (trusses, beams) and pipelines (tubes, elbows, flanges), and query those objects.

This is the new version of Flamingo, intended for Python 3 and Qt5.

oddtopus https://github.com/oddtopus/dodo
Flamingo Architecture and construction It provides tools to create frames (trusses, beams) and pipelines (tubes, elbows, flanges), and query those objects.

This is the old version of Dodo, intended for Python 2 and Qt4. You should prefer Dodo for new models.

oddtopus https://github.com/oddtopus/flamingo
GeoData Architecture and construction It provides tool to import geographical information from a given point on Earth by its latitude and longitude, of from OpenStreetMap, Google Maps, Bing Map, or Here Map. microelly2 https://github.com/microelly2/geodata
Geomatics Architecture and construction It is partially based on the GeoData. It provides functionality specific to Geomatics or Survey engineering, including importing point files, creating surfaces, creating contours, and creating sections. This is partially migrated to the Trails workbench. HakanSeven12 https://github.com/HakanSeven12/FreeCAD-Geomatics-Workbench
OSE Piping Architecture and construction Create different piping fittings. It supports Flamingo Workbench. Ruslan https://github.com/rkrenzler/ose-piping-workbench
Reinforcement Architecture and construction It provides tools for Reinforcement Generation and Detailing. This workbench provides an interface and presets for the creation of common rebar types. And tools to generate rebars bill of material, rebar shape cut list, bar bending schedule, and rebars drawing and dimension. amrit3701 https://github.com/amrit3701/FreeCAD-Reinforcement
SteelColumn Architecture and construction It provides tools for creating complex steel columns assembled from IPE profiles and plates. ebrahimraeyat https://github.com/ebrahimraeyat/momen
Timber Architecture and construction It provides tools to facilitate the design and modeling of wood-frame and structural walls. This workbench is no longer developed nor maintained by its author. j-wiedemann https://github.com/j-wiedemann/FreeCAD-Timber
JeromeL63 https://github.com/JeromeL63/Wood-Frame Recherche de développeurs
Trails Architecture et construction fournit des fonctionnalités spécifiques à l'ingénierie des transports (routiers et ferroviaires). Il comprend des composants pour effectuer une analyse de courbure. joelgraff https://github.com/joelgraff/freecad.trails
Icone Nom Sujet Description Auteur Code Status
A2plus Assemblage Fournit des outils pour créer des assemblages en plusieurs parties. C'est un fork et une extension de l'ancien Assembly2 Workbench mais il n'est pas compatible avec lui. kbwbe https://github.com/kbwbe/A2plus
Assembly3 Assemblage Il est utilisé pour réaliser l'assemblage de différents corps contenus dans un seul fichier ou dans plusieurs documents. Il s'agissait d'un banc d'essai pour l'objet App Link qui a finalement été inclus dans le code maître. C'est la solution la plus complexe et prend en charge des éléments tels que la cinématique interactive. realthunder https://github.com/realthunder/FreeCAD_assembly3
Assembly4 Assemblage Il s'agit d'une solution basée sur le moteur d'expressions amélioré et l'objet App Link développé dans la branche de Assembly3. Assembly4 ne fonctionne pas avec un solveur de contraintes approprié, il utilise plutôt le moteur d'expression pour positionner les corps par rapport aux systèmes de coordonnées locaux (LCS). Zolko https://github.com/Zolko-123/FreeCAD_Assembly4

|- | |Assembly2 |Assembly |It provides tools to create multi-part assemblies. It is unmaintained since 2016. Consider using A2plus instead. |hamish2014 |https://github.com/hamish2014/FreeCAD_assembly2 | |

|- | |Assembly3 |Assembly |It is used to perform assembly of different bodies contained in a single file or in multiple documents. It was a testbed for the App Link object that was eventually included in the master code. It is the most complex solution and supports things like interactive kinematics. |realthunder |https://github.com/realthunder/FreeCAD_assembly3 | |

|- | |Assembly4 |Assembly |It is a solution based on the enhanced expression engine and the App Link object developed in the branch of Assembly3. Assembly4 does not work with a proper constraint solver, instead it uses the expression engine to position bodies with respect to Local Coordinate Systems (LCS). |Zolko |https://github.com/Zolko-123/FreeCAD_Assembly4 | |

Icone Nom Sujet Description Auteur Code Status
Autoload Personnalisation Petite extension qui vous permet de sélectionner les ateliers qui doivent être chargés lorsque vous démarrez FreeCAD. Il peut être utilisé en combinaison avec d'autres extensions du même auteur telles que CommandPanel, PieMenu et ShortCuts. triplus https://github.com/triplus/Autoload
CommandPanel Personnalisation Extension qui fournit un panneau qui peut être utilisé pour stocker des outils de différents ateliers. triplus https://github.com/triplus/CommandPanel
Glass Personnalisation Extension qui montre la Vue combinée (Vue en arborescence et Éditeur de propriétés) sous forme de superposition transparente sur la Vue 3D. triplus https://github.com/triplus/Glass
IconThemes Personnalisation Extension qui permet de changer les icônes du programme par défaut. Les jeux d'icônes ne sont pas fournis avec cette extension; ceux-ci doivent être fournis séparément. triplus https://github.com/triplus/IconThemes
Launcher Personnalisation Ppetite extension qui fournit une boîte de dialogue dédiée pour rechercher et lancer des commandes. Au lieu de cliquer sur un bouton de la barre d'outils ou une entrée de menu, cette méthode d'exécution de commandes peut être plus rapide pour certains utilisateurs. triplus https://github.com/triplus/Launcher
PieMenu Personnalisation Petite extension qui montre un menu à secteurs pour sélectionner des outils ou des commandes lorsque la touche Tab est enfoncée. Un menu à secteurs est une interface qui apparaît dans Blender et d'autres systèmes comme les téléphones mobiles Android pour lancer des commandes. triplus https://github.com/triplus/PieMenu
SelectorToolbar Personnalisation petite extension qui offre une expérience pointer-cliquer pour changer d'ateliers. triplus https://github.com/triplus/SelectorToolbar
ShortCuts Personnalisation Petite extension qui fournit un gestionnaire et une superposition pour les raccourcis. triplus https://github.com/triplus/ShortCuts
TabBar Personnalisation Petite extension qui ajoute une fenêtre avec des onglets afin de sélectionner les ateliers. triplus https://github.com/triplus/TabBar
ToolbarStyle Personnalisation Petite extension qui permet la configuration de barres d'outils, avec des icônes, du texte ou les deux. triplus https://github.com/triplus/ToolbarStyle

|- | |CommandPanel |Customization |It is an extension that provides a panel that can be used store tools from different workbenches. |triplus |https://github.com/triplus/CommandPanel | |

|- | |CubeMenu |Customization |CubeMenu provides the ability to manage the FreeCAD navigation cube menu structure and overall appearance. |triplus |https://github.com/triplus/CubeMenu | |

|- | |Glass |Customization |It is an extension that shows the combo view (tree view and property editor) as a transparent overlay over the 3D view. |triplus |https://github.com/triplus/Glass | |

|- | |IconThemes |Customization |It is an extension that provides the ability of changing the icons of the default program. Icon sets aren't provided with this extension; these need to be provided separately. |triplus |https://github.com/triplus/IconThemes | |

|- | |Launcher |Customization |It is a small extension that provides a dedicated dialog box to search and launch commands. Instead of clicking on a toolbar button or menu entry, this method of executing commands may be faster for some users. |triplus |https://github.com/triplus/Launcher | |

|- | |ModernUI |Customization |Replaces the standard user interface (UI) with feature such as ribbon menus and collapsing/expanding panels on mouse-over. |HakanSeven12 |https://github.com/HakanSeven12/Modern-UI | |

|- | |NavigationIndicator |Customization |It is an extension that adds an indicator for the mouse navigation style in the status bar. Since FreeCAD 0.17 this extension is obsolete, as the indicator is included natively in FreeCAD. |triplus |https://github.com/triplus/NavigationIndicator | |

|- | |PersistentToolbars |Customization |It is a small extension to keep the toolbars in their locations. Since FreeCAD 0.17 this extension is obsolete, as the functionality is included natively in FreeCAD. |triplus |https://github.com/triplus/PersistentToolbars | ||

|- | |PieMenu |Customization |It is a small extension that shows a pie menu to select tools or commands when the Tab key is pressed. A pie menu is an interface that appears in Blender and other systems like Android mobile phones to launch commands. |triplus |https://github.com/triplus/PieMenu | |

|- | |Pluginloader |Customization |It is a small extension that allows the user to install macros, external workbenches, and other extensions in FreeCAD. Since FreeCAD 0.17 this utility is obsolete, as this functionality is already provided by the Addon Manager. |microelly2 |https://github.com/microelly2/freecad-pluginloader | ||

|- | |RemBench |Customization |It is a small extension that remembers and automatically activates a workbench based on the document tab that is selected. |triplus |https://github.com/triplus/RemBench | |

|- | |SelectorToolbar |Customization |It is a small extension that provides a point and click experience for switching workbenches. |triplus |https://github.com/triplus/SelectorToolbar | |

|- | |ShortCuts |Customization |It is a small extension that provides a manager and overlay for shortcuts. |triplus |https://github.com/triplus/ShortCuts | |

|- | |TabBar |Customization |It is a small extension that adds a window with tabs in order to select workbenches. |triplus |https://github.com/triplus/TabBar | |

|- | |ToolbarStyle |Customization |It is a small extension that allows the configuration of toolbars, with icons, text, or both. |triplus |https://github.com/triplus/ToolbarStyle | |

|- | |MOOC |Education |It provides an interactive tutorial to learn about FreeCAD directly inside the program. It allows you to evaluate your self-learning. |rockn |https://framagit.org/freecad-france/mooc-workbench | |

Icone Nom Sujet Description Auteur Code Status
AirPlaneDesign Ingénierie Atelier expérimental pour concevoir des ailes et des objets d'avion. FredsFactory (a179308) https://github.com/FredsFactory/FreeCAD_AirPlaneDesign
FreeCADTools Ingénierie Outils pour créer des profils métalliques, des tubes carrés, un profil en z, une palette, une rotation, un dessin, etc. Siardeni https://github.com/Siardeni/FreeCADTools
Glider Ingénierie Outils pour concevoir des parapentes et des cerfs-volants en utilisant la bibliothèque OpenGlider. booya https://github.com/booya-at/OpenGlider
File:Workbench GDML.svg GDML Ingénierie Outils pour gérer le langage GDML (Geometry Definition Markup Language). KeithSloan https://github.com/KeithSloan/GDML
GDT Ingénierie Ensemble d'outils permettant d'ajouter des étiquettes de dimensionnement et de tolérancement géométriques (GDT) dans les dessins techniques 2D et 3D. Il met en œuvre la norme ISO 16792. juanvanyo https://github.com/juanvanyo/FreeCAD-GDT
KicadStepUp Ingénierie Il vise à aider les utilisateurs de KiCad et de FreeCAD à collaborer avec la conception électrique (ECAD) et mécanique (MCAD). Avec FreeCAD, il est possible de concevoir une carte de circuit imprimé et de la charger avec KiCad; Alternativement, la carte peut être conçue dans KiCad, elle peut être importée par FreeCAD, puis être modifiée avec l'atelier Sketcher et repoussée dans KiCad. Le modèle 3D, les cartes et le boîtier peuvent être exportés vers VRML avec les propriétés des matériaux à utiliser dans KiCad ou Blender. easyw https://github.com/easyw/kicadStepUpMod
LCInterlocking Ingénierie Outils pour créer des pièces imbriquées pouvant être coupées avec des découpeurs laser. Des onglets et des charnières peuvent être ajoutés et l'esquisse peut être exportée au format SVG. execuc https://github.com/execuc/LCInterlocking
Mechatronics Workbench Ingénierie Bibliothèque de composants paramétrables qui peuvent être ajoutés aux conceptions CAO pour simplifier l'impression 3D ou la conception d'assemblages mécatroniques. Il comprend des supports d'arbre, des supports de fin de course, des supports, des supports de moteur, des servomoteurs, des tendeurs, des profilés en aluminium et autres. David Muñoz Bernal https://github.com/davidmubernal/Mechatronic
Pyrate Ingénierie Utilisé pour concevoir des verres optiques. Le projet vise à fournir un traceur de rayons optique pour les milieux GRIN isotropes, anisotropes homogènes et inhomogènes. mess42, joha2 https://github.com/mess42/pyrate
SheetMetal Ingénierie Outils pour concevoir un objet fait d'une feuille pliée, comme un boîtier ou un boîtier en métal. L'utilisateur commence avec une feuille plate, puis utilise des outils pour extruder et plier les faces de l'objet jusqu'à ce que la forme souhaitée soit obtenue. Le corps peut ensuite être déplié pour obtenir le matériau plat requis, et être utilisé comme matière première pour les fraiseuses ou les machines de découpe laser. Shai Seger and Ulrich Brammer https://github.com/shaise/FreeCAD_SheetMetal
Ship Ingénierie Créer des structures communes aux navires. Il recherche actuellement un responsable. Jose Luis Cercós Pita https://github.com/FreeCAD/freecad.ship
OSE 3D Printer Workbench Ingénierie Un atelier pour la conception d'imprimantes 3D par Open Source Ecology pour Distributive Enterprise. G Roques https://github.com/gbroques/ose-3d-printer-workbench

|- | |FreeCADTools |Engineering |It contains tools to create metal profiles, square tubing, z profile, palette, rotation, drawing, and more. |Siardeni |https://github.com/Siardeni/FreeCADTools | |

|- | |Glider |Engineering |It contains tools to design paragliders and kites using the OpenGlider library. |booya |https://github.com/booya-at/OpenGlider | |

|- | |GDML |Engineering |It contains tools to handle the Geometry Definition Markup Language (GDML). |KeithSloan |https://github.com/KeithSloan/GDML | |

|- | |GDT |Engineering |It is a collection of tools to add geometric dimensioning and tolerancing (GDT) labels in 2D and 3D technical drawings. It implements the standard ISO 16792. |juanvanyo |https://github.com/juanvanyo/FreeCAD-GDT | |

|- | |KicadStepUp |Engineering |It is aimed at helping both KiCad and FreeCAD users in collaborating with electrical (ECAD) and mechanical (MCAD) design. With FreeCAD it's possible to design a printed circuit board, and push it to KiCad; alternatively, the board can be designed in KiCad, it can be imported by FreeCAD, it can be edited with the Sketcher Workbench, and pushed back into KiCad. The 3D model, boards and enclosure, can be exported to VRML with materials properties for use in KiCad or Blender. |easyw |https://github.com/easyw/kicadStepUpMod | |

|- | |LCInterlocking |Engineering |It contains tools to create interlocking parts that can be cut with laser-cutters. Tabs and hinges can be added, and the sketch can be exported to SVG. |execuc |https://github.com/execuc/LCInterlocking | |

|- | |Maker Workbench |Engineering |The Maker Workbench is composed of a mechatronic components system and an optic components system. The user can modify these components to customize their own system. |David Muñoz |https://github.com/URJCMakerGroup/MakerWorkbench | |

|- | |Pyrate |Engineering |It is used to design optical lenses. The project aims to provide an optical raytracer for isotropic, homogeneous anisotropic and inhomogeneous isotropic GRIN media. |mess42, joha2 |https://github.com/mess42/pyrate | |

|- | |SheetMetal |Engineering |It provides tools to design an object made of a folded sheet, such as a metal case or enclosure. The user starts with a flat sheet, then uses tools to extrude and bend the faces of the object until the desired shape is obtained. The body may then be unfolded to obtain the required flat material, and to use as input for mills or laser cutting machines. |Shai Seger and Ulrich Brammer |https://github.com/shaise/FreeCAD_SheetMetal | |

|- | |Ship |Engineering |It is used to create structures that are common to ships. It currently is seeking a maintainer. |Jose Luis Cercós Pita |https://github.com/FreeCAD/freecad.ship | |

|- | |OSE 3D Printer |Engineering |A workbench for designing 3D printers by Open Source Ecology for Distributive Enterprise. |G Roques |https://github.com/gbroques/ose-3d-printer-workbench | |

Icône Nom Sujet Description Auteur Code Status
CADExchanger Informations et données Extension qui permet à FreeCAD d'importer et d'exporter des formats de fichiers pris en charge par l'application commerciale "CAD Exchanger", comme Rhino 3dm ou ACIS sat, et des formats de maillage comme OBJ et STL. yorikvanhavre https://github.com/yorikvanhavre/CADExchanger
dxf_library Informations et données Il installe l'importateur et l'exportateur DXF Python. Cela était requis dans les versions FreeCAD v0.15 et inférieures. Cela n'est plus nécessaire lors de l'utilisation de l'importateur DXF intégré dans la version 0.16 et supérieure. Cette bibliothèque est toujours nécessaire si vous souhaitez utiliser explicitement l'importateur Python, ou si vous souhaitez exporter directement à partir du modèle 3D. Veuillez noter que l'importateur intégré est plus rapide que l'importateur Python, mais dans de nombreux cas, l'importateur Python produit de meilleurs résultats. yorikvanhavre https://github.com/yorikvanhavre/Draft-dxf-importer
DynamicData Informations et données Extension qui permet de créer des objets conteneurs pour contenir des propriétés personnalisées de tout type pris en charge par FreeCAD, par exemple, la longueur ou le placement. Ces propriétés personnalisées peuvent ensuite être utilisées dans des expressions mathématiques, tout comme d'autres propriétés dans Atelier Sketcher ou Atelier Spreadsheet. mwganson https://github.com/mwganson/DynamicData
InventorLoader Informations et données Extension conçue pour importer des fichiers Autodesk Inventor. Actuellement, seules les pièces (IPT) peuvent être affichées, pas les assemblages (IAM) ni les dessins (IDW). Les fichiers Inventor contenant une représentation complète du modèle ACIS, les fichiers SAT et SAB peuvent également être importés. L'exportation ne sera pas prise en charge, ni vers IPT ni vers SAT. jmplonka https://github.com/jmplonka/InventorLoader
ImportNURBS Informations et données Atelier pour ajouter la prise en charge de l'importation de fichiers 3dm à l'aide de la bibliothèque ouverte rhino3dm. Remarqueː Cet atelier est toujours en cours de développement. keithsloan52 https://github.com/KeithSloan/ImportNURBS

|- | |dxf_library |Information and data |It installs the DXF Python importer and exporter. This was required in FreeCAD versions v0.15 and below. This is not needed anymore when using the built-in DXF importer in v0.16 and above. This library is still needed if you wish to explicitly use the Python importer, or if you wish to export directly from the 3D model. Please notice that the built-in importer is faster than the Python importer, but in many cases the Python importer produces better results. |yorikvanhavre |https://github.com/yorikvanhavre/Draft-dxf-importer | |

|- | |DynamicData |Information and data |It is an extension that allows creating container objects to hold custom properties of any type that FreeCAD supports, for example, length or placement. These custom properties can then be used in mathematical expressions just like other properties in the Sketcher Workbench or Spreadsheet Workbench. |mwganson |https://github.com/mwganson/DynamicData | |

|- | |InventorLoader |Information and data |It is an extension designed to import Autodesk Inventor files. Currently only Parts (IPT) can be displayed, not assemblies (IAM) nor drawings (IDW). As Inventor files contain a complete ACIS model representation, SAT and SAB files can also be imported. Export will not be supported, neither to IPT nor to SAT. |jmplonka |https://github.com/jmplonka/InventorLoader | |

|- | |ImportNURBS |Information and data | A workbench to add support for importing 3dm files using open rhino3dm library Noteː This workbench is still under development |keithsloan52 |https://github.com/KeithSloan/ImportNURBS | |

|File:Plot workbench icon.svg |Plot |Informations et données |Couche au-dessus du module Matplotlib Python pour représenter graphiquement des fonctions mathématiques et des vecteurs de points. |Jose Luis Cercós Pita |https://github.com/FreeCAD/freecad.plot |- | |Reporting |Informations et données |Ajoute des outils pour extraire des informations d'un document FreeCAD à l'aide d'instructions SQL et afficher les résultats dans une feuille de calcul. Les instructions SQL peuvent être utilisées à partir d'une interface utilisateur graphique ou de scripts Python. Il fonctionne de la même manière que l'outil Arch Planificateur mais est plus puissant en raison de la flexibilité offerte par SQL. |furti |https://github.com/furti/FreeCAD-Reporting |- | |WebTools |Information and data |Contient une série d'outils pour communiquer avec des services Web tels que Git, un serveur BIM et Sketchfab. |yorikvanhavre |https://github.com/yorikvanhavre/WebTools |- | |YAML Workbench |Informations et données |Extension qui ajoute un importateur pour charger et manipuler des objets à partir de fichiers YAML. De cette façon, il est plus facile de concevoir et de vérifier les pièces 3D avant la fabrication. |Mambix |https://github.com/Mambix/FreeCAD-yaml-workspace |}

|- | |Reporting |Information and data |It adds tools to extract information from a FreeCAD document using SQL statements, and show the results in a spreadsheet. The SQL statements can be used from a graphical user interface or from Python scripts. It works in a similar way to the Arch Schedule tool but is more powerful due to the flexibility that SQL provides. |furti |https://github.com/furti/FreeCAD-Reporting | |

|- | |WebTools |Information and data |It contains a series of tools to communicate with web services like Git, a BIM server, and Sketchfab. |yorikvanhavre |https://github.com/yorikvanhavre/WebTools | |

|- | |YAML |Information and data |It is an extension that adds an importer to load and manipulate objects from YAML files. In this way it's easier to design and check 3D parts before manufacturing. |Mambix |https://github.com/Mambix/FreeCAD-yaml-workspace | |

|- | |3DfindIT |Parts |3DfindIT.com, the engineering search engine for 3D components from CADENAS, provides users with easy access to millions of CAD models from thousands of international manufacturers and a range of intuitive search methods. |tsielaff, berndhahnebach |https://github.com/cadenasgmbh/3dfindit-freecad-integration | |

Icône Nom Sujet Description Auteur Code Status
BOLTSFC Pièces Extension qui vous permet d'utiliser la "Bibliothèque ouverte pour les spécifications techniques" de BOLTS, qui est une collection d'objets tels que des écrous, des vis, des boulons, etc... définis de manière paramétrique. jreinhardt, berndhahnebach https://github.com/berndhahnebach/BOLTSFC
CadQuery Pièces Permet aux utilisateurs de concevoir des modèles de CAO 3D paramétriques définis par CadQuery CAD scripting API. Il comprend un éditeur complet avec saisie semi-automatique, coloration syntaxique, numérotation des lignes et pliage de code. Des exemples de scripts sont inclus. Les variables de script peuvent être éditées dynamiquement à l'aide d'une boîte de dialogue de paramètres. Cet atelier comprend également cqparts, qui est une bibliothèque qui ajoute la prise en charge des pièces et des assemblages avec des contraintes par dessus de CadQuery. jmwright https://github.com/jmwright/cadquery-freecad-module/wiki
Fasteners Workbench Pièces Atelier qui fournit diverses fixations, vis, boulons, écrous, etc., à fixer à votre modèle conformément aux normes ISO. Ulrich Bramar (@ulrich1a) and Shai Seger (@shais) https://github.com/shaise/FreeCAD_FastenersWB
FCGear Pièces extension qui ajoute de nombreux engrenages différents tels que développante cylindrique, crémaillère à développante, cycloïde cylindrique, engrenage conique à développante sphérique et couronne dentée. looooo https://github.com/looooo/freecad.gears
Frametools Pièces extension avec des outils pour créer des cadres et des poutres, y compris deux poutres qui se croisent, dans lesquelles une poutre est coupée par un plan ou par une autre poutre. looooo https://github.com/looooo/freecad.frametools

|- | |CadQuery |Parts |It allows users to design parametric 3D CAD models defined by the CadQuery CAD scripting API. It includes a full-featured editor with auto-completion, syntax highlighting, line numbering, and code folding. Example scripts are included. Script variables can be edited dynamically through the use of a parameter dialog. This workbench also includes cqparts, which is a library that adds support for parts and assemblies with constraints on top of CadQuery. |jmwright |https://github.com/jmwright/cadquery-freecad-module | |

|- | |Fasteners Workbench |Parts |It is a workbench that provides various fasteners, screws, bolts, nuts, etc., to attach to your model complying with ISO standards. |Ulrich Bramar (@ulrich1a) and Shai Seger (@shais) |https://github.com/shaise/FreeCAD_FastenersWB | |

|- | |FCGear |Parts |It is an extension that adds many different gears like cylindric involute, involute rack, cylindric cycloid, spherical involute bevel-gear, and crown gear. |looooo |https://github.com/looooo/freecad.gears | |

|- | |Frametools |Parts |It is an extension with tools to create frames and beams, including two intersecting beams, in which one beam is cut by a plane or by another beam. |looooo |https://github.com/looooo/freecad.frametools | |

Icône Nom Sujet Description Auteur Code Status
Parts Library Pièces Extension qui télécharge une bibliothèque de pièces au format STEP .step ou au format FreeCAD .FCStd pouvant être importées dans un document. Les utilisateurs peuvent contribuer au contenu de cette bibliothèque en forçant le dépôt, en ajoutant leurs propres parties sous une licence CC-BY 3.0 permissive et en soumettant une demande d'extraction pour fusionner les nouveaux objets. Communauté https://github.com/FreeCAD/FreeCAD-library
PCB Pièces Atelier qui permet à l'utilisateur d'importer et de créer des cartes de circuits imprimés (PCB) dans FreeCAD. Il prend en charge les calques, les couleurs, les transparences, l'importation de modèles Step et Iges et l'affichage des trous et des vias. marmni https://github.com/marmni/FreeCAD-PCB
Retr3d Pièces framework conçu pour modéliser et fabriquer des pièces imprimables 3D à partir de déchets électroniques. L'intention de ce projet est de recycler les déchets électroniques et de promouvoir l'impression 3D, en particulier dans les économies en développement. Maaphoo https://github.com/Maaphoo/Retr3d/
Symbols Library Pièces Extension qui télécharge une bibliothèque de symboles SVG qui peuvent être utilisés dans FreeCAD, en particulier dans l'Atelier TechDraw pour produire de la documentation technique. Les utilisateurs peuvent contribuer au contenu de cette bibliothèque en forçant le dépôt, en ajoutant leurs propres symboles sous une licence CC-BY 3.0 permissive et en soumettant une demande d'extraction pour fusionner les nouveaux objets. Communauté https://github.com/FreeCAD/FreeCAD-symbols
ThreadProfile Pièces Fournit des outils pour créer des profils de filetage 2D paramétriques compatibles avec les outils d'extrusion des ateliers Part et PartDesign. mwganson https://github.com/mwganson/ThreadProfile

|- | |PCB |Parts |It is a workbench that allows the user to import and create printed circuit boards (PCB) in FreeCAD. It supports layers, colors, transparencies, importing Step and Iges models, and displaying holes and vias. |marmni |https://github.com/marmni/FreeCAD-PCB | |

|- | |Retr3d |Parts |It is a framework designed to model and manufacture 3D printable parts starting from electronic waste. The intention of this project is to recycle e-waste, and promote 3D printing, especially in developing economies. |Maaphoo |https://github.com/Maaphoo/Retr3d | |

|- | |Symbols Library |Parts |It is an extension that downloads a library of SVG symbols that can be used in FreeCAD, particularly in the TechDraw Workbench to produce technical documentation. Users can contribute content to this library by forking the repository, adding their own symbols under a permissive CC-BY 3.0 license, and submitting a pull request to merge the new objects. |Community |https://github.com/FreeCAD/FreeCAD-symbols | |

|- | |ThreadProfile |Parts |It provides tools to create parametric 2D thread profiles compatible with extrusion tools in Part and PartDesign workbenches. |mwganson |https://github.com/mwganson/ThreadProfile | |

|- | |Pivy_trackers |Programming |Pivy_trackers provides a Python developer with an easy way to directly manipulate the Coin3D scenegraph by generating specific scenegraph node structures which are then inserted and accessed though the pivy_tracker classes. |joelgraff |https://github.com/joelgraff/pivy_trackers | |

Icone Nom Sujet Description Auteur Code Status
Animation Pseudo-assemblage Il contient de nombreux outils pour simuler le mouvement des pièces, créer des séquences d'images et ainsi produire une animation. La position et la rotation des objets peuvent être modifiées à des moments différents, mais également d'autres propriétés telles que la visibilité, la transparence, la couleur de la forme et la position de la caméra. microelly2 https://github.com/microelly2/Animation
ExplodedAssembly Pseudo-assemblage Permet de créer des vues éclatées et des animations d'assemblages. Il était auparavant connu sous le nom de "ExplodedAnimation". JMG1 https://github.com/JMG1/ExplodedAssembly
Lattice2 Pseudo-assemblage Fournit des outils pour travailler avec des emplacements et des tableaux d'emplacements. C'est une sorte d'atelier d'assemblage mais il n'y a ni contraintes ni relations. Au lieu de cela, l'atelier se concentre sur des tableaux d'emplacements qui peuvent être générés, combinés, transformés, superposés et remplis de formes. Il peut également créer des assemblages éclatés. DeepSOIC https://github.com/DeepSOIC/Lattice2
Manipulator Pseudo-assemblage Vise à aider les utilisateurs à aligner, déplacer, faire pivoter et mesurer des objets 3D via une interface graphique conviviale. easyw https://github.com/easyw/Manipulator
Part-o-magic Pseudo-assemblage C'est un atelier expérimental qui apporte des améliorations aux conteneurs Std Part et PartDesign Corps (regroupement automatique, automatisation de la visibilité, etc.), afin de travailler avec des documents comportant plusieurs pièces avec des hiérarchies de fonctionnalités approfondies. Il fournit un conteneur semblable à un corps pour l'Atelier Part et pour d'autres ateliers qui produisent des formes solides. Part-o-magic ne fournit pas de contraintes d'assemblage, mais les outils inclus peuvent être utiles en conjonction avec un véritable atelier d'assemblage. DeepSOIC https://github.com/DeepSOIC/Part-o-magic
Workfeature Pseudo-assemblage Fournit des outils pour produire différents points, axes et plans, afin de faciliter la création d'assemblages. Cet atelier est basé sur l'ancienne Workfeatures macro, qui était hébergée dans la page "Recettes" de Macros. Actuellement, la macro a un peu plus de fonctionnalités que l'atelier, mais finalement l'atelier intégrera tous les outils existants de la macro. Ils diffèrent également dans l'interface utilisateur graphique; la macro crée un panneau à côté de l'arborescence et du panneau des tâches, tandis que l'atelier fournit ses outils dans des barres d'outils, tout comme les autres ateliers. Rentlau https://github.com/Rentlau/WorkFeature-WB

|- | |ExplodedAssembly |Pseudo-assembly |It allows creating exploded views and animations of assemblies. It was previously known as "ExplodedAnimation". |JMG1 |https://github.com/JMG1/ExplodedAssembly | |

|- | |Lattice2 |Pseudo-assembly |It provides tools for working with placements and arrays of placements. It is a sort of assembly workbench but there are no constraints nor relationships. Instead, the workbench focuses in arrays of placements that can be generated, combined, transformed, superimposed, and populated with shapes. It can also create exploded assemblies. |DeepSOIC |https://github.com/DeepSOIC/Lattice2 | |

|- | |Manipulator |Pseudo-assembly |It is aimed at helping users in aligning, moving, rotating, and measuring 3D objects through a friendly graphical interface. |easyw |https://github.com/easyw/Manipulator | |

|- | |Part-o-magic |Pseudo-assembly |It is an experimental workbench that provides some improvements to Std Part and PartDesign Body containers (automatic grouping, visibility automation, etc.), in order to work with documents that have multiple parts with deep feature hierarchies. It provides a Body-like container for the Part Workbench, and for other workbenches that produce solid shapes. Part-o-magic does not provide assembly constraints, but the tools included may be useful in conjunction with a true assembly workbench. |DeepSOIC |https://github.com/DeepSOIC/Part-o-magic | |

|- | |Workfeature |Pseudo-assembly |It provides tools to produce different points, axes, and planes, in order to facilitate the creation of assemblies. This workbench is based on the older Workfeatures macro, which was hosted in the macros recipes page. Currently, the macro has a bit more functionality than the workbench, but eventually the workbench will integrate all existing tools of the macro. They also differ in the graphical user interface; the macro creates a panel next to the tree view and the task panel, while the workbench provides its tools in toolbars, just like other workbenches. |Rentlau |https://github.com/Rentlau/WorkFeature-WB | |

Icône Nom Sujet Description Auteur Code Status
POV-Ray-Rendering Raytracing et rendu Il crée des rendus de votre modèle FreeCAD et est très facile à utiliser, mais offre également toutes les options pour les utilisateurs avancés. The_Raytracers https://github.com/TheRaytracers/freecad-povray-render

|- | |POV-Ray-Rendering |Rendering |It creates renderings of your FreeCAD model and is very easy to use but also offers all options for advanced users. |The_Raytracers |https://github.com/TheRaytracers/freecad-povray-render | |

|- | |Render |Rendering |It can produce high-quality rendered images, using open-source external rendering engines like Pov-ray, Luxrender, and Appleseed. Render is a replacement for the Raytracing Workbench, and uses the same templates so they are compatible. In the future Render may also support Kerkythea, Blender's EEVEE, and OpenCascade's CadRays engines. |yorikvanhavre |https://github.com/FreeCAD/FreeCAD-render | |

Icone Nom Sujet Description Auteur Code Status
3D Printing Tools Formes Outils pour apporter de petites modifications aux maillages importés à partir de fichiers externes tels que STL. mark1791 https://github.com/mark1791/3D_Printing_Tools
CurvedShapes Formes Outils pour créer des courbes 3D à partir de profils 2D. chbergmann https://github.com/chbergmann/CurvedShapesWorkbench
Curves Formes Ensemble d'outils permettant de créer et de modifier des courbes et des surfaces NURBS. tomate44 (Chris_G) https://github.com/tomate44/CurvesWB
Defeaturing Formes Outils pour modifier des objets STEP pour supprimer des fonctions telles que des trous, des faces et des arêtes, et effectuer certaines opérations avec les objets simplifiés. easyw https://github.com/easyw/Defeaturing_WB
Lithophane Formes Extension pour convertir une image en "lithophane" pour l'impression 3D. Un lithophane est une image qui ne peut être vue correctement que lorsqu'elle est éclairée par l'arrière. furti https://github.com/furti/FreeCAD-Lithophane
MeshRemodel Formes Outils permettant de recréer ou de remodeler des objets maillés importés pour obtenir une forme solide. Le flux de travail consiste à créer des points à partir des sommets du maillage et à les utiliser pour créer des esquisses, qui peuvent ensuite être extrudées. mwganson https://github.com/mwganson/MeshRemodel
Nurbs Formes Ensemble de scripts permettant de gérer les surfaces et les courbes de forme libre. microelly2 https://github.com/microelly2/freecad-nurbs

|- | |Cura Engine |Shapes |It is an extension that integrates CuraEngine into FreeCAD in order to facilitate gcode generation for 3D printing. This addon is unmaintained since 2014 and no longer works with recent versions of CuraEngine. |cblt2l |https://github.com/cblt2l/FreeCAD-CuraEngine-Plugin | |

|- | |CurvedShapes |Shapes |It has tools to create 3D curves from 2D profiles |chbergmann |https://github.com/chbergmann/CurvedShapesWorkbench | |

|- | |Curves |Shapes |It is a collection of tools to create and edit NURBS curves and surfaces. |tomate44 (Chris_G) |https://github.com/tomate44/CurvesWB | |

|- | |Defeaturing |Shapes |It provides tools to edit STEP objects to remove features like holes, faces, and edges, and perform some operations with the simplified objects. |easyw |https://github.com/easyw/Defeaturing_WB | |

|- | |Drawing Dimensioning |Shapes |It adds dimensioning and annotation tools to the Drawing Workbench. It is deprecated since FreeCAD 0.17. Consider using TechDraw Workbench instead. |hamish2014 |https://github.com/hamish2014/FreeCAD_drawing_dimensioning | |

|- | |Lithophane |Shapes |It is an extension to convert a provided image to a "lithophane" for 3D printing. A lithophane is an image that can only be seen properly when illuminated from behind. |furti |https://github.com/furti/FreeCAD-Lithophane | |

|- | |MeshRemodel |Shapes |It provides tools to help re-create or re-model imported mesh objects to obtain a solid shape. The workflow is to create points from the mesh's vertices, and use those to create sketches, which can then be extruded. |mwganson |https://github.com/mwganson/MeshRemodel | |

|- | |Nurbs |Shapes |It is a collection of scripts for managing freeform surfaces and curves. |microelly2 |https://github.com/microelly2/freecad-nurbs | |

Icône Nom Sujet Description Auteur Code Status
Atelier Pyramids and polyhedrons Formes Il dispose d'outils pour générer des pyramides, des polyèdres réguliers et des spères géodésiques, entièrement évolutifs et utilisables comme des corps réguliers. eddyverl https://github.com/eddyverl/FreeCAD-Pyramids-and-Polyhedrons
Reconstruction Formes Fournit des utilitaires pour reconstruire des modèles à partir d'images. microelly2 https://github.com/microelly2/reconstruction
Silk Formes Il s'agit d'une collection d'outils de modélisation de surface NURBS axés sur le faible degré et la continuité des joints. Silk est le nouveau nom du projet NURBSlib-EVM. edwardvmills https://github.com/edwardvmills/Silk
Slic3r-tools Formes Permet d'exporter des pièces et d'ouvrir la STL résultante dans Slic3r. Vous pouvez configurer un profil d'impression par défaut et obtenir directement des informations sur les ressources qui seraient utilisées pour l'imprimer en 3D, ainsi que générer rapidement le fichier .gcode. limikael https://github.com/limikael/freecad-slic3r-tools
SlopedPlanesMacro Formes Vous permet de construire des figures contrôlant les pentes des faces des objets. Damian Caceres Moreno https://github.com/luzpaz/SlopedPlanesMacro

|- | |Reconstruction |Shapes |It provides utilities to reconstruct models from images. |microelly2 |https://github.com/microelly2/reconstruction | |

|- | |Silk |Shapes |It is a collection of NURBS surface modeling tools focused on low degree and seam continuity. Silk is the new name of the NURBSlib-EVM project. |edwardvmills |https://github.com/edwardvmills/Silk | |

|- | |Slic3r-tools |Shapes |It allows exporting parts, and opening the resulting STL in Slic3r. You can set up a default print profile, and directly get information about the resources that would be used to 3D print it, as well as quickly generate the .gcode file. |limikael |https://github.com/limikael/freecad-slic3r-tools | |

|- | |SlopedPlanesMacro |Shapes |It allows you to build figures controlling the slopes of the faces of objects. |Damian Caceres Moreno |https://github.com/luzpaz/SlopedPlanesMacro | |

Icône Nom Sujet Description Auteur Code Status
Cfd Simulation Fournit une interface graphique au solveur OpenFOAM pour effectuer des simulations de dynamique des fluides computationnelle (CFD). qingfengxia https://github.com/qingfengxia/Cfd
CfdOF Simulation Fork de l'atelier Cfd qui se concentre sur la facilité d'utilisation; il est destiné aux personnes qui débutent dans le monde de la CFD et d'OpenFOAM. jaheyns https://github.com/jaheyns/CfdOF
DesignSPHysics Simulation Fournit une interface utilisateur graphique à DualSPHysics, un solveur de dynamique des fluides utilisant le modèle hydrodynamique des particules lissées (SPH). ndrs92 https://github.com/DualSPHysics/DesignSPHysics
EM Workbench Simulation Fournit une interface graphique pour différents solveurs par FastFieldSolvers. À l'heure actuelle, il prend en charge le solveur d'impédance magnéto-quasi-statique 3D FastHenry. La prise en charge du solveur de capacité électrostatique 3D FasterCap est en cours. FastFieldSolvers S.R.L. https://github.com/ediloren/EM-Workbench-for-FreeCAD

|- | |CfdOF |Simulation |It is a fork of the Cfd workbench that focuses on ease of use; it is intended for people who are just starting in the world of CFD and OpenFOAM. |jaheyns |https://github.com/jaheyns/CfdOF | |

|- | |DesignSPHysics |Simulation |It provides a graphical user interface to DualSPHysics, a fluid dynamics solver using the smoothed particle hydrodynamics (SPH) model. |ndrs92 |https://github.com/DualSPHysics/DesignSPHysics | |

|- | |EM |Simulation |It provides a graphical interface for different solvers by FastFieldSolvers. At present it supports the 3D magneto-quasistatic impedance solver FastHenry. Support for the 3D electrostatic capacitance solver FasterCap is ongoing. |FastFieldSolvers S.R.L. |https://github.com/ediloren/EM-Workbench-for-FreeCAD | | |}

Traduction d'un atelier externe

Voir la page du wiki pour plus d'informations Traduction d'un atelier externe