Overview
SBDAutomation is a minimalist automation solution that includes C# projects for automating Autodesk Structural Bridge Design.
To create a new project, you can start by copying one of the examples provided in the solution. This can serve as a good starting point for your automation tasks.
An in-depth look at the code is provided in the section Detailed Look. In summary, Structural Bridge Design will be run in headless automation mode based on the commands in an input JSON file.
Result files will be generated as output.
For example 1, we load an existing JSON file containing a circular reinforced concrete pile and run a biaxial bending analysis and crack width calculation. In the code, we modify the pile diameter and reinforcement while keeping the same cover, and re-run the calculations.
Next topic: Run Automation