Core

These are the core components of FreeCAD. More...

Modules

 Base
 Basic structures used by other FreeCAD components.
 
 App
 The part of FreeCAD that works without GUI (console or server mode)
 
 Gui
 The Graphical User Interface of FreeCAD and the 3D View.
 

Detailed Description

These are the core components of FreeCAD.

It groups the Base classes, and the main components of FreeCAD core, spread over their App and Gui sides. Core components are programmed in C++ but provide a broad Python API too. Most of FreeCAD functionality, however, is defined in Workbenches.