Structural Bridge Design Forum
Welcome to Autodesk’s Structural Bridge Design Forums. Share your knowledge, ask questions, and explore popular Structural Bridge Design topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Possible to Batch Convert .sst files to .json?

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
Yixuan_ZhongR227T
653 Views, 4 Replies

Possible to Batch Convert .sst files to .json?

That's my question. 

4 REPLIES 4
Message 2 of 5

Hi,

I don't believe this is possible as I have converted my files one by one as necessary, but it may be possible with some form of script but I don't know enough about .json file processing.

 

Sorry I can't be more helpful.

 

Kind regards

 

Dave Geeves

Message 3 of 5

Hi

 

In the next major release you will be able to use script to convert a sst file containing beams and sections to json, e.g.

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

Is this what you are looking for, or do you have a number of files to convert?

 

Simon




Simon Hooper
Software Development

Message 4 of 5

This looks promising! Would be glad to be the first to try this!

Message 5 of 5

Hi Yixuan

Structural Bridge Design 2024.1.2 hotfix has been released. It is now available for download via the Autodesk Access Desktop App or from the Products Updates section for ASBD in the Products & Services part of Autodesk Account. This hotfix addresses a number of issues and adds the SST file to JSON capability requested.

Details at bottom of page:
https://help.autodesk.com/view/SBRDES/ENU/?guid=ASBD_WhatsNew_release_notes_fixed_issues_html

Thanks
Simon




Simon Hooper
Software Development

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report