docs: 收口R1 Face阶段验收口径

This commit is contained in:
2026-08-11 09:50:40 +08:00
parent 3aadd6a34e
commit 9b44918648
4 changed files with 66 additions and 21 deletions
@@ -19,8 +19,10 @@ EXPECTED_FACE_ISOLATED_OPERATIONS = {
"resize_face_area_local",
"resize_face_area",
"resize_face_size_local",
"resize_face_size_local_keep_relations",
"resize_face_size_owning_scale",
"move_face_center_local",
"move_face_center_local_keep_relations",
"resize_shell_thickness",
"resize_shell_thickness_owning_scale",
"resize_cylindrical_height",
@@ -127,9 +129,12 @@ PROPERTY_FACE_ACTION_TO_ISOLATED_OPERATION = {
"move_selected_face_plane_position_local": "move_face_plane_offset_local",
"resize_face_width_local": "resize_face_size_local",
"resize_face_height_local": "resize_face_size_local",
"resize_face_width_keep_relations": "resize_face_size_local_keep_relations",
"resize_face_height_keep_relations": "resize_face_size_local_keep_relations",
"resize_face_width_owning_scale": "resize_face_size_owning_scale",
"resize_face_height_owning_scale": "resize_face_size_owning_scale",
"move_selected_face_center_local": "move_face_center_local",
"move_selected_face_center_keep_relations": "move_face_center_local_keep_relations",
"resize_shell_thickness": "resize_shell_thickness",
"resize_shell_thickness_owning_scale": "resize_shell_thickness_owning_scale",
"resize_cylinder_height": "resize_cylindrical_height",
@@ -157,8 +162,12 @@ ACTION_IMPLEMENTATION_METHOD = {
"push_pull_face_keep_relations": "_push_pull_face_action",
"resize_face_width_local": "_resize_face_size_local",
"resize_face_height_local": "_resize_face_size_local",
"resize_face_width_keep_relations": "_resize_face_size_local",
"resize_face_height_keep_relations": "_resize_face_size_local",
"resize_face_width_owning_scale": "_resize_face_size_owning_scale",
"resize_face_height_owning_scale": "_resize_face_size_owning_scale",
"move_selected_face_center_local": "_move_selected_face_center_local",
"move_selected_face_center_keep_relations": "_move_selected_face_center_local",
"resize_torus_major_radius": "_resize_torus_radius",
"resize_torus_minor_radius": "_resize_torus_radius",
}