feat: 完善一级关系编辑 UI 与视图体验
This commit is contained in:
@@ -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",),
|
||||
|
||||
Reference in New Issue
Block a user