2.3.9.4.3. Block [CadDocumentAttributes] - Transfer further extra attributes

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.

Do the following:

  1. Open the configuration file ifsolidedge.cfg.

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

    Example:

    #: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()

  3. Optional

    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_
    

  4. Results in Solid Edge in the file properties on the tabbed page "Custom" .

    File properties -> Tabbed page "Custom" .

    File properties -> Tabbed page "Custom" .




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