Ovo je mjesto gdje ste pozvani da razvijate i uređujete FreeCAD software.
These pages are in the early stage of development. If you can't find the information you are looking for, or have found useful information somewhere we have not linked to, then please leave a comment on the forum and someone will look into it (or, if you are feeling bold, why not edit this page directly!).
The developer documentation comprises the following sections:
Packaging consists in taking the compiled binaries and Python source files of FreeCAD, and distributing them for use in a particular system.
FreeCAD Mod Dev Guide: This is an ebook under writing on github, please fork and send pull request to contribute.
Chapters:
Latest pdf preview can be downoaded from pdf folder of this git repo
OpenCascade is a software development platform for 3D surface and solid modeling, CAD data exchange, and visualization, mostly in the form of C++ libraries.
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.
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.
FreeCAD, though usable in certain areas, is at the beginning of a long way into the CAD mainstream. There is still a lot to do to reach a state where we can compete with commercial software.