feat: 完善 Edge 一级编辑与 CAD 建模语义

This commit is contained in:
2026-08-05 18:06:15 +08:00
parent ed1faf51d8
commit 57d75541c3
19 changed files with 2365 additions and 367 deletions
+12
View File
@@ -10,6 +10,10 @@ SCRIPT_DIR = PROJECT_ROOT / "scripts"
CASES: tuple[tuple[str, tuple[str, ...]], ...] = (
(
"Edge first-level topology and edit-plan facts",
("verify_edge_first_level_topology.py",),
),
(
"Edge length auto strategy resolves to local deformation",
(
@@ -58,6 +62,14 @@ CASES: tuple[tuple[str, tuple[str, ...]], ...] = (
"Edge start, center and end coordinate edits",
("verify_edge_coordinate_edit.py",),
),
(
"Edge invalid, no-op and oversized target guards",
("verify_edge_target_guards.py",),
),
(
"Edge modeling-intent scopes and plan mapping",
("verify_edge_intent_specs.py",),
),
(
"Edge fillet, chamfer, asymmetric chamfer, distance-angle chamfer and existing fillet resize",
("verify_edge_round_chamfer.py",),