powered by CADENAS

Manual

Manual

2.3.9.3.3. Block [CadDocumentAttributes] - Transfer further extra attributes

In order to transfer further extra attributes to SolidWorks, tabbed page "Custom", proceed as follows:

  1. Open the configuration file ifsolidworks.cfg.

  2. In the block [CadDocumentAttributes], add as many further keys as you like.[63]

    #:VISFGUI;1
    [CadDocumentAttributes]
    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 may also define the language of the attribute.

    #:VISFGUI;1
    [CadDocumentAttributes]
    SpecialAttribute=?GetObject("iface.calcnameservice").start(0).Format
    ("<ATTR(english,LINA)>").value()

  3. After export you can find the results in SolidWorks, in the dialog box "File information", on the tabbed page "Custom".

    Dialog box "File information" -> Tabbed page "Custom"

    Dialog box "File information" -> Tabbed page "Custom"



[63] Information about syntax can be found under Section 2.2.1, “Syntax and concepts ”.