feat: 完善 Face 一级编辑与隔离计算

This commit is contained in:
2026-08-05 15:08:16 +08:00
parent a76282d7dd
commit ed1faf51d8
28 changed files with 3740 additions and 876 deletions
+18 -1
View File
@@ -53,9 +53,26 @@ def main() -> int:
},
("existing_fillet_radius_estimate",),
)
assert_keys(
{"surface": "plane"},
(
"area",
"local_face_width",
"local_face_height",
"face_center_position",
"face_target_normal_position",
),
)
assert_keys(
{"surface": "plane", "shell_region_status": "candidate"},
("shell_thickness_estimate",),
(
"area",
"local_face_width",
"local_face_height",
"face_center_position",
"face_target_normal_position",
"shell_thickness_estimate",
),
)
assert_keys(
{