Difference between revisions of "FreeCAD/FreeCAD setup"

From Wiki.OSArch
(Created page with "[https://www.freecadweb.org FreeCAD] is an open-source multi-purpose, generic, feature-based parametric modeling application. It runs on Windows, Mac and Unixes/Linux. On Linu...")
 
(adding dcoumentation template)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[https://www.freecadweb.org FreeCAD] is an open-source multi-purpose, generic, feature-based parametric modeling application. It runs on Windows, Mac and Unixes/Linux. On Linux it is generally found inside your package manager, on other platforms your best choice is to grab the latest release from the [https://github.com/FreeCAD/FreeCAD/releases FreeCAD github releases page].
+
{{FreeCAD_Documentation}}
  
FreeCAD features a specific [https://github.com/yorikvanhavre/BIM_Workbench BIM workbench] that can be installed from menu '''Tools->Addon Manager''' once FreeCAD is installed. The BIM workbench is still a work-in-progress (in the open-source world nothing is never really "finished"), but already allows you to do a full BIM workflow and all the operations that are commonly done with other BIM applications, such as modelling, managing BIM properties of objects, producing 2D documents, and working with IFC files.
+
[https://www.freecadweb.org FreeCAD] is an open-source multi-purpose, generic, feature-based parametric modeling application. It runs on Windows, Mac and Unixes/Linux. On Linux it is generally found inside your package manager, on other platforms, or if you want a more bleeding-edge version of what your Linux distribution offers, your best choice is to grab the latest release from the [https://github.com/FreeCAD/FreeCAD/releases FreeCAD github releases page].
 +
 
 +
FreeCAD features a specific [https://wiki.freecadweb.org/BIM_Workbench BIM workbench] that can be installed from menu '''Tools->Addon Manager''' once FreeCAD is installed. The BIM workbench is still a work-in-progress (in the open-source world nothing is never really "finished"), but already allows you to do a full BIM workflow and all the operations that are commonly done with other BIM applications, such as modelling, managing BIM properties of objects, producing 2D documents, and working with IFC files.
  
 
To be able to import/export IFC files, an additional component named [http://www.ifcopenshell.org/ IfcOpenShell] must also be installed. The best way to obtain it is by grabbing an automatic build from the [https://github.com/IfcOpenBot/IfcOpenShell/commits/v0.6.0 IfcOpenBot] repository. Look for further instructions on the [https://wiki.freecadweb.org/Arch_IFC FreeCAD wiki].
 
To be able to import/export IFC files, an additional component named [http://www.ifcopenshell.org/ IfcOpenShell] must also be installed. The best way to obtain it is by grabbing an automatic build from the [https://github.com/IfcOpenBot/IfcOpenShell/commits/v0.6.0 IfcOpenBot] repository. Look for further instructions on the [https://wiki.freecadweb.org/Arch_IFC FreeCAD wiki].
Line 7: Line 9:
 
When switching to the BIM workbench for the first time, a welcome dialog will show, giving you hints as what to do next. Basically it involves setting up a couple of preference options, such as you preferred working unit (which you can change anytime while working or even work with mixed units), and a couple of default values such as colors and the default work plane grid.
 
When switching to the BIM workbench for the first time, a welcome dialog will show, giving you hints as what to do next. Basically it involves setting up a couple of preference options, such as you preferred working unit (which you can change anytime while working or even work with mixed units), and a couple of default values such as colors and the default work plane grid.
  
The BIM workbench also features an in-game tutorial, which will walk you through the whole process of setting FreeCAD up and building a simple model, up to producing 2D drawings and exporting IFC files.
+
The BIM workbench also features an in-game tutorial found in menu '''Help->BIM tutorial''', which will walk you through the whole process of setting FreeCAD up and building a simple model, up to producing 2D drawings and exporting IFC files.
 +
 
 +
There are many resources to help you learn FreeCAD and doing BIM modeling with it. Start with the [https://wiki.freecadweb.org/BIM_Workbench BIM workbench documentation], or have a look at the [https://wiki.freecadweb.org/Tutorials tutorials section] on the FreeCAD wiki, or the [https://www.youtube.com/playlist?list=PLmKdGVtV5Vnt2cj4IZIv9FM39QHaE1ZaU BIM with FreeCAD] video series on youtube.
 +
 
 +
Also check [[FreeCAD setting up a model for IFC export]] on this wiki.
 +
 
 +
[[Category:FreeCAD]] [[Category:Software]]

Revision as of 08:38, 11 August 2020

Icon FreeCAD.png This page is FreeCAD documentation. Full documentation is available at the FreeCAD documentation wiki. All articles in the OSArch wiki related to FreeCAD can be seen in the FreeCAD Category


FreeCAD is an open-source multi-purpose, generic, feature-based parametric modeling application. It runs on Windows, Mac and Unixes/Linux. On Linux it is generally found inside your package manager, on other platforms, or if you want a more bleeding-edge version of what your Linux distribution offers, your best choice is to grab the latest release from the FreeCAD github releases page.

FreeCAD features a specific BIM workbench that can be installed from menu Tools->Addon Manager once FreeCAD is installed. The BIM workbench is still a work-in-progress (in the open-source world nothing is never really "finished"), but already allows you to do a full BIM workflow and all the operations that are commonly done with other BIM applications, such as modelling, managing BIM properties of objects, producing 2D documents, and working with IFC files.

To be able to import/export IFC files, an additional component named IfcOpenShell must also be installed. The best way to obtain it is by grabbing an automatic build from the IfcOpenBot repository. Look for further instructions on the FreeCAD wiki.

When switching to the BIM workbench for the first time, a welcome dialog will show, giving you hints as what to do next. Basically it involves setting up a couple of preference options, such as you preferred working unit (which you can change anytime while working or even work with mixed units), and a couple of default values such as colors and the default work plane grid.

The BIM workbench also features an in-game tutorial found in menu Help->BIM tutorial, which will walk you through the whole process of setting FreeCAD up and building a simple model, up to producing 2D drawings and exporting IFC files.

There are many resources to help you learn FreeCAD and doing BIM modeling with it. Start with the BIM workbench documentation, or have a look at the tutorials section on the FreeCAD wiki, or the BIM with FreeCAD video series on youtube.

Also check FreeCAD setting up a model for IFC export on this wiki.