Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.69 KB

readme.md

File metadata and controls

29 lines (21 loc) · 1.69 KB

Dynamo Extension for Advance Steel

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.

How to build and use this extension:

  1. Prerequisites needed:
  2. Update the paths from \src\Config\user_local.props with the ones from your machine
  3. Build the DynamoAdvanceSteel.sln solution in Release configuration.
  4. Copy all files and folders from "Dynamo Core 3.0.3" build to .\bin\AnyCPU\Release\steel-pkg\bin\Core
  5. Register DynamoAdvanceSteel.dll as an addon for Advance Steel (see "Register addon" section from Advance Steel online help)
  6. (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

To build the installer:

  1. Prerequisites needed:
    • Wix v3.11 or newer;
  2. Build DynamoAdvanceSteel.sln solution in Release configuration;
  3. Build DynamoAdvanceSteelInstall.sln solution in Release configuration;

List of available nodes:

Click here to view the list of the available dynamo-advance steel nodes