creo_create_safe_datum_point_copy
Copies the active Creo part, then creates a Cartesian offset datum point relative to a specified coordinate system, with coordinates limited to ±1000 model units, without modifying or saving the source model.
Instructions
复制当前 Creo 零件,并仅在新副本中相对于指定坐标系创建一个笛卡尔偏移基准点;坐标限制在模型单位的 -1000 到 1000,拒绝覆盖且不保存源模型。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes | ||
| copy_name | Yes | 新副本名(不含 .prt)。 | |
| point_name | Yes | 新基准点名称。 | |
| expected_model | Yes | 当前模型名(不含 .prt),用于防止操作错模型。 | |
| reference_csys | No | 参考坐标系名称,通常为 PRT_CSYS_DEF。 | PRT_CSYS_DEF |