This repository contains the source files for the Dynamo Extension for Advance Steel.
Dynamo Extension for Advance Steel has different branches for different versions of Advance Steel. For example, to run it on Advance Steel 2020 you must use AS2020_2.1.0 branch.
- Prerequisites needed:
- Advance Steel 2025;
- Visual Studio 2022;
- Dynamo Core 3.0.3 runtime from http://www.github.com/DynamoDS/Dynamo;
- .NET 8 SDK
- Update the paths from
\src\Config\user_local.props
with the ones from your machine - Build the DynamoAdvanceSteel.sln solution in Release configuration.
- Copy all files and folders from "Dynamo Core 3.0.3" build to .\bin\AnyCPU\Release\steel-pkg\bin\Core
- Register DynamoAdvanceSteel.dll as an addon for Advance Steel (see "Register addon" section from Advance Steel online help)
- (Optional) If Dynamo fails to load under Advance Steel, run the the PowerShell command
Get-ChildItem *.* -Recurse | Unblock-File
inside .\bin\AnyCPU\Release\steel-pkg\bin\Core
- Prerequisites needed:
- Wix v3.11 or newer;
- Build DynamoAdvanceSteel.sln solution in Release configuration;
- Build DynamoAdvanceSteelInstall.sln solution in Release configuration;
Click here to view the list of the available dynamo-advance steel nodes