5.9. Solidworks addin communication with cdb workspace manager

Solidworks addin communication with cdb workspace manager[57]

  • Solidworks Link 15.15.0.0 > End Of Life

    • Install SolidWorks Link 15.16.0.2

    • Only one version of solidworks must be installed

    • While installing CDB SolidWorks Link 15.16.0.2 select custom and only the version that you need

    • Otherwise CDB can not load his own addin!

  • Combination CDB WSM with SolidWorks 2022 (or above)

    • Activate the new filename config keys for solidworks prt and asm with the upper case extension

    • Otherwise the return payload will return a json with 2 items (we need only the item with the keys)

      • result with upper case will have the necessary ids

      • result with lower case returns null

    • Example:

      {
      "C:\\Users\\username\\Documents\\workspaces\\Workspace2_1\\Square nut DIN 557 M8.
       SLDPRT":{"z_nummer":"000135-1","z_index":""},
      "C:\\Users\\username\\Documents\\workspaces\\Workspace2_1\\Square nut DIN 557 M8.
       sldprt":null
      }

      Correct:

      {"C:\\Users\\username\\Documents\\workspaces\\Workspace2_1\\Square nut DIN 557 M10.
       SLDPRT":{"z_nummer":"000136-1","z_index":""}}




[57] #156715