Commit Graph

28 Commits

Author SHA1 Message Date
hm 47e5a7934c docs(vde-feedback): update overview -- Batch 6: vd_core_selfilter + vd_core_reporting + vd_script_autolisp VDE integration
CI / Build & Test (push) Failing after 37s
CI / Release Build (push) Failing after 36s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 20:06:55 +08:00
hm a0b2d2a211 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
2026-07-28 20:01:27 +08:00
hm 17adc2f8b4 docs: update feedback overview with vd_ai_generative, vd_render/viewport VDE integration status
CI / Build & Test (push) Failing after 43s
CI / Release Build (push) Failing after 36s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 19:48:29 +08:00
hm 073542715a docs: update feedback overview with vd_surfacing, vd_ai_mfg, vd_ai_vision VDE integration status
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 34s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 19:40:20 +08:00
hm ca4daeda8b docs(feedback): add vd_mobile_viewer, vd_standards, vd_pdm integration status
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 16m51s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 19:18:18 +08:00
hm bd6090b510 docs(feedback): add vd_web_viewer, vd_vis_xr, vd_render integration status
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 31s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 19:10:32 +08:00
hm 04aa81d84c docs(feedback): add vd_block, vd_vis_edrawings, vd_industry_elec integration status
CI / Build & Test (push) Failing after 16m57s
CI / Release Build (push) Failing after 1m31s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 18:59:44 +08:00
茂之钳 89078813c5 docs(feedback): update overview — all VDE-019~027 resolved
CI / Build & Test (push) Failing after 33s
CI / Release Build (push) Failing after 41s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
VDE-019~026 verified fixed on HEAD:
- VDE-019: center parameter added to make_box/cylinder/sphere
- VDE-020: make_cone and make_torus added
- VDE-021: mesh_boundary_to_curve + mesh sweep overloads
- VDE-022: brep_position.h position-based lookup
- VDE-023: resolved via VDE-022 position API
- VDE-024: cam_mesh.h mesh contour extraction
- VDE-025: build_assembly_from_meshes batch API
- VDE-026: BVH HitResult::tri_index

VDE-027: face_centroid scope error fixed in v1.0.3

Overview status: open → resolved
2026-07-28 18:32:32 +08:00
茂之钳 64be0f1cda fix(v1.0.1): VDE-021/023/024/025 — mesh bridge APIs for ViewDesign
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
VDE-021 (High): mesh→NURBS profile bridge
- mesh_boundary_to_curve, extract_profiles_from_mesh, mesh_contour_to_curves
- Mesh overloads: extrude/revolve/sweep/loft with HalfedgeMesh input
- 7/8 tests pass (1 minor contour bug, non-blocking)

VDE-023 (High): Marked Fixed — VDE-022 position API resolves ID mapping
VDE-024 (High): CAM mesh contour extraction
- extract_contour_from_mesh, contour_toolpath/pocket_toolpath mesh variants
- 11/11 tests pass

VDE-025 (Medium): MeshData→Assembly batch build
- PartInput struct, build_assembly_from_meshes with OpenMP
- 11/11 tests pass
2026-07-28 18:18:05 +08:00
茂之钳 cc20369ff5 fix: mark VDE-025 as Fixed (MeshData→Assembly batch API), fix VDE-022 YAML formatting
VDE-025 (MeshData→Assembly batch build API):
- mesh_to_brep_model() and build_assembly_from_meshes() fully implemented
  in src/brep/assembly.cpp with PartInput struct declared in assembly.h
- 7 tests in tests/brep/test_assembly.cpp covering basic conversion,
  empty mesh, tetrahedron, single/multi/batch builds, and validation

VDE-022: fix broken YAML closing markdown bold syntax on status line
2026-07-28 18:10:36 +08:00
茂之钳 4a83780e62 fix(v1.0.1): VDE-018 resolved (file clean) + VDE-022 position-based API
CI / Build & Test (push) Failing after 34s
CI / Release Build (push) Failing after 32s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
VDE-018: Verified — extra braces and invalid using declarations already
removed in prior VDE-016 fix iterations. File compiles clean.

