feat: 完善 Edge 一级编辑与 CAD 建模语义
This commit is contained in:
@@ -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",),
|
||||
|
||||
Reference in New Issue
Block a user