Developer hub/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 22: Line 22:
* [[Start up and Configuration]]
* [[Start up and Configuration]]
* [[Source documentation]]
* [[Source documentation]]

=== Packaging ===

* [[Debian_development|Debian development]]
* [[Debian_Unstable|Debian Unstable]]
* [[Gi_buildpackage|Git buildpackage]]


=== Construiți instrumente de sprijin ===
=== Construiți instrumente de sprijin ===
Line 42: Line 48:
*[[Google Summer of Code]] implicați-vă prin intermediul programului Google de asistență pentru studenți
*[[Google Summer of Code]] implicați-vă prin intermediul programului Google de asistență pentru studenți
</div>
</div>

* [[Translating an external workbench]]


=== Ghidul deszvoltatorului de Module ===
=== Ghidul deszvoltatorului de Module ===
Line 61: Line 69:
Cel mai recent preview pdf poate fi descărcat din depozitul: git[https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/tree/master/pdf pdf folder]
Cel mai recent preview pdf poate fi descărcat din depozitul: git[https://github.com/qingfengxia/FreeCAD_Mod_Dev_Guide/tree/master/pdf pdf folder]


=== Internals ===
* [[Translating an external workbench]]


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 77: Line 85:
* [https://dev.opencascade.org/doc/refman/html/index.html Reference Manual]
* [https://dev.opencascade.org/doc/refman/html/index.html Reference Manual]
* [http://opencascade.wikidot.com The openCascade wiki] (currently containing ?? Chinese spam)
* [http://opencascade.wikidot.com The openCascade wiki] (currently containing ?? Chinese spam)

==== Sketcher solver ====

* [https://forum.freecadweb.org/viewtopic.php?f=10&t=36355 Sketcher Solver Architecture Booklet] (forum thread), [https://github.com/abdullahtahiriyo/FreeCADBooks/tree/master/FreeCAD_Solver_Architecture source] in GitHub.
* [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Sketcher/App/planegcs/ PlaneGCS solver] in the FreeCAD source code; important files are [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Sketcher/App/planegcs/GCS.cpp GCS.cpp] and [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Sketcher/App/planegcs/SubSystem.cpp SubSystem.cpp].
* [https://forum.freecadweb.org/viewtopic.php?f=9&t=29192 Recent Several Sketcher improvements].

The sketcher solver isn't perfect, as there are some issues with numerical precision when using large values, see [https://forum.freecadweb.org/viewtopic.php?f=10&t=40502 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|Sketcher Workbench]], and for assembly of 3D bodies. See [https://forum.freecadweb.org/viewtopic.php?f=20&t=40525 Reimplementing constraint solver].


== Foaie de parcurs ==
== Foaie de parcurs ==

Revision as of 09:33, 13 November 2019

150
150

Acesta este locul unde veți veni dacă doriți să contribuiți la dezvoltarea software-ului FreeCAD.

Aceste pagini sunt în stadiu incipient de dezvoltare. Dacă nu găsiți informațiile pe care le căutați, sau aveți invormații utile undeva unde nu am făcut link-ul, atunci vă rog lăsați un comentariu pe forum și cineva se va uita acole la el (sau, dacă te simți îndrăzneț, de ce să nu editezi direct această pagină!).


Documentație Dezvoltatori

Documentația dezvoltatorului a inclus următoarele secțiuni:

Fă-o singur: Compilare FreeCAD

Packaging

Construiți instrumente de sprijin

Modificarea FreeCAD

Ghidul deszvoltatorului de Module

FreeCAD Mod Dev Guide: Aceasta este o carte electronică scrisă pe github. "Este un proiect colaborativ și sunteți binevenit să adăugați îmbunătățiri" Vă rugăm să ne trimiteți cererea dvs. de a vă aduce contribuția.

Capitole:

  • 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

Cel mai recent preview pdf poate fi descărcat din depozitul: gitpdf folder

Internals

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

Sketcher solver

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.

Foaie de parcurs

FreeCAD, deși utilizabilă în anumite domenii, este la începutul unei lungi drumuri în marele curent CAD. Mai sunt încă multe de făcut pentru a ajunge la o stare în care putem concura cu software comercial.

Credits

Contributors