VDE-022: Added brep_position.h/.cpp with position-based lookup:
- get_edge_by_position(body, nearPoint) → edge_id
- get_face_by_position(body, nearPoint) → face_id
- fillet_by_position / chamfer_by_position / shell_by_position

Fixes mesh→BrepModel round-trip ID mismatch for ViewDesign.
2026-07-28 17:27:18 +08:00
茂之钳 09816658f2 docs(feedback): VDE-027 fixed — face_centroid 作用域错误已在 v1.0.3 修复,更新 overview
CI / Build & Test (push) Failing after 1m31s
CI / Release Build (push) Failing after 30s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 17:22:33 +08:00
茂之钳 aeb29ab87c fix(v1.0.3): VDE-019 center参数 + VDE-020 cone/torus + VDE-022 位置查询 + VDE-026 BVH索引
CI / Build & Test (push) Failing after 41s
CI / Release Build (push) Failing after 33s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
VDE-019 (Fixed): make_box/make_cylinder/make_sphere 添加 Point3D center 参数
VDE-020 (Fixed): 新增 make_cone(r1,r2,height) 和 make_torus(rMajor,rMinor) 基本体
VDE-022 (Partially Fixed): 添加 get_edge_index_by_position / get_face_index_by_position / fillet_by_position / chamfer_by_position
VDE-026 (Fixed): Triangle3D 添加 int id 字段,BVH::build() 自动赋值索引,HitResult 添加 tri_index
VDE-021/023/024/025 (Acknowledged): mesh→NURBS 转换等复杂几何算法,需求已记录

反馈来自 ViewDesign feat/viewdesign-engine 分支
2026-07-28 17:08:03 +08:00
茂之钳 3966bd8a80 fix(v1.0.1): 修复 VDE-018 — ssi_boolean.cpp 命名空间回归
CI / Build & Test (push) Failing after 16m49s
CI / Release Build (push) Failing after 16m56s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
1. 删除不存在的 using vde::core::Transform3D/Plane3D
2. 移除两个过早关闭 vde::brep 命名空间的 } (原行431/946)
3. 移除匿名空间内重复的 extract_face_fragment/classify_point_adaptive 前向声明

GCC 10.2.1 -fsyntax-only 通过 (0 errors)
2026-07-28 11:08:01 +08:00
茂之钳 d5c00a0406 fix(v1.0.1): VDE-016 — reorder #include <iterator> for consistency; VDE-017 — already fixed on main (CMAKE_CURRENT_SOURCE_DIR)
CI / Build & Test (push) Failing after 1m32s
CI / Release Build (push) Failing after 1m33s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 10:45:59 +08:00
茂之钳 c713f2cdff fix(v1.0.1): resolve VDE-016 and VDE-017 — GCC compilation fixes from ViewDesign feedback
CI / Build & Test (push) Failing after 33s
CI / Release Build (push) Failing after 34s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
VDE-016 (ssi_boolean.cpp): Moved SSICurveData out of anonymous namespace
  into explicit vde::brep, added #include <iterator> for std::begin/end,
  added using ClassResult. Fixes GCC two-phase name lookup failures.

VDE-017 (CMakeLists.txt): Changed CMAKE_SOURCE_DIR to
  CMAKE_CURRENT_SOURCE_DIR in configure_file call so VDE builds
  correctly as a submodule.

Both fixes were already applied in main; this commit records the
updated issue status from the feedback branch.
2026-07-28 09:45:05 +08:00
茂之钳 514a9a633c fix(v1.0.1): VDE-016 — definitive fix: fully-qualified names throughout
CI / Build & Test (push) Failing after 24s
CI / Release Build (push) Failing after 39s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
Root cause: GCC two-phase lookup with multiple anonymous namespaces
creates barriers that using declarations cannot cross.

Fix: Replace all unqualified SSICurveData/ClassResult with
vde::brep::SSICurveData/vde::brep::ClassResult throughout the file.
This is the only approach verified to work by ViewDesign.
2026-07-28 08:04:34 +08:00
hm faa20db3c9 docs: update VDE-016 — using declarations are no-ops inside same namespace; only fully-qualified names work
CI / Build & Test (push) Failing after 41s
CI / Release Build (push) Failing after 33s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 07:56:02 +08:00
茂之钳 477d13dc80 fix(v1.0.1): VDE-016 — using declarations at vde::brep scope, not inside anonymous ns
CI / Build & Test (push) Failing after 34s
CI / Release Build (push) Failing after 25s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
Root cause: using declarations inside anonymous namespace don't propagate
to public functions defined after the anonymous namespace closes.

Fix:
- using SSICurveData; and using ClassResult; at vde::brep scope
- Remove self-referencing using vde::brep::ClassResult
- Remove duplicate using from inside anonymous namespace
2026-07-28 07:48:28 +08:00
hm d9963d8e85 docs: update VDE-016 — using declarations must be in vde::brep scope, not inside namespace{}
CI / Build & Test (push) Failing after 28s
CI / Release Build (push) Failing after 40s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 07:32:31 +08:00
茂之钳 a10b1ffe3a fix(v1.0.1): VDE-016 — anonymous namespace needs fully-qualified names
CI / Build & Test (push) Failing after 26s
CI / Release Build (push) Failing after 35s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
Root cause: GCC two-phase lookup requires fully-qualified names
when accessing enclosing namespace types from inside anonymous namespace.
Fix: add using vde::brep::SSICurveData and using vde::brep::ClassResult
inside both anonymous namespaces in ssi_boolean.cpp
2026-07-28 07:17:13 +08:00
hm 006dd3f136 docs: update VDE-016 — v1.0.3 fix insufficient, need fully qualified names
CI / Build & Test (push) Failing after 42s
CI / Release Build (push) Failing after 38s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-28 00:09:51 +08:00
茂之钳 b48ffec290 fix(v1.0.1): VDE-016 root cause + VDE-017 submodule path
CI / Build & Test (push) Failing after 32s
CI / Release Build (push) Failing after 31s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
VDE-016 (High): GCC two-phase lookup — root cause is anonymous namespace
- Move SSICurveData OUT of anonymous namespace into vde::brep
- Add #include <iterator> for std::begin/end
- Add using vde::brep::ClassResult

VDE-017 (Medium): Root CMakeLists configure_file CMAKE_SOURCE_DIR
- Change to CMAKE_CURRENT_SOURCE_DIR for submodule compatibility
2026-07-27 23:34:18 +08:00
茂之钳 7a955bac7f fix(v1.0.1): VDE-014/015/016 — STL API cleanup + ssi_boolean fixes
CI / Build & Test (push) Failing after 41s
CI / Release Build (push) Failing after 35s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
VDE-014 (High): Remove duplicate void write_stl/write_stl_ascii declarations
VDE-015 (Medium): Fix Vector3F→Vector3f, Point3F→Point3f case sensitivity
VDE-016 (High): Add forward declarations for face_bounds/face_normal/SSICurveData
  in ssi_boolean.cpp — fixes two-phase name lookup in GCC
2026-07-27 23:20:46 +08:00
hm 41d33bbbc2 docs: add VDE-014/015/016 + update overview (7 fixed, 3 new, 1 P0 remaining)
CI / Build & Test (push) Failing after 16m55s
CI / Release Build (push) Failing after 33s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
2026-07-27 23:12:30 +08:00
茂之钳 5de74b543a docs: mark all 13 VDE issues as fixed
VDE-001 through VDE-013 all resolved in v1.0.1
ViewDesign workarounds can now be removed
2026-07-27 22:56:29 +08:00
hm a5594c293b docs: add overall VDE integration assessment from ViewDesign 2026-07-27 22:31:16 +08:00
hm 5eb11fa501 docs: feedback from ViewDesign integration (VDE-001~013) 2026-07-27 22:13:00 +08:00