Attributes that are declared in the [CadDocumentAttributes] block appear in Solid Edge on the User-defined tab page at the end of the list behind the PARTsolutions standard attributes.
[CadDocumentAttributes]
SUPPLIER=?GetObject("iface.calcnameservice").start(0).Format("<CATALOG>").value()
ARTICLENO=?_ATTR("NB")
BOMINFO=?_ATTR("LINA")
CREATOR=?GetObject("iface.calcnameservice").start(0).Format("CADENAS GmbH").value()
On how to transfer any further attributes see next section Section 2.3.9.4.3, “Block [CadDocumentAttributes] - Transfer further extra attributes”.


