In order to transfer further extra attributes to SolidWorks, tabbed page "Custom", proceed as follows:
Insert any number of additional lines in the [CadDocumentAttributes] block:[54]
#:VISFGUI;1 [CadDocumentAttributes] SpecialAttribute=?GetObject("iface.calcnameservice").start(0).Format
("<ATTR(LINA)>").value()
In this example, the key "SpecialAttribute" is created and the attribute "LINA" (parts list) is transferred.
Optionally, you can also specify the language of the attribute.
#:VISFGUI;1 [CadDocumentAttributes] SpecialAttribute=?GetObject("iface.calcnameservice").start(0).Format
("<ATTR(english,LINA)>").value()
After the export, you will find the results in SolidWorks in the "File information " dialog box on the "User-defined " tab page.