Associate The Nominal Alignment to the CAD Reference System

From ArcoWiki
Jump to: navigation, search

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.