In order to transfer further extra attributes, add the respective keys. These are displayed in Solid Edge, in the file properties on the "Custom" tabbed page.
In the block [CadDocumentAttributes], add as many further keys as you like.[53]
#:VISFGUI;1 [Custom] SpecialAttribute=?GetObject("iface.calcnameservice").start(0).Format
("<ATTR(LINA)>").value()
In this example the key "SpecialAttribute" has been applied and will be transferred to the attribute "LINA" (Bom-list).
Optionally, you can also explicitly specify the language of the attribute.
#:VISFGUI;1 [Custom] SpecialAttribute=?GetObject("iface.calcnameservice").start(0).Format
("<ATTR(english,LINA)>").value()
So that the attributes also have a prefix prefix, enter the following line marked in red in the [AttributeMapping(is3d)] block:
[AttributeMapping(is3d)] Attr_Section_01=Custom Attr_CopyFrom_01=default Attr_Prefix_01=CNS_ Attr_Content_03=ProjectInformation ... ... Attr_Content_07=Custom Attr_Section_07=Custom Attr_Prefix_07=CNS_
Results in Solid Edge in the file properties on the tabbed page "Custom" .