Vývojářské centrum
Toto je místo kam jít, jestliže se chcete zúčastnit vývoje software FreeCADu.
Tyto stránky jsou zatím v ranném vývoji. Nemůžete-li najít informace, které hledáte nebo jste našli informace, na které zatím nemáme odkazy, přidejte prosím komentář na forum a někdo se na to podívá (nebo jste-li dost smělí, můžete upravit tyto stránky přímo sami!).
Developer Documentation
Dokumentace pro vývojáře
Dokumentace pro vývojáře zahrnuje následující sekce:
Compiling FreeCAD
Udělejte sami: Kompilace FreeCADu
- Správa zdrojového kódu
- Vyledání podpory máte-li problém nebo si myslíte, že jste odhalili chybu
- Kompilace na Windows
- Kompilace na Unixu
- Kompilace na Mac OS X
- Detaily licence - o licenci FreeCADu
- Knihovny třetích stran
- Nástroje třetích stran
- Spuštění a konfigurace
- Zdrojová dokumentace
Packaging
Packaging consists in taking the compiled binaries and Python source files of FreeCAD, and distributing them for use in a particular system.
Build Support Tools
Nástroje pro podporu buildu
- Nástroj pro build FreeCADu
- Přidávání aplikačního modulu do FreeCADu
- Ladění FreeCADu
- Testování FreeCADu
Modifying FreeCAD
Modifikace FreeCADu
- Vylepšování vzhledu FreeCADu nebo pracovní plochy
- Branding aneb jak dát FreeCADu unikátní vzhled
- Předloha - směrujeme FreeCAD k tomu aby mohl být opakovaně využitelný
- Překlad FreeCADu
- Dodatečné moduly Pythonu, aneb jak rozšířit funkcionalitu Pythonu ve FreeCADu
Module developer's guide
FreeCAD Mod Dev Guide: This is an ebook under writing on github, please fork and send pull request to contribute.
Chapters:
- Overview and Software Architecture
- Source code structure
- Base and App module
- Gui module
- Python wrapping
- Modular design
- Fem module source analysis (mixed C++ and Python)
- Development of CFD Module (pure Python)
- Module testing and debugging
- Contribute code with git
Latest pdf preview can be downoaded from pdf folder of this git repo
Internals
Dokumentace OpenCascade
- Roman Lygin's tutorials
- Online class reference. Poslední verze online nápovědy která je dostupná tímto způsobem, je sice už trochu zastaralá, ale stále ještě odpovídající. Je to asi výhodnější než muset stahovat jeden veliký soubor, což byste museli udělat, pokud byste chtěli nejnovější verzi.
- The openCascade wiki
OpenCascade is a software development platform for 3D surface and solid modeling, CAD data exchange, and visualization, mostly in the form of C++ libraries.
- Roman Lygin's tutorials
- Full Online Documentation
- Reference Manual
- The openCascade wiki (currently containing ?? Chinese spam)
File format
File Format FCStd. The files created with FreeCAD are .zip
files that include the BREP geometry, as well as XML data that describes the document.
Sketcher solver
- Sketcher Solver Architecture Booklet (forum thread), source in GitHub.
- PlaneGCS solver in the FreeCAD source code; important files are GCS.cpp and SubSystem.cpp.
- Recent Several Sketcher improvements.
The sketcher solver isn't perfect, as there are some issues with numerical precision when using large values, see Adventure of fixing sketcher solver for large sketches.
The development of a new solver architecture could improve the way the solver is used both in the Sketcher Workbench, and for assembly of 3D bodies. See Reimplementing constraint solver.
Roadmap
Plány FreeCADu
FreeCAD, ačkoli už je použitelný v určité oblasti, je na začátku dlouhé cesty mezi významné CADy. Je toho potřeba ještě mnoho udělat pro dosažení stavu kdy bychom se mohli srovnávat s komerčními softwary.
Community
- IRC channel ,synchronized with gitter channel
- Development forum
Příspěvky

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub