Files
ViewDesignEngine/tests/core/CMakeLists.txt
T
茂之钳 64be0f1cda
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
fix(v1.0.1): VDE-021/023/024/025 — mesh bridge APIs for ViewDesign
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

19 lines
544 B
CMake

add_vde_test(test_point)
add_vde_test(test_convex_hull)
add_vde_test(test_transform)
add_vde_test(test_distance)
add_vde_test(test_polygon)
add_vde_test(test_cam_toolpath)
add_vde_test(test_object_pool)
add_vde_test(test_exact_predicates)
add_vde_test(test_cam_strategies)
add_vde_test(test_cam_5axis)
add_vde_test(test_cam_advanced)
add_vde_test(test_cam_optimization)
add_vde_test(test_performance)
add_vde_test(test_concurrent)
add_vde_test(test_transaction)
add_vde_test(test_version)
add_vde_test(test_license)
add_vde_test(test_cam_mesh)