将名义对齐关联到CAD参考系统

来自ArcoWiki
Slia讨论 | 贡献2018年6月1日 (五) 08:46的版本 (创建页面,内容为“When a Reference system is created and the nominal definition of the features used to create it, are not consistent, then the sy…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

When a Reference system is created and the nominal definition of the features used to create it, are not consistent, then the synchronization of the CAD Model might fail.
Specifically, since the features are not consistent), the synchronization of the CAD Model can be done only with an actual alignment which reflects the CAD alignment, but, because the features are not consistent, the nominal reference system is undefined, then the CAD synchronization might fail.
The solution for this situation is to issue a Non-DMIS command to set the Nominal Reference System to the CAD:

CALL/EXTERN,DME,'REFERENCE_SYSTEM','SET_IDENTITY',' nameOfYourSystem '

Example:

$$creation of a Reference System and Associate the Nominal Coordinate System to the CAD
D(DAT_1) = TRANS/XORIG,10.0000,YORIG,10.0000,ZORIG,10.0000
CALL/EXTERN,DME,'REFERENCE_SYSTEM','SET_IDENTITY','DAT_1'


For this command it not developed any User Interface and it shall be written Manually.