You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 图纸转物料
> 配置首选项: Connor_Design_To_Part
```text
需要转换Design对象类型=[-]关系名称=转换后对象类型+“|”分隔, 后边为属性继承对应关系, R为版本上属性, RM为版本表单属性, I为对象上的属性, +“*”标识属性为必填+“!”为可编辑;
值: Design版本=Part版本|R.Design属性值=R.Part属性值*! ; RM. Design属性值=RM.Part属性值;
关系名称前加“-”表示将需要转换的对象版本添加到转换后的对象版本的关系下
```
示例
```text
ItemRevision=-IMAN_reference=Part Revision|R.object_desc=R.object_desc;RM.object_desc=RM.object_desc*!
Ac5_ProductInfoRevision=IMAN_reference=Ac5_ProductInfoRevision|R.object_string=R.object_desc;R.object_name=R.object_name;RM.ac5_BearingResearchDepart=RM.ac5_BearingResearchDepart!*;RM.ac5_ByTheHost=RM.ac5_ByTheHost;RM.ac5_CAE=rm.ac5_CAE;rm.ac5_ChiefDesigner=rm.ac5_ChiefDesigner;rm.ac5_ContractSigningTime=rm.ac5_ContractSigningTime;rm.ac5_CustomerIndustry=rm.ac5_CustomerIndustry;rm.ac5_Laboratory=rm.ac5_Laboratory;rm.ac5_MainEnginePlants=rm.ac5_MainEnginePlants;rm.ac5_NumberOfUnitsInstalled=rm.ac5_NumberOfUnitsInstalled
```