Do you want to transfer the value of a specific variable to an attribute on the CAD system side for a specific project?
Check whether the key
isProjectFile
is declared under $CADENAS_SETUP, in the configuration fileifacecommon.cfg
, in the block [CATEGORIES
].isProjectFile=InStr(GetObject("iface.calcnameservice").start
("DOC").Format("<PROJECTNAME(0)>").value(),"%0",1)>0
Now you can define certain projects with the following entry in a CAD specific configuration file:
ATTRIBUTENAME(isProjectFile(din_975.prj))=?GetObject("iface.calcnameservice")
.start(0).Format("<ATTR(L)>").value()
In the example in hand the attribute "L" is mapped to the CAD attribute "Menge" - if the project DIN 975 is transferred.