Share

What's New in Autodesk® Structural Bridge Design 2024

Learn about the new features introduced in the 2024 release of Structural Bridge Design.

2024 Updates


Convert SST to JSON via automation

Added ability to convert binary model file (containing design sections and/or design beams) SST to JSON via automation.

Example script:

{
  "version": "1.0",
  "control": {
    "settings": {
      "outputFolder": "D:\\Test"
    },
    "process": {
      "processType": "MODIFY",
      "modelInFilename": "D:\\Test\\MyModel.sst",
      "commands": {
        "commandArray": [
          {
            "commandType": "SAVE_DATA",
            "modelFilename": "MyModel.json"
          }
        ]
      }
    }
  }
}

Use command

"path to ASBD exe" /BM "json script file path"

Refer to topic Automate from the Command Prompt for more information.

Was this information helpful?