Difference between revisions of "Associate The Nominal Alignment to the CAD Reference System"

From ArcoWiki
Jump to: navigation, search
(Created page with "When a Reference system is created and the nominal definition of the features used to create it, are not consistent, then the synchronizat...")
 
 
Line 14: Line 14:
 
<br />
 
<br />
 
For this command it not developed any User Interface and it shall be written Manually.
 
For this command it not developed any User Interface and it shall be written Manually.
 +
[[it:Associare l'allineamento nominale al sistema di riferimento CAD]]
 +
[[zh-cn:将名义对齐关联到CAD参考系统]]
 +
[[pt:Associe o alinhamento nominal ao sistema de referência CAD]]
 +
[[de:Ordnen Sie die Nominalausrichtung dem CAD-Referenzsystem zu]]
 +
[[es:Asociar la alineación nominal al sistema de referencia CAD]]
 +
[[en:Associate The Nominal Alignment to the CAD Reference System]]
  
 
[[Category:Help_On_Line]]
 
[[Category:Help_On_Line]]

Latest revision as of 08:45, 1 June 2018

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.