Documentação para desenvolvedores

From FreeCAD Documentation
Revision as of 16:13, 13 March 2024 by Dikluwe (talk | contribs) (Created page with "== Roteiro ==")


Este é o lugar para vir se você quiser contribuir para o desenvolvimento do programa FreeCAD.

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!).

Documentação do desenvolvedor

The developer documentation comprises the following sections:

Compilação do FreeCAD

Empacotamento

Empacotamento consiste em pegar os binários compilados e os arquivos fonte Python do FreeCAD, e distribuí-los para uso em um sistema específico.

Construir ferramentas de suporte

Modificando o FreeCAD

Guia do desenvolvedor do módulo

FreeCAD Mod Dev Guide: Este é um e-book escrito no github, bifurque e envie uma solicitação pull para contribuir.

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

A amostra mais recente do PDF pode ser baixada na pasta de PDF deste repositório git.

Internos

Documentação do OpenCascade

OpenCascade is a software development platform for 3D surface and solid modeling, CAD data exchange, and visualization, mostly in the form of C++ libraries.

Formato de arquivo

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.

Solucionador de esboços

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.

Roteiro

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.

FreeCAD 1.0 Development Cycle

Comunidade

Credits

Contributors