Developer hub/zh-cn: Difference between revisions

From FreeCAD Documentation
(Created page with "==== Sketcher求解器 ====")
No edit summary
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
=== 编译 FreeCAD ===
=== 编译 FreeCAD ===


<div class="mw-translate-fuzzy">


*[https://github.com/FreeCAD/FreeCAD Github 代码库]. 如果你是git新手, 请阅读[[Source code management|Source code management]]
*[https://github.com/FreeCAD/FreeCAD Github 代码库]. 如果你是git新手, 请阅读[[Source code management|Source code management]]
Line 22: Line 23:
* [[Compile_on_Linux|在Linux上编译]]
* [[Compile_on_Linux|在Linux上编译]]
* [[Compile_on_MacOS|在Mac OS X上编译]]
* [[Compile_on_MacOS|在Mac OS X上编译]]
* 关于FreeCAD的[[Licence/zh-cn|许可协议细节]]
* 关于FreeCAD的[[License/zh-cn|许可协议细节]]
* [[Third Party Libraries|第三方程序库]]
* [[Third Party Libraries|第三方程序库]]
* [[Third Party Tools|第三方工具库]]
* [[Third Party Tools|第三方工具库]]
Line 28: Line 29:
* [[Source documentation/zh-cn|源文档]]
* [[Source documentation/zh-cn|源文档]]
* 当你有问题或你认为发现了一个bug的时候,请使用 [[Tracker|bug tracker]] 。
* 当你有问题或你认为发现了一个bug的时候,请使用 [[Tracker|bug tracker]] 。
</div>


<span id="Packaging"></span>
<span id="Packaging"></span>

Latest revision as of 16:53, 4 April 2024


如果你对开发FreeCAD软件有兴趣,想贡献于这个项目的开发,这里正有你该了解的内容。

这些页面还处于开发的早起阶段。如果你找不到想看的信息,如果你在别处看到了有用的信息,而我们没有链接在这里,那么请在论坛里留下你的评论。会有人仔细看,认真处理它们的(或者,大胆如你,为什么不直接编辑这个页面呢?)。

开发者文档

开发者文档由以下部分构成:

编译 FreeCAD

打包

打包 包括取得编译好的FreeCAD的二进制文件和Python源文件和将他们分发到使用的系统中

制作支持工具

修改FreeCAD

模块开发者指南

FreeCAD模块开发指南:这是一本在Github上写作的电子书。如要贡献,请fork然后发送pull request。

章节:

  • 总体情况和软件架构
  • 源代码结构
  • Base和App模块
  • Gui模块
  • Python包封
  • 模块设计
  • FEM模块源代码分析(混合了C++和Python)
  • CFD模块的开发(纯Python)
  • 模块测试和纠错
  • 通过git贡献代码

这个git仓库的最新pdf预览版,可以在pdf文件夹下载到。

内部结构

OpenCascade文档

OpenCascade是一个用于三维曲面和实体建模、CAD数据交换和可视化的软件开发平台,主要采用c++库的形式出现。

文件格式

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求解器

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虽然在特定领域已经可用了,但是在跨入主流CAD的路途上,它才走了万里长征第一步。要登上与商业软件一争高下的平台,我们还有很多工作要做。

FreeCAD 1.0 开发周期

社区

信用

贡献者