Ateliers externes

From FreeCAD Documentation
Revision as of 15:32, 15 April 2019 by Gnrc (talk | contribs)

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

  • ArchTextures (lien GitHub) vous permet d'ajouter des textures de base non photoréalistes aux objets architecturaux créés avec l'atelier Arch.
  • BIM vise à implémenter un flux de travail complet de modélisation des informations de construction (BIM) dans FreeCAD. Il étend l'atelier Arch et rassemble de nombreux outils d’autres ateliers pour fournir un environnement pratique et convivial pour modéliser des bâtiments et travailler avec des fichiers IFC.
  • Flamingo est un ensemble de commandes et d’objets FreeCAD personnalisés permettant d’accélérer la création de charpentes (fermes, poutres) et de tuyauteries (tubes, coudes, brides). Il dispose d'utilitaires pour interroger les objets, les déplacer et faire pivoter le plan de travail à la volée.
  • Timber (lien GitHub) Structures wood, et autres.
  • geodata (lien GitHub) est une extension pour importer des informations géographiques à partir d'un point géolocalisé par sa latitude et sa longitude, depuis OpenStreetMap, Google Maps, Bing Map ou Here Map.
  • Barres de renfort (armatures) est une petite extension qui complète l'atelier Arch avec d’autres outils d'armature, notamment les profils droit, en forme de U, en forme de L et courbé, étrier et hélice, à utiliser dans les objets créés avec l'outil Arch Structure.
  • Render (lien GitHub) est un atelier permettant de produire des images de haute qualité, à l'aide de moteurs de rendu externes à source ouverte tels que Pov-ray, Luxrender et Appleseed. Render remplace l'atelier Raytracing et utilise les mêmes modèles pour qu'ils soient compatibles. Le rendu est entièrement écrit en Python, ce qui signifie qu'il peut être étendu plus facilement par les programmeurs non C++. À l'avenir, Render pourrait également prendre en charge Kerkythea, EEVEE de Blender et les moteurs CadRays d'OpenCascade.
  • 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 ateliers d'assemblage sont généralement incompatibles entre eux. Si vous créez un assemblage avec l'un d'eux, vous ne devez pas utiliser un autre atelier d'assemblage pour continuer de travailler avec ce même assemblage. Vous devez réassembler les pièces dans le nouvel atelier.

  • 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 avec de nombreux changements du code source. Il s’agit de la solution la plus sophistiquée qui prend en charge les choses comme la cinématique interactive.

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

  • AirPlaneDesign (lien GitHub) est un atelier expérimental de conception d'ailes et d'objets aéronautiques.
  • Cfd (lien GitHub) apporte la puissance du solveur OpenFoam à FreeCAD pour effectuer des simulations de calcul de la dynamique des fluides (CFD).
  • CfdOF (lien GitHub) 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.
  • DesignSPHysics (lien GitHub) est un atelier qui fournit une interface utilisateur graphique à DualSPHysics, un solveur de dynamique des fluides.
  • L'atelier EM fournit une interface graphique pour différents solveurs de FastFieldSolvers. À l'heure actuelle, il prend en charge le solveur d'impédance magnéto-quasistatic 3D FastHenry. Le solveur de capacité électrostatique 3D FasterCap est en cours de support.
  • FreeCADTools (lien GitHub) un atelier permettant de créer des profils métalliques, des tubes carrés, des profils z, des palettes, des rotations, des dessins et plus encore.
  • GDT est une collection d’outils permettant d’ajouter des étiquettes de dimensions géométriques et tolérances (GDT) dans les dessins techniques 2D et 3D. Il met en œuvre la norme ISO 16792.
  • KicadStepUp vise à aider les utilisateurs de KiCad et de FreeCAD à collaborer à la conception électrique (ECAD) et mécanique (MCAD). Avec FreeCAD, il est possible de concevoir un circuit imprimé et de le transmettre à KiCad. Alternativement, la carte peut être conçue dans KiCad, importée par FreeCAD, elle peut ê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 au format VRML avec les propriétés des matériaux pour une utilisation dans les outils KiCad ou Blender.
  • LCInterlocking (lien GitHub) permet de créer des pièces pour les découpeuses laser. Ajouter des onglets et des charnières. Exporter au format SVG.
  • Pyrate (lien GitHub) est un atelier permettant de concevoir des lentilles optiques. Le projet vise à fournir un dispositif de lancer de rayons optiques pour les supports GRIN isotropes, homogènes anisotropes et inhomogènes isotropes.
  • SheetMetal fournit des outils permettant de concevoir un objet en tôle pliée, telle qu’un boîtier ou une enceinte métallique. L'utilisateur commence par une feuille plate, puis utilise des outils pour extruder et plier les faces de l'objet d'une certaine distance, rayon ou angle, jusqu'à obtenir la forme souhaitée. Le corps peut ensuite être déplié pour obtenir le matériau plat nécessaire à la fabrication de ce corps. Le contour de ce corps non plié peut finalement être utilisé comme entrée pour les broyeurs ou les machines de découpe laser afin d’obtenir le profil de feuille requis.

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.