feat: 完善 STEP/B-Rep 一级关系参数化编辑

This commit is contained in:
2026-08-07 18:08:32 +08:00
parent eef9efcc1e
commit 12250603dd
26 changed files with 4254 additions and 1270 deletions
+24 -18
View File
@@ -240,6 +240,9 @@ INFO_GROUPS: list[tuple[str, list[str]]] = [
"recognition_risk",
"recognition_score",
"recognition_decision",
"recognition_user_priority",
"recognition_user_priority_label",
"recognition_user_priority_reason",
"recognition_evidence",
"recognition_evidence_keys",
"recognition_ready_actions",
@@ -440,6 +443,9 @@ INFO_LABELS = {
"recognition_risk": "识别风险",
"recognition_score": "识别评分",
"recognition_decision": "识别结论",
"recognition_user_priority": "常用优先级",
"recognition_user_priority_label": "常用优先级分类",
"recognition_user_priority_reason": "优先级说明",
"recognition_evidence": "识别依据",
"recognition_evidence_keys": "识别依据项",
"recognition_ready_actions": "当前可改",
@@ -593,24 +599,24 @@ INFO_LABELS = {
"center_of_mass": "重心",
"surface_center": "表面积中心",
"area_center": "面积中心",
"local_face_width": "U向尺寸",
"local_face_height": "V向尺寸",
"local_face_width_direction": "U向方向",
"local_face_height_direction": "V向方向",
"local_face_size_center": "U/V 尺寸中心",
"face_size_axis": "U/V 尺寸方向",
"face_size_label": "U/V 尺寸名称",
"current_face_width": "当前 U向尺寸",
"target_face_width": "目标 U向尺寸",
"current_face_height": "当前 V向尺寸",
"target_face_height": "目标 V向尺寸",
"current_face_size": "当前 U/V 尺寸",
"target_face_size": "目标 U/V 尺寸",
"face_size_delta": "U/V 尺寸变化量",
"face_size_delta_ratio": "U/V 尺寸变化比例",
"face_size_scale": "U/V 尺寸缩放比例",
"face_size_center": "U/V 尺寸缩放中心",
"face_size_axis_direction": "U/V 尺寸缩放方向",
"local_face_width": "面内长度",
"local_face_height": "面内宽度",
"local_face_width_direction": "面内长度方向",
"local_face_height_direction": "面内宽度方向",
"local_face_size_center": "面内尺寸中心",
"face_size_axis": "面内尺寸方向",
"face_size_label": "面内尺寸名称",
"current_face_width": "当前面内长度",
"target_face_width": "目标面内长度",
"current_face_height": "当前面内宽度",
"target_face_height": "目标面内宽度",
"current_face_size": "当前面内尺寸",
"target_face_size": "目标面内尺寸",
"face_size_delta": "面内尺寸变化量",
"face_size_delta_ratio": "面内尺寸变化比例",
"face_size_scale": "面内尺寸缩放比例",
"face_size_center": "面内尺寸缩放中心",
"face_size_axis_direction": "面内尺寸缩放方向",
"owning_face_size_rebuild_mode": "所属对象尺寸重建模式",
"length_center": "长度中心",
"bbox_min": "包围盒最小点",