Learn about the new features introduced in the 2024 release of Structural Bridge Design.
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.