docs(vde-feedback): update overview -- Batch 5: vd_script_python + vd_ai_multimodal + vd_ai_collab VDE integration
CI / Build & Test (push) Failing after 34s
CI / Release Build (push) Failing after 36s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
2026-07-28 20:01:27 +08:00
parent 68e32548d5
commit a0b2d2a211
+4 -1
View File
@@ -40,12 +40,15 @@ reporter: ViewDesign
| vd_ai_generative (lattice_generator) | 点阵→Shape自动转换 + 体积计算 + 过悬垂检测 | ✅ 已构建 |
| vd_ai_generative (text_to_3d) | CSG树→Shape评估: 基本体映射 + 布尔融合/切割/求交 | ✅ 已构建 |
| vd_render (viewport) | Shape加载渲染: loadShape + 相机自动适配 + 实时更新 | ✅ 已构建 |
| vd_script_python (python_bridge) | Shape Python API: registerShapeModule + shapeToJson + executeShapeScript | ✅ 已构建 |
| vd_ai_multimodal (multimodal_manager) | 手势→Shape转换: gestureToShape + gesturePathToShape + recognizeDrawingGesture | ✅ 已构建 |
| vd_ai_collab (design_reviewer) | Shape对比审查: compareShapeGeometry + computeShapeReviewScore + detectShapeChange | ✅ 已构建 |
### 反馈闭环验证
VDE-019~026 全部 Fixed。v1.0.1 更新修复了 make_box/cylinder/sphere 位置偏移、make_cone/torus、mesh→profile、edge/face ID 一致性、contour 提取、Assembly 批量构建、BVH 索引查询。良性迭代机制运转良好。
### 累计集成模块: 50+ 个 ViewDesign 模块已通过 vd_geom 间接使用 VDE
### 累计集成模块: 67 个 ViewDesign 模块已通过 vd_geom 间接使用 VDE
核心几何功能(布尔运算/测量/验证/干涉/GD&T等)→ vd_geom 统一抽象层 → 全 ViewDesign 模块共享