powered by CADENAS

Manual

Manual

2.3.7.2.2.1. Add further Extra attributes

In order to add further extra attributes on the tabbed page "User-defined" in SolidWorks, do the following:[52]

  1. Open the configuration file ifsolidworks.cfg.

  2. In block [CadDocumentAttributes] set as many rows as you like:[53]

    #:VISFGUI;1
    [CadDocumentAttributes]
    SpecialAttribute
    =Exam

    In this example, the key "SpecialAttribute" is applied and 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. Save the changes and open PARTadmin.

    In the interface of the category CAD integration you now have the additional "SpecialAttribute" available.

    Dialog window "File information" -> Tabbed page "User-defined"

    Dialog window "File information" -> Tabbed page "User-defined"

  4. Result in SolidWorks in the "File information" window on the "User-defined" tabbed page.

    Dialog window "File information" -> Tabbed page "User-defined"

    Dialog window "File information" -> Tabbed page "User-defined"



[52] The function will soon be available in PARTadmin via the category CAD integration. Currently you have the opportunity to apply keys in the configuration file manually.

[53] Information about syntax can be found under Section 2.2.1.1, “Simplified syntax ”.