File size: 515 Bytes
985c397 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /** @defgroup CORE Core
The core components of FreeCAD.
FreeCAD's core consists of 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.
*/
/** @defgroup WORKBENCHES Workbenches
*/
/** @defgroup EMBEDDED Embedded 3rd party libraries
Important tools and libraries incorporated to FreeCAD.
*/
|