creo_create_safe_feature_suppression_copy
Create a validated copy of a Creo model with one specified round, chamfer, hole, or cut suppressed, while preserving the original and preventing overwrites.
Instructions
按模型名、特征 ID 和类型多重校验,只在新副本中抑制一个活动、可见、无子特征的圆角、倒角、孔或切除特征;拒绝覆盖且不保存源模型。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copy_name | Yes | 新副本名(不含 .prt),仅允许字母、数字、下划线和短横线。 | |
| feature_id | Yes | 读取到的特征 ID。 | |
| expected_model | Yes | 当前模型名(不含 .prt),用于防止操作错模型。 | |
| expected_type_code | Yes | 预期特征类型:913 圆角、914 倒角、911 孔、916 切除。 |