powered by CADENAS

Manual

Manual

2.3.7.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 may also define the language of the attribute.

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

  3. Optional

    In order for the attributes to receive a prefix enter the following red marked row in the block [AttributeMapping(is3d)]:

    [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 ???.