feat: 完善一级关系编辑 UI 与视图体验

This commit is contained in:
2026-08-06 18:15:14 +08:00
parent 57d75541c3
commit eef9efcc1e
29 changed files with 3907 additions and 178 deletions
+8
View File
@@ -18,6 +18,10 @@ CASES: tuple[tuple[str, tuple[str, ...]], ...] = (
"Face first-level shared-edge topology",
("verify_face_first_level_topology.py",),
),
(
"cylindrical Face first-level topology for holes and slots",
("verify_cylindrical_first_level_topology.py",),
),
(
"face width, owning feature",
("verify_face_resize_semantics.py", "--strategy", "owning", "--axis", "width", "--target-size", "15"),
@@ -90,6 +94,10 @@ CASES: tuple[tuple[str, tuple[str, ...]], ...] = (
"freeform Face stays read-only with a clear blocker",
("verify_face_freeform_guard.py",),
),
(
"analytic curved Face radius and angle edits",
("verify_analytic_surface_resize.py",),
),
(
"cylindrical side Face height edits are checked",
("verify_cylindrical_height_resize.py",),