docs: complete documentation polish — CHANGELOG v3.1-v3.5, README update, plan cleanup, v3.6 ideas
CI / Build & Test (push) Failing after 1m32s
CI / Release Build (push) Failing after 31s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 14:13:26 +00:00
parent d9a673257e
commit 2c59c55c6b
9 changed files with 140 additions and 41 deletions
+47
View File
@@ -1,5 +1,52 @@
# 更新日志
## [3.5.0] — 2026-07-24
### 性能+实战
- 布尔运算缓存加速(mesh_cache + AABB 预检)
- 测量工具:distance / surface_area / volume / centroid
- 实战零件示例:法兰(flange)+ 齿轮(gear
- 参数特征树:FeatureNode 递归求值 + FeatureHistory undo/redo
- 装配约束:Coincident / Concentric / Tangent / Distance / Parallel / Perpendicular / Angle
## [3.4.0] — 2026-07-24
### 制造就绪
- B-Rep 布尔集成面分割(质量大幅提升)
- CAM 刀具路径:offset_contour + contour_toolpath + pocket_toolpath + G-code 导出
- NURBS 曲面-曲面求交(递归细分 + Newton 精化)
## [3.3.0] — 2026-07-24
### 工业强化
- B-Rep face splittingsplit_face_by_plane
- WebGL 3D 查看器(viewer/index.html,拖放 GLB/STL
- 教程文档 3 篇(快速开始 / SDF / B-Rep
- 模糊测试(SDF / Boolean / Format round-trip
- DEB 打包(packaging/build-deb.sh
## [3.2.0] — 2026-07-24
### CI/CD + 3MF + 装配体
- CI/CD 配置(.gitea/workflows/build.yml
- Python 绑定(pyproject.toml + setup.py
- 3MF 格式导入/导出(零外部依赖 ZIP 实现)
- B-Rep 装配体树(Assembly + AssemblyNode
- 性能基准修复 + 基线报告
## [3.1.0] — 2026-07-24
### 文档 + 示例 + NURBS 操作
- Doxygen API 文档(76 头文件,483 页 HTML
- Gitea Wiki12 页在线 API 参考)
- Markdown API 参考手册(6942 行)
- 3D 打印示例(08_3d_print
- B-Rep 制造示例(09_brep_fab
- Python SDF 优化示例
- NURBS 高级操作(offset / trim / blend / ruled / coons / extrude
- Marching Cubes SEGFAULT 修复
## [3.0.0] — 2026-07-24
### 全线测试通过(476+ / 476+