Files
ViewDesignEngine/tests/curves/CMakeLists.txt
T
茂之钳 bb0029234f
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 38s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled
feat(v12): generative surfaces (Sweep/Loft/Net) + curve tools + surface analysis
M1 — Generative Surfaces:
- sweep_surface: Explicit/Spine/TwoGuides modes
- loft_surface: multi-section interpolation + guide + tangent constraints
- net_surface: bidirectional curve grid → NURBS

M3 — Curve Tools + Analysis:
- curve_tools: project_curve, parallel_curve, connect_curve(G1-G3), helix, isoparametric
- surface_analysis: inflection_lines, checker_mapping, surface_checker_report (A/B/C/D)
- 14/14 tests passed

Fixed: constraint_solver.h duplicate declaration, fea_mesh.h comment syntax

Pending: M2 surface editing (retrying)
2026-07-27 09:08:01 +08:00

15 lines
490 B
CMake

add_vde_test(test_bezier)
add_vde_test(test_nurbs)
add_vde_test(test_nurbs_operations)
add_vde_test(test_surface_intersection)
add_vde_test(test_parallel_intersection)
add_vde_test(test_surface_continuity)
add_vde_test(test_surface_analysis)
add_vde_test(test_surface_extension)
add_vde_test(test_class_a_surfacing)
add_vde_test(test_advanced_intersection)
add_vde_test(test_iga_prep)
add_vde_test(test_curve_tools)
add_vde_test(test_generative_surfaces)
add_vde_test(test_surface_editing)