External workbenches: Difference between revisions

From FreeCAD Documentation
(Added: AirPlaneDesign, BOLTSFC, DesignSPHysics)
(New section of customization, with PieMenu, ShortCuts, and CommandPanel)
Line 26: Line 26:
* [https://github.com/jmplonka/InventorLoader InventorLoader] is a workbench under construction designed to import Autodesk Inventor files. Currently only Parts (IPT) can be displayed, not assemblies (IAM) nor drawings (IDW).
* [https://github.com/jmplonka/InventorLoader InventorLoader] is a workbench under construction designed to import Autodesk Inventor files. Currently only Parts (IPT) can be displayed, not assemblies (IAM) nor drawings (IDW).
* [https://github.com/jmwright/cadquery-freecad-module/wiki CadQuery] allows users to write Python scripts, and is tailored to those based on the CadQuery CAD scripting API. Script variables can be edited dynamically through the use of a parameter dialog.
* [https://github.com/jmwright/cadquery-freecad-module/wiki CadQuery] allows users to write Python scripts, and is tailored to those based on the CadQuery CAD scripting API. Script variables can be edited dynamically through the use of a parameter dialog.

=== Customization ===


* [https://github.com/triplus/Autoload/tree/master Autoload] (github link) is a small extension that allows you to add more workbenches when you start FreeCAD, and can allow you to customize your system in combination with other extensions such as PieMenu, ShortCuts, and CommandPanel.
* [https://github.com/triplus/CommandPanel/tree/master CommandPanel] (github link) is an extension that provides a customizable command panel to be used to customize workbenches' tools.
* [https://github.com/triplus/PieMenu/tree/master PieMenu] (github link) is a small extension that provides a pie menu to select tools or commands when the {{KEY|Tab}} key is pressed. A pie menu is an interface that appears in Blender and other systems like Android mobile phones.
* [https://github.com/triplus/ShortCuts/tree/master ShortCuts] (github link) is a small extension that provides a manager and overlay for shortcuts.


=== Architecture and facilities === <!--T:27-->
=== Architecture and facilities === <!--T:27-->

Revision as of 06:43, 13 April 2019

Introduction

Power users have extended FreeCAD with various custom workbenches and addons that are not integrated into the main FreeCAD source code but can be added to an existing FreeCAD installation.

Most extensions can be installed from the Addon Manager, menu Tools → Addon manager. If there are specific instructions and dependencies for installing or using the workbenches, these should be noted in each workbench's home page.

These workbenches aren't supported by the main FreeCAD development team, so they aren't tested to work with every version of FreeCAD. Questions, bug reports, and improvement requests should be made directly to the authors of the particular workbench.

Current extensions

General

  • Defeaturing provides tools to edit STEP models by removing selected features.
  • DynamicData allows creation of container objects for holding custom properties.
  • WebTools contains a series of tools to communicate with web services like Git, a BIM server, and Sketchfab.
  • Curves is a collection of tools to create and edit NURBS curves and surfaces.
  • Nurbs is a collection of scripts for managing freeform surfaces and curves.
  • 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.
  • GDT 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.
  • InventorLoader is a workbench under construction designed to import Autodesk Inventor files. Currently only Parts (IPT) can be displayed, not assemblies (IAM) nor drawings (IDW).
  • CadQuery allows users to write Python scripts, and is tailored to those based on the CadQuery CAD scripting API. Script variables can be edited dynamically through the use of a parameter dialog.

Customization

  • Autoload (github link) is a small extension that allows you to add more workbenches when you start FreeCAD, and 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 customizable command panel to be used to customize workbenches' tools.
  • PieMenu (github link) is a small extension that provides 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.
  • ShortCuts (github link) is a small extension that provides a manager and overlay for shortcuts.

Architecture and facilities

  • BIM aims to implement complete Building Information Modeling (BIM) tools and workflow in FreeCAD. It builds on top of the Arch Workbench.
  • Reinforcement augments the Arch Workbench with additional Arch Rebar tools.
  • Flamingo is a set of customized FreeCAD commands and objects that help speed-up the creation of frames and pipelines.
  • Civil Engineering is a proposed workbench that intends to combine and develop different tools of interest to civil engineers, including those working with road engineering, terrain topology and geographic data.

Assembly and animation

As of FreeCAD 0.18 there is no official assembly workbench. However, several external tools have been created or are in development to manipulate objects to produce assemblies.

Note: assembly workbenches are generally incompatible with each other. If you create an assembly with one of them, you should not use another workbench to work with the same assembly. You should re-assemble the parts in the new workbench.

  • Animation Workbench can be used to simulate kinematics.
  • A2plus provides tools to create multi-part assemblies. It is a fork and extension of the older Assembly2 Workbench.
  • Assembly3 (github link) is in development and requires a forked version of FreeCAD with some core changes. It is the most complex solution and supports things like interactive kinematics.
  • 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.
  • Manipulator is aimed at helping users in aligning, moving, rotating and measuring 3D objects through a friendly graphical interface.
  • WorkFeatures adds a wide range of helper objects such as alignment planes or axes, and tools to help you to position and align objects along those helper objects.

Engineering

  • AirPlaneDesign (github link) is an experimental workbench to design wings and airplane objects.
  • 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.
  • Cfd (github link) brings the power of the OpenFoam solver to FreeCAD to perform computation fluid dynamics (CFD) simulations.
  • CfdOF (github link) is a fork of Cfd that focuses on ease of use; it is intended for people who are just starting in the world of CFD and OpenFoam.
  • DesignSPHysics (github link) is a workbench that provides a graphical user interface to DualSPHysics, a fluid dynamics solver.
  • EM Workbench 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.
  • KicadStepUp is aimed at helping both KiCad and FreeCAD users in collaborating with electrical (ECAD) and mechanical (MCAD) design.
  • LCInterlocking (github link) tools to create parts for laser-cutters. Add tabs and hinges. Export to SVG.
  • SheetMetal provides tools to design and unfold sheet metal parts.

Deprecated extensions

Missing documentation

(February 2019) These extensions lack documentation in this wiki. If you are the developer or a user of these addons, consider creating a page for them, or providing a link to their documentation
  • AirPlaneDesign (github link) is an experimental workbench to design wings and airplane objects.
  • ArchTextures (github link) allows you to add basic textures to architectural objects created with the Arch Workbench.
  • Autoload (github link) is a small extension that allows you to add more workbenches when you start FreeCAD, and can allow you to customize your system in combination with other extensions such as PieMenu, ShortCuts, and CommandPanel.
  • 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.
  • CADExchanger (github link) is an extension that allows FreeCAD to import and export file formats supported by the "CAD Exchanger" commercial application.
  • CommandPanel (github link) is an extension that provides a customizable command panel to be used to customize workbenches' tools.
  • cura_engine (github link) is an extension that integrates CuraEngine into FreeCAD in order to facilitate 3D printing. This addon is unmaintained since 2014 and no longer works with recent versions of Cura engine.
  • DesignSPHysics (github link) is a workbench that provides a graphical user interface to DualSPHysics, a fluid dynamics solver.
  • dxf_library (github link) downloads the files needed to add import and export DXF support to 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.
  • ExplodedAssembly (github link) is a workbench to create exploded views and animations of assemblies. It supersedes the ExplodedAnimation workbench.
  • 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 to produce frames and beams.
  • geodata (github link) is an extension to import different types of geographical information from latitude and longitude, from OpenStreetMap, Google Maps, Bing Map, Here Map.
  • Glass (github link) is an extension that allows you to show the document object icons as an overlay over the 3D viewport.
  • IconThemes (github link) is an extension that provides the ability of changing the icons of the default FreeCAD system.
  • kerkythea (github link) is a simple exporter to Kerkythea XML file.
  • 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 with no constraints nor relationships, but with an emphasis on arrays. It can also create exploded assemblies.
  • Launcher (github link) is a small extension that provides a dedicated dialog box for users to search commands. It can facilitate launching tools in FreeCAD.
  • 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.
  • NavigationIndicator (github link) 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.
  • Part-o-magic (github link) is an experimental workbench that provides some improvements to Std Part and PartDesign Body containers, in order to work with models that have deep hierarchies in the tree view. It includes things like automatic grouping, visibility automation, additional containers to use with any other workbench, and other tools.
  • parts_library (github link) is an extension that downloads an extensive library of parts that can be used in FreeCAD. It is intended that users contribute content to this library by forking the repository, and adding their own parts under a permissive CC-BY 3.0 license.
  • 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.
  • persistenttoolbars (github link) 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.
  • PieMenu (github link) is a small extension that provides 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.
  • pluginloader (github link) is a small extension that allows the user to install additional extensions, macros, and workbenches into FreeCAD. Since FreeCAD 0.17 this extension is obsolete, as the functionality is included natively in the Addon Manager of FreeCAD.
  • pyrate (github link) is a workbench to design optical lenses. The project aims to provide an optical raytracer for isotropic, homogeneous anisotropic and inhomogeneous isotropic GRIN media.
  • reconstruction (github link) provides utilities to reconstruct models from images.
  • Render (github link) is a workbench to 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 that they are fully compatible. Render is fully written in Python which means it can be extended easier by non-C++ programmers.
  • Reporting (github link) makes it possible to extract information from a FreeCAD document. It works in a similar way to the Arch Schedule tool but using an SQL interface from Python.
  • retr3D (github link) is a framework designed to model and manufacture 3D printable parts for the construction of more 3D printers. The intention of this project is to promote 3D printing in developing economies in order to reduce the amount of waste produced, and localize manufacturing, also stimulating the local economy.
  • 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.
  • 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, and particularly the TechDraw Workbench to produce technical documentation. It is intended that users contribute content to this library by forking the repository, and adding their own symbols under a permissive CC-BY 3.0 license.
  • TabBar (github link) is a small extension that adds a window with tabs in order to select workbenches.
  • timber (github link) is a workbench to produce wood and timber objects.
  • ToolbarStyle (github link) is a small extension that allows the configuration of toolbars, with icons, text, or both.
  • workfeature (github link) is a collection of tools to produce points in different locations (mid points, extrema, center of plane, projected), lines (from two points), and planes (from one point and one line, from three points, etc.), in order to help the user to position and align objects along those helper objects. This is essentially a re-written version of the older utility workfeature-macro, which was distributed as a collection of macros.
  • 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.