How to change the design code of Connection project
You can either use the simple conversion tool (download) or use the open API through Python or C# with the provided code examples and prepare the conversion routine yourself.
The source design code is limited to Eurocode (EN) only, and you can convert the projects to these codes and subcodes/variants:
- AISC (USA)
- IS 800 (India)
- CSA (Canada)
- AS (Australia)
- GB (China)
- HKG (Hong Kong)
IDEA StatiCa Connection Design Code Converter - the simple tool
With the IDEA StatiCa Connection Design Code Converter tool, you can change the design code of saved steel connection projects in one file or multiple files in bulk.
To run the converter tool, you need to have the ASP.NET Core installed on your computer (usually it's part of the Windows system and the .NET framework).
The conversion tool uses the IDEA StatiCa API. The default path to the API is set to:
C:\Program Files\IDEA StatiCa\StatiCa 25.0\
You can change the path to the API when you install newer versions of IDEA StatiCa.
In case your Windows user settings don't let you run the .exe file, click More info and then Run anyway to open the tool, or ask your IT admin for help.
To convert your projects, click Select Folder containing your Connection files, choose the desired Design Code, and click Conversion.
The algorithm executes the transition, and a Custom Conversion Settings tab opens. Here you can manage the mapping of materials and cross-sections. When finished, confirm by clicking OK.
You can input any material from your MPRL (Material and Product Range Library), which means materials and cross-sections from libraries belonging to the appropriate code, as well as the user-defined materials and cross-sections.
All materials and cross-sections can be later changed manually in the Connection app as well.
The converted files are saved in a subfolder (of the selected folder) named Converted, and the suffix of the new code is added to the files' names.
Open API conversion using Python and C#
Download and edit the prepared code examples from the GitHub repository to build your own conversion tool. The API is open, and broad options are available for converting single or multiple Connection project files into different design codes and national standards.
Note: The conversion is available in IDEA StatiCa 25.0 and newer. The source design code is limited to Eurocode only.
Toegevoegde downloads
- Design Code Converter.zip (ZIP, 62,2 MB)