Multithreading

From FreeCAD Documentation
Revision as of 10:34, 28 June 2019 by Kunda1 (talk | contribs) (Created page with "{{VeryImportantMessage|This is a stub that needs expanding.}} == Multithreading in FreeCAD == * Some 3rd party libraries do some multi-threading like the CAD kernel OCC for bo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a stub that needs expanding.

Multithreading in FreeCAD

  • Some 3rd party libraries do some multi-threading like the CAD kernel OCC for boolean operations or the tessellation to create a display mesh from the model.
  • The Eigen3 library which is heavily used for the Sketcher also supports multi-threading. (source)

Related links