FreeCAD
   HOME

TheInfoList



OR:

FreeCAD is a general-purpose parametric 3D
computer-aided design Computer-aided design (CAD) is the use of computers (or ) to aid in the creation, modification, analysis, or optimization of a design. This software is used to increase the productivity of the designer, improve the quality of design, improve c ...
(CAD) modeler and a
building information modeling Building information modeling (BIM) is an approach involving the generation and management of digital representations of the physical and functional characteristics of buildings or other physical assets and facilities. BIM is supported by vario ...
(BIM) software application with
finite element method Finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat tran ...
(FEM) support. It is intended for
mechanical engineering Mechanical engineering is the study of physical machines and mechanism (engineering), mechanisms that may involve force and movement. It is an engineering branch that combines engineering physics and engineering mathematics, mathematics principl ...
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 Free and open-source software (FOSS) is software available under a Software license, license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term ...
, under the LGPL-2.0-or-later license, and available for
Linux Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
,
macOS macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
, and
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
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 SolidWorks (stylized as SOLIDWORKS) is a brand of software used for solid modeling computer-aided design (CAD) and computer-aided engineering (CAE). It was one of the first 3D CAD applications designed to run on a desktop PC. The brand is owned ...
,
Solid Edge Solid Edge is a 3D computer-aided design (CAD), parametric feature and synchronous technology solid modeling software. It runs on Microsoft Windows and provides solid modeling, assembly modelling and 2D orthographic view functions for mechani ...
, NX,
Inventor An invention is a unique or novel device, method, composition, idea, or process. An invention may be an improvement upon a machine, product, or process for increasing efficiency or lowering cost. It may also be an entirely new concept. If an ...
, Revit, and therefore also falls into the category of
building information modeling Building information modeling (BIM) is an approach involving the generation and management of digital representations of the physical and functional characteristics of buildings or other physical assets and facilities. BIM is supported by vario ...
(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 Maya may refer to: Ethnic groups * Maya peoples, of southern Mexico and northern Central America ** Maya civilization, the historical civilization of the Maya peoples ** Mayan languages, the languages of the Maya peoples * Maya (East Africa), a p ...
, 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 Architecture is the art and technique of designing and building, as distinguished from the skills associated with construction. It is both the process and the product of sketching, conceiving, planning, designing, and construction, constructi ...
,
electrical Electricity is the set of physical phenomena associated with the presence and motion of matter possessing an electric charge. Electricity is related to magnetism, both being part of the phenomenon of electromagnetism, as described by Maxwel ...
, and
construction Construction are processes involved in delivering buildings, infrastructure, industrial facilities, and associated activities through to the end of their life. It typically starts with planning, financing, and design that continues until the a ...
(AEC)
engineering Engineering is the practice of using natural science, mathematics, and the engineering design process to Problem solving#Engineering, solve problems within technology, increase efficiency and productivity, and improve Systems engineering, s ...
sectors and to add
building information modeling Building information modeling (BIM) is an approach involving the generation and management of digital representations of the physical and functional characteristics of buildings or other physical assets and facilities. BIM is supported by vario ...
(BIM) functionality with the Arch Module.


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 Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
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 AutoCAD DXF (Drawing Interchange Format, or Drawing Exchange Format) is a computer-aided design (CAD) data file format developed by Autodesk to enable CAD data exchange and interoperability between AutoCAD on different computing platforms. His ...
, SVG (Scalable Vector Graphics), STEP,
IGES The Initial Graphics Exchange Specification (IGES) is a vendor-neutral List of file formats, file format that allows the CAD data exchange, digital exchange of information among computer-aided design (CAD) systems. It is an ASCII-based textual for ...
, 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 A software license is a legal instrument governing the use or redistribution of software. Since the 1970s, software copyright has been recognized in the United States. Despite the copyright being recognized, most companies prefer to sell lic ...
compatibility problems with the GNU LibreDWG library. The GNU LibreDWG library started as a real free alternative to the
source-available Source-available software is software released through a source code distribution model that includes arrangements where the source can be viewed, and in some cases modified, but without necessarily meeting the criteria to be called ''open-source ...
OpenDWG library (later Teigha Converter and now ODA File Converter) and is licensed under the
GPLv3 The GNU General Public Licenses (GNU GPL or simply GPL) are a series of widely used free software licenses, or ''copyleft'' licenses, that guarantee end users the freedom to run, study, share, or modify the software. The GPL was the first ...
. As FreeCAD (and also
LibreCAD LibreCAD is a computer-aided design (CAD) Application software, application for 2D design. It is free and open-source software, free and open-source, and available for Unix/Linux, macOS, and Microsoft Windows operating systems. Most of the inte ...
) 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 Debian () is a free and open-source software, free and open source Linux distribution, developed by the Debian Project, which was established by Ian Murdock in August 1993. Debian is one of the oldest operating systems based on the Linux kerne ...
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

FreeCAD was notably presented at FISL 16 in 2015, in
Porto Alegre Porto Alegre (, ; , ; ) is the capital and largest city of the Brazilian Federative units of Brazil, state of Rio Grande do Sul. Its population of roughly 1.4 million inhabitants (2022) makes it the List of largest cities in Brazil, 11th-most p ...
, as well as at the Libre Graphics Meeting in
London London is the Capital city, capital and List of urban areas in the United Kingdom, largest city of both England and the United Kingdom, with a population of in . London metropolitan area, Its wider metropolitan area is the largest in Wester ...
in 2016. These two exhibitions can bring together both developers and users. In 2020, it was during
FOSDEM Free and Open source Software Developers' European Meeting (FOSDEM) is an annual software engineering conference. It is non-commercial and volunteer-organized with a focus on free and open-source software. Initiated in 2000, it is usually held d ...
in
Brussels Brussels, officially the Brussels-Capital Region, (All text and all but one graphic show the English name as Brussels-Capital Region.) is a Communities, regions and language areas of Belgium#Regions, region of Belgium comprising #Municipalit ...
that two of these developers, Yorik Van Havre and Brad Collette made the presentation.


FreeCAD 1.0

The FreeCAD 1.0 version includes several new features, such as the new assembly workbench; fixes for many bugs, including the topological naming problem; unification and correction of many workbenches; very diverse changes and improvements in the user interface and user experience (UI/UX); and a new logo, chosen from five finalists of the public contest created to renew the brand. It was released on November 18, 2024.


New FreeCAD logo

With the release of FreeCAD 1.0 on the horizon, it was decided to make a logo and branding change. At the request of the project managers, the intent of the update was to iterate on the current branding, rather than completely replace it. A public call for proposals opened on March 22 until April 14, 2024 and allowed for a single logo proposal to be uploaded. With multiple and varied proposals, the community came together in a surprising and broad way, generating designs and discussions on many social networks including Reddit, Twitter, Facebook, Discord and the discussion forums themselves. By the time the submission period ended, there were already 46 valid options to choose from. A weighted poll was then conducted that allowed any member of the community to vote for five logos that, in their opinion, best represented the principles, values and representativeness of FreeCAD, or simply worked graphically in the best way. Likewise, there was a massive participation of the community generating opinions and discussions on the relevance or not of the options. By the time the survey was completed, which was on May 1, 2024, there was a participation of about 1500 people who chose their favorite logos, allowing to choose the final logos that would be sent to the maintainer team for their final decision: On May 21, 2024, a final decision had already been made and was announced in all the media and social networks available in the following days, and although there was quite a lot of discussion within the team, it was possible to reach a consensus defined by only one vote compared to the second favorite. In the words of the maintainer team:
FreeCAD has had the same logo for many years, and in recent years the community told the Maintainers team loud and clear that it was time for a change. Thanks to the hard work of Obelisk and a whole cadre of talented designers, a collection of excellent candidates was assembled that kept the spirit of the original logo, but also evolved it, sometimes in unexpectedly delightful ways (the dino-logo holds a special place in my heart). A community vote was conducted to narrow the list to five candidates, and those were presented to the Maintainers team for final decision. That decision was a difficult one: the Maintainers did not achieve a consensus result, and had to simply go with a “majority rules” vote. There were strong opinions about each of the final candidates, and in the end the chosen logo won by a single vote. Thanks to the FreeCAD community for such an outpouring of enthusiasm for the process (over 1500 people voted). There were many great possibilities, and we know that many of your favorites didn’t make the cut. In the end, only one logo could be selected (until next time…). Enjoy!
The winning logo was designed and proposed by Sebastián Tabares
syta.co
in the respective forum and Discord thread, accompanied by a showcase showing the different uses and variations that can be given to the logo, immediately, it got support from many members of the community that from that moment began to give their “touch” to the initiative, including designs for CNC machining, 3D printing, stickers, GIFs, animations, FEM models, merchandise, wallpapers, among many other things. At the time of writing this section, the community is in the process of changing its brand presence in the different resources where the logo is used, such as forums, social networks, wikis, GitHub repositories, etc, in preparation for the release of FreeCAD 1.0; however, there is already an official guideline for the use of the logo in its short, long and mono version; the recommended and prohibited uses, all available i


Release history

* GitHub Files section ()


See also

* Comparison of computer-aided design software * Boundary representation * Constructive solid geometry * Open CASCADE Technology *
Parametric modeling Procedural modeling is an umbrella term for a number of techniques in computer graphics to create 3D models and textures from sets of rules that may be easily changed over time. L-Systems, fractals, and generative modeling are procedural modeli ...
* List of BIM software * List of 3D printing software
FreeCAD wiki


Notes


References


Further reading

* Falck, Daniel; Collette, Brad (2012): ''FreeCAD ow-to Solid Modeling with the Power of Python'',
Packt Publishing Packt is a publishing company founded in 2003 and headquartered in Birmingham, UK, with offices in Mumbai, India. Packt primarily publishes print and electronic books and videos relating to information technology, including programming, web ...
, Birmingham, . * Hinchliffe, Jo; van Havre, Yorik (2022): ''FreeCAD for Makers. From The Makers of HackSpace Magazine'', Raspberri Pi Press
PDF
( CC BY-NC-SA 3.0).


External links

* {{DEFAULTSORT:FreeCAD 2002 software Computer-aided design software for Linux Computer-aided design software for Unix Computer-aided design software for Windows Engineering software that uses Qt Free computer-aided design software Free software programmed in C++ Free software programmed in Python MacOS computer-aided design software BIM software Software using the GNU Lesser General Public License Software that uses VTK