docs(vde-feedback): update overview -- Batch 7-9: cumulative integration (78 modules, +8 new modules)
This commit is contained in:
@@ -43,12 +43,23 @@ reporter: ViewDesign
|
||||
| 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 | ✅ 已构建 |
|
||||
| vd_core_selfilter (selection_filter) | 几何筛选: 体积/面积/包围盒范围过滤 + passesGeometryFilter + passesFilter | ✅ 已构建 |
|
||||
| vd_core_reporting (report_manager) | Shape自动报告: geometrySection + geometrySnapshot + quickGeometryReport | ✅ 已构建 |
|
||||
| vd_script_autolisp (autolisp_interpreter) | AutoLISP Shape内置函数: shape-create + shape-volume + shape-area + evalToShapeJson | ✅ 已构建 |
|
||||
| vd_core_clipboard (clipboard_manager) | Shape复制粘贴: copyShape + pasteShape + shapeToClipJson + shapeFromClipJson | ✅ 已构建 |
|
||||
| vd_project_manager (project_manager) | 项目几何验证: validateProjectGeometries + computeProjectBoundingBox + computeGeometryStats | ✅ 已构建 |
|
||||
| vd_core_views (view_manager) | 相机几何: cameraToViewMatrix + computePickRay + isShapeVisible + shapeScreenCoverage | ✅ 已构建 |
|
||||
| vd_core_xref (xref_manager) | 参照变换: xrefTransformMatrix + computeXrefBoundingBox + transformShapeByXref | ✅ 已构建 |
|
||||
| vd_core_groups (group_manager) | 组几何: computeGroupBoundingBox + computeGroupVolume + computeGroupSurfaceArea + countIntersectingShapes | ✅ 已构建 |
|
||||
| vd_core_hatch (hatch_manager) | 填充几何: estimateHatchLineCount + hatchDensity + recommendPattern | ✅ 已构建 |
|
||||
| vd_core_enttemplate (entity_template_manager) | 模板验证: validateTemplateForShape + recommendLineweight | ✅ 已构建 |
|
||||
| vd_core_selsets (selection_set_manager) | 选择集空间查询: computeSetBoundingBox + computeSetGeometryStats + filterBySpatialRegion | ✅ 已构建 |
|
||||
|
||||
### 反馈闭环验证
|
||||
|
||||
VDE-019~026 全部 Fixed。v1.0.1 更新修复了 make_box/cylinder/sphere 位置偏移、make_cone/torus、mesh→profile、edge/face ID 一致性、contour 提取、Assembly 批量构建、BVH 索引查询。良性迭代机制运转良好。
|
||||
|
||||
### 累计集成模块: 75 个 ViewDesign 模块已通过 vd_geom 间接使用 VDE
|
||||
### 累计集成模块: 78 个 ViewDesign 模块已通过 vd_geom 间接使用 VDE
|
||||
|
||||
核心几何功能(布尔运算/测量/验证/干涉/GD&T等)→ vd_geom 统一抽象层 → 全 ViewDesign 模块共享
|
||||
|
||||
|
||||
Reference in New Issue
Block a user