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.[2] 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.

Original author(s)Jürgen Riegel, Werner Mayer, Yorik van Havre[1][a]
Initial release29 October 2002;
21 years ago
 (2002-10-29)
Stable release
0.21.2 / November 14, 2023; 4 months ago (2023-11-14)
Preview release
0.22.0dev
Repository
Written inC++, Python
Operating systemLinux
macOS
Unix
Windows
FreeBSD
Type3D Modeling, CAD, CAM, BIM, FEM
LicenseLGPL-2.0-or-later
Websitefreecad.org
Interior of 3D house
Arduino board imported from Eagle PCB software

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[3][4] (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.[5]

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.[6]

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

Supported file formats

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

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.[9]

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,[10] it couldn't use the GNU LibreDWG library as GPLv2 and GPLv3 are essentially incompatible.[11][12] 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.[13]

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.[14] However, LibreDWG has not been adopted. FreeCAD is able to import and export a limited subset[15] of the DWG format via the ODA File Converter (the former OpenDWG library).[citation needed]

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,[16] as well as at the Libre Graphics Meeting in London in 2016.[17] 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.[18]

Release history

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

See also

Notes

References

Further reading

External links