FreeCAD

Original author(s) Jürgen Riegel, Werner Mayer, Yorik van Havre
Initial release 29 October 2002
Stable release
0.21.1 / September 1, 2023
Repository
Written in C++, Python
Operating system Linux
macOS
Unix
Windows
FreeBSD
Type 3D Modeling, CAD, CAM, BIM, FEM
License LGPL-2.0-or-later
Website freecad.org
Interior of 3D house
Arduino board imported from Eagle PCB software

FreeCAD is a general-purpose parametric 3D computer-aided design (CAD) modeler and a building information modeling (BIM) software application with finite element method (FEM) support. It is intended for mechanical engineering product design but also expands to a wider range of uses around engineering, such as architecture or electrical engineering. FreeCAD is free and open-source, under the LGPL-2.0-or-later license, and available for Linux, macOS, and Windows operating systems. Users can extend the functionality of the software using the Python programming language.

Features

General

FreeCAD features tools similar to CATIA, Creo, SolidWorks, Solid Edge, NX, Inventor, Revit, and therefore also falls into the category of building information modeling (BIM), mechanical computer-aided design (MCAD), PLM, CAx and CAE. It is intended to be a feature-based parametric modeler with a modular software architecture, which makes it easy to provide additional functionality without modifying the core system.

As with many modern 3D CAD modelers, FreeCAD has a 2D component to facilitate 3D-to-2D drawing conversion. Under its current state, direct 2D drawing (like AutoCAD LT) is not the focus for this software, and neither are animation or 3D model manipulation (like Blender, Maya, or Cinema 4D). However, the modular nature of FreeCAD allows the user to adapt its workflow for such environments via the use of plugins.

FreeCAD uses open-source libraries from the field of computing science; among them are Open CASCADE Technology (a CAD kernel), Coin3D (an incarnation of Open Inventor), the Qt GUI framework, and Python, a popular scripting language. FreeCAD itself can also be used as a library by other programs.

There are moves to expand FreeCAD in the architecture, electrical, and construction (AEC) engineering sectors and to add building information modeling (BIM) functionality with the Arch Module.

As of late 2020, 3D Models searcher of CADENAS called 3DfindIT.com is integrated into FreeCAD.

Supported file formats

FreeCAD's own main file format is FreeCAD Standard file format (.FCStd). It is a standard zip file that holds files in a certain structure. The Document.xml file has all geometric and parametric objects definitions. GuiDocument.xml then has visual representation details of objects. Other files include brep-files for objects and thumbnail of drawing.

Besides FreeCAD's own file format, files can be exported and imported in DXF, SVG (Scalable Vector Graphics), STEP, IGES, STL (STereoLithography), OBJ (Wavefront), DAE (Collada), SCAD (OpenSCAD), IV (Inventor) and IFC.

DWG support

FreeCAD's support for the proprietary DWG file format has been problematic due to software license compatibility problems with the GNU LibreDWG library. The GNU LibreDWG library started as a real free alternative to the source-available OpenDWG library (later Teigha Converter and now ODA File Converter) and is licensed under the GPLv3. As FreeCAD (and also LibreCAD) has dependencies on Open Cascade, which prior to version 6.7.0 was only compatible with GPLv2, it couldn't use the GNU LibreDWG library as GPLv2 and GPLv3 are essentially incompatible. Open CASCADE technology was contacted by Debian team in 2009, and 2012 got a reply that Open CASCADE technology was considering dual-licensing OCCT (the library), however they postponed that move. A request also went to the FSF to relicense GNU LibreDWG as GPLv2 or LGPLv3, which was rejected.

As of 2014 the 0.14 release of FreeCAD, including the new LGPL release of Open Cascade, the BSD-licensed version of Coin3D, and the removal of PyQT, FreeCAD is now completely GPL-free. However, LibreDWG has not been adopted. FreeCAD is able to import and export a limited subset of the DWG format via the ODA File Converter (the former OpenDWG library).

Promotions during events

Yorik van Havre presenting FreeCAD at FISL 16 in 2015

FreeCAD was notably presented at FISL 16 in 2015, in Porto Alegre, as well as at the Libre Graphics Meeting in London in 2016. These two exhibitions can bring together both developers and users. In 2020, it was during FOSDEM in Brussels that two of these developers, Yorik Van Havre and Brad Collette made the presentation.

Release history

Version Release date Information
0.0.1 October 29, 2002 Initial release
0.1 January 27, 2003
0.2 August 9, 2005
0.3 October 31, 2005
0.4 January 15, 2006
0.5 October 5, 2006
0.6 February 27, 2007
0.7 April 24, 2009
0.8 July 10, 2009
0.9 January 16, 2010
0.10 July 24, 2010
0.11 May 3, 2011 sketcher, part, 2D and robot modules
0.12 November 20, 2011 architecture Module
0.13 January 29, 2013 ship design module, openscad module, 3D mice support
0.14 July 1, 2014 License changed to LGPLv2+, spreadsheet module, render to LuxRender
0.15 April 8, 2015 Oculus Rift support, updated ifc importer in Architecture module
0.16 April 18, 2016 FEM workbench, path module
0.17 April 6, 2018 add on manager, surface module, tech draw module
0.18 March 12, 2019 new start view, extended arch module, many improved modules In 0.18.5 Addon-Manager broken, so 0.18.4 is stable release.
0.19 March 20, 2021 modules to Python 3 and Qt5 mostly ported, actual 0.19.4
0.20 June 14, 2022 completely rewritten Addon Manager, more than 30 new tools in TechDraw, persistent section cuts, many improvements of existing tools
0.21 August 2, 2023 planned as the final release before patches for the topological naming problem introduce performance regressions. Various user interface and workbench improvements.
0.22/1.0 2023 development version with weekly builds
Legend:
Old version
Older version, still maintained
Latest version
Latest preview version
Future release

See also