External workbenches/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 105: Line 105:
* [https://github.com/wood-galaxy/FreeCAD-Timber/tree/master timber] (github link) is a workbench to produce wood and timber objects.
* [https://github.com/wood-galaxy/FreeCAD-Timber/tree/master timber] (github link) is a workbench to produce wood and timber objects.


<div class="mw-translate-fuzzy">
== Extensions obsolètes ==
== Extensions obsolètes ==
* [[Drawing Dimensioning Addon/fr|Drawing Dimensioning]] ajoute de puissants outils de cotation et d'annotation à [[Drawing Workbench/fr|l'atelier Drawing]]. Il est devenu obsolète dans FreeCAD 0.17. Pensez à utiliser l'[[TechDraw Workbench/fr|atelier TechDraw ]] à la place.
* [[Assembly2 Workbench/fr|Assembly2]] fournit des outils pour créer des assemblages en plusieurs parties. Il n'est plus maintenu depuis 2016. Envisagez d'utiliser [[A2plus Workbench/fr|A2plus]] à la place.
* [[Assembly2 Workbench/fr|Assembly2]] fournit des outils pour créer des assemblages en plusieurs parties. Il n'est plus maintenu depuis 2016. Envisagez d'utiliser [[A2plus Workbench/fr|A2plus]] à la place.
* [https://github.com/cblt2l/FreeCAD-CuraEngine-Plugin/tree/master Cura-Engine-Plugin] (lien GitHub) est une extension qui intègre CuraEngine à FreeCAD afin de faciliter la génération de gcode pour l'impression 3D. Cet addon n'est plus maintenu depuis 2014 et ne fonctionne plus avec les versions récentes de CuraEngine.
</div>
* [[Drawing Dimensioning Addon/fr|Drawing Dimensioning]] ajoute de puissants outils de cotation et d'annotation à [[Drawing Workbench/fr|l'atelier Drawing]]. Il est devenu obsolète dans FreeCAD 0.17. Pensez à utiliser l'[[TechDraw Workbench/fr|atelier TechDraw ]] à la place.
* [https://github.com/triplus/NavigationIndicator NavigationIndicator] (lien GitHub) est une extension qui ajoute un indicateur pour la [[Mouse Model|navigation dans l'espace 3D]] dans la barre d'état. Depuis FreeCAD 0.17 cette extension est obsolète, car l'indicateur est inclus de manière native dans FreeCAD.
* [https://github.com/triplus/PersistentToolbars/tree/master PersistentToolbars] (lien GitHub) est une petite extension permettant de conserver les barres d'outils à leur emplacement. Depuis FreeCAD 0.17 cette extension est obsolète, car cette fonctionnalité est incluse nativement dans FreeCAD.
* [https://github.com/microelly2/freecad-pluginloader/tree/master pluginloader] (lien GitHub) est une petite extension qui permet à l'utilisateur d'installer des macros, des ateliers externes et d'autres extensions dans FreeCAD. Depuis FreeCAD 0.17 cet utilitaire est obsolète car cette fonctionnalité est déjà proposée par l'[[Std_AddonMgr|Addon Manager]].


== Documentation manquante ==
== Documentation manquante ==

Revision as of 14:25, 15 April 2019

Introduction

Les utilisateurs expérimentés ont étendu FreeCAD avec divers ateliers et addons (greffons) personnalisés qui ne sont pas intégrés au code source principal de FreeCAD mais peuvent être ajoutés à une installation FreeCAD existante.

La plupart des extensions peuvent être installées à partir du Addon Manager, menu Template:MenuCommand/fr. S'il existe des instructions et des dépendances spécifiques pour l'installation ou l'utilisation des ateliers, vous devez les noter dans la page d'accueil de chaque atelier.

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

Extensions actuelles

Générales

Ajoutez les ateliers qui ne correspondent pas à une catégorie spéciale ici.

Architecture et facilitations

  • BIM vise à mettre en œuvre les outils complets de modélisation des informations du bâtiment (BIM) et flux de travail dans FreeCAD. Il s’appuie sur l’atelier Arch
  • Reinforcement augmente l'atelier Arch avec des outils de barres d’armature supplémentaires.
  • Flamingo un ensemble de commandes et d'objets FreeCAD personnalisés qui aident à accélérer le dessin de cadres et de pipelines.
  • Génie Civil est un atelier ayant pour objectif de combiner et de développer différents outils présentant un intérêt pour les ingénieurs civils, notamment ceux travaillant avec le génie routier, la topologie de terrain et les données géographiques.

Assemblage et animations

Depuis FreeCAD 0.18, il n’existe pas d'atelier d'assemblage officiel. Cependant, plusieurs outils externes ont été créés et certains sont en cours de développement pour manipuler des objets afin de produire des assemblages.

Note: les établis d'assemblage sont généralement incompatibles entre eux. Si vous créez un assemblage avec l'un d'entre eux, vous ne devez pas utiliser un autre atelier d'assemblage et continuer de travailler avec le même assemblage. Vous devez réassembler les pièces dans le nouvel atelier.

  • Animation peut être utilisé pour simuler des cinématiques.
  • A2plus fournit des outils pour créer des assemblages en plusieurs parties. C'est un fork et une extension de l'ancien atelier Assembly2.
  • Assembly3 (lien github) est en cours de développement et nécessite une compilation spéciale de FreeCAD. Il s’agit de la solution la plus sophistiquée qui prend en charge les choses comme la cinématique interactive.
  • Assembly4 (lien github) est une solution basée sur la branche propre de FreeCAD utilisée par Assembly3. Il ne fonctionne pas du tout avec des contraintes et se concentre sur la construction de structures avec des systèmes de coordonnées locales (LCS). Cela facilite les calculs et devrait même permettre d’assembler de grandes structures avec de nombreuses pièces. Il s’agit du plus récent des établis d’assemblage et est plus utilisé comme démonstrateur.
  • Manipulator est destiné à aider les utilisateurs de FreeCAD à aligner, déplacer, faire pivoter et mesurer des objets 3D via une interface graphique conviviale.
  • La macro WorkFeatures ajoute une large gamme d'objets utilitaires, tels que des plans ou des axes d'alignement, ainsi que des outils vous permettant de positionner et d'aligner des objets le long de ces objets auxiliaires.

Pseudo-assemblage

Ces ateliers n'utilisent pas de contraintes pour maintenir les relations entre les pièces, mais simplement pour les repositionner dans l'espace.

  • Animation contains many tools to simulate movement of parts, create sequences of pictures, and thus produce an animation. The position and rotation of objects can be changed at different times, but also other properties like visibility, transparency, shape color, and camera position. The
  • Assembly4 (github link) is a solution based on the forked FreeCAD branch that Assembly3 uses. It does not work with constraints at all and focuses on building structures with Local Coordinate Systems (LCS). This is computationally friendly, and should allow for creating large assemblies with many parts. This is the newest of the assembly workbenches and is intended more as a demonstrator.
  • ExplodedAssembly (github link) is a workbench to create exploded views and animations of assemblies. It supersedes the ExplodedAnimation workbench.
  • lattice2 (github link) is a workbench that 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.
  • Manipulator is aimed at helping users in aligning, moving, rotating and measuring 3D objects through a friendly graphical interface.
  • Part-o-magic (github link) 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.
  • WorkFeature (github link) is a collection of tools to produce points in different locations (mid points, extrema, center of plane, projected, etc.), axes (from two points, and others), and planes (from one point and one axis, from three points, etc.), in order to facilitate the creation of a particular 3D model. These helper points, axes and planes are also useful to position and align objects in desired places to form an assembly. This workbench is based on the older workfeature-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.
  • workfeature-macro adds helper objects to position shapes along these helper objects; the WorkFeature workbench is derived from this macro. The macro contains a few objects that the workbench still doesn't have like origin, circle, bounding box, and views.

Personnalisation

  • Autoload (github link) is a small extension that allows you to select the workbenches that should be loaded when you start FreeCAD. It can allow you to customize your system in combination with other extensions such as PieMenu, ShortCuts, and CommandPanel.
  • CommandPanel (github link) is an extension that provides a panel that can be used store tools from different workbenches.
  • Glass (github link) is an extension that shows the tree view and properties panel as a transparent overlay over the 3D viewport.
  • IconThemes (github link) is an extension that provides the ability of changing the icons of the default FreeCAD system.
  • Launcher (github link) is a small extension that provides a dedicated dialog box for users to search and launch commands. Instead of clicking on a toolbar button or menu entry, searching for the command's name may be faster for some users.
  • PieMenu (github link) 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 actions.
  • SelectorToolbar (github link) is a small extension that provides a point and click experience for changing FreeCAD workbenches.
  • ShortCuts (github link) is a small extension that provides a manager and overlay for shortcuts.
  • TabBar (github link) is a small extension that adds a window with tabs in order to select workbenches.
  • ToolbarStyle (github link) is a small extension that allows the configuration of toolbars, with icons, text, or both.

Ingénierie

  • Cfd (github lien) apporte la puissance du solutionneur OpenFoam à FreeCAD pour effectuer des simulations de calcul de la dynamique des fluides (CFD).
  • CfdOF (github lien) est un fork de Cfd qui met l'accent sur la facilité d'utilisation; il est destiné aux personnes qui débutent dans le monde de la CFD et de OpenFoam.
  • atelier EM Atelier d'Electro-Magnetique pour FastFieldSolvers outils gratuits.
  • KicadStepUp vise à aider les utilisateurs de KiCad et de FreeCAD à collaborer à la conception électrique (ECAD) et mécanique (MCAD).
  • LCInterlocking (lien github) pour créer des pièces pour les découpeuses au laser. Ajouter des onglets et des charnières. Exporter en SVG.
  • SheetMetal fournit des outils pour plier et déplier des pièces en tôle.

Information et données

  • CADExchanger (github link) is an extension that allows FreeCAD to import and export file formats supported by the commercial "CAD Exchanger" application, such as Rhino 3dm or ACIS sat, and mesh formats like OBJ and STL.
  • dxf_library (github link) downloads the files needed to support importing and exporting DXF files in FreeCAD versions before v0.16. These files are not needed anymore when using the built-in DXF importer in v0.16 and above. They are still needed if you wish to use the legacy Python importer, or if you wish to export directly from the 3D model.
  • DynamicData 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.
  • InventorLoader 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.
  • kerkythea (github link) adds a simple exporter to produce XML files for use with the Kerkythea freeware renderer.
  • Reporting (github link) makes it possible 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.
  • WebTools contains a series of tools to communicate with web services like Git, a BIM server, and Sketchfab.
  • yaml-workspace (github link) 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.

Contours et pièces

  • BOLTSFC (github link) is an extension that allows you to use the BOLTS "Open Library for Technical Specifications", which is a collection of objects like nuts, screws, bolts, and so on, parametrically defined.
  • CadQuery allows users to design parametric 3D CAD models defined by the CadQuery CAD scripting API. It includes a full-featured editor with features such as auto-completion, syntax highlighting and checking, line numbering, and code folding. Example scripts are included to make the user get started with using the API. 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.
  • Curves is a collection of tools to create and edit NURBS curves and surfaces.
  • Defeaturing provides tools to edit STEP objects to remove features like holes, faces, and edges, and perform some operations with the simplified objects.
  • fasteners (github link) is a workbench that provides various fasteners, screws, bolts, nuts, etc., to attach them to your model.
  • FCGear (github link) is an extension that adds many different gears like cylindric involute, involute rack, cylindric cycloid, spherical involute bevel-gear, and crown gear.
  • frame (github link) 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.
  • Lithophane (github link) 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.
  • nurbs is a collection of scripts for managing freeform surfaces and curves.
  • parts_library (github link) is an extension that downloads a library of parts in Step format (.step) or in FreeCAD format (.FCstd) that can be imported into a FreeCAD document. Users can contribute content to this library by forking the repository, adding their own parts under a permissive CC-BY 3.0 license, and submitting a pull request to merge the new objects.
  • pcb (github link) 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.
  • reconstruction (github link) provides utilities to reconstruct models from images.
  • retr3D (github link) is a framework designed to model and manufacture 3D printable parts starting from electronic waste, in order to build more 3D printers. The intention of this project is to recycle e-waste, promote 3D printing, especially in developing economies, and in this way reduce the amount of waste that goes to landfills. Using locally built, and inexpensive 3D printers could also be a way of localizing manufacturing, thus stimulating the local economy of these regions.
  • Silk 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.
  • SlopedPlanesMacro (github link) allows you to build figures controlling the slopes of the faces of objects.
  • symbols_library (github link) 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.
  • timber (github link) is a workbench to produce wood and timber objects.

Extensions obsolètes

  • Assembly2 fournit des outils pour créer des assemblages en plusieurs parties. Il n'est plus maintenu depuis 2016. Envisagez d'utiliser A2plus à la place.
  • Cura-Engine-Plugin (lien GitHub) est une extension qui intègre CuraEngine à FreeCAD afin de faciliter la génération de gcode pour l'impression 3D. Cet addon n'est plus maintenu depuis 2014 et ne fonctionne plus avec les versions récentes de CuraEngine.
  • Drawing Dimensioning ajoute de puissants outils de cotation et d'annotation à l'atelier Drawing. Il est devenu obsolète dans FreeCAD 0.17. Pensez à utiliser l'atelier TechDraw à la place.
  • NavigationIndicator (lien GitHub) est une extension qui ajoute un indicateur pour la navigation dans l'espace 3D dans la barre d'état. Depuis FreeCAD 0.17 cette extension est obsolète, car l'indicateur est inclus de manière native dans FreeCAD.
  • PersistentToolbars (lien GitHub) est une petite extension permettant de conserver les barres d'outils à leur emplacement. Depuis FreeCAD 0.17 cette extension est obsolète, car cette fonctionnalité est incluse nativement dans FreeCAD.
  • pluginloader (lien GitHub) est une petite extension qui permet à l'utilisateur d'installer des macros, des ateliers externes et d'autres extensions dans FreeCAD. Depuis FreeCAD 0.17 cet utilitaire est obsolète car cette fonctionnalité est déjà proposée par l'Addon Manager.

Documentation manquante

(Avril 2019) Si vous êtes le développeur ou l'utilisateur d'un nouveau atelier, ajoutez-le ci-dessous. Cependant, envisagez de créer une page pour lui ou fournissez un lien vers sa documentation dans la section appropriée ci-dessus.