Multithreading
Questo è un argomento che deve essere ampliato.
Multithreading in FreeCAD
- Alcune librerie di terze parti eseguono il multi-threading come il kernel CAD OCC per operazioni booleane o la tassellatura per creare una mesh di visualizzazione dal modello.
- La libreria Eigen3, molto utilizzata per Sketcher, supporta anche il multi-threading. (fonte)
Link correlati
- Thread di FreeCAD discussione su come esiste un supporto mulitithreading parziale.
- https://forum.freecadweb.org/viewtopic.php?f=3&t=37327&p=317539#p317535
- FreeCAD e multicore - multithread un thread del forum su multicore - supporto multithread.

- FreeCAD scripting: Python, Introduction to Python, Python scripting tutorial, FreeCAD Scripting Basics
- Modules: Builtin modules, Units, Quantity
- Workbenches: Workbench creation, Gui Commands, Commands, Installing more workbenches
- Meshes and Parts: Mesh Scripting, Topological data scripting, Mesh to Part, PythonOCC
- Parametric objects: Scripted objects, Viewproviders (Custom icon in tree view)
- Scenegraph: Coin (Inventor) scenegraph, Pivy
- Graphical interface: Interface creation, Interface creation completely in Python (1, 2, 3, 4, 5), PySide, PySide examples beginner, intermediate, advanced
- Macros: Macros, How to install macros
- Embedding: Embedding FreeCAD, Embedding FreeCADGui
- Other: Expressions, Code snippets, Line drawing function, FreeCAD vector math library (deprecated)
- Hubs: User hub, Power users hub, Developer hub