Advertisement

Wednesday, April 18, 2018

RevitLookup 2019 and New SDK Samples

From the The Building Coder website:

By Jeremy Tammik
April 16, 2018

Last week, I described how I installed Revit 2019 and compiled the Revit 2019 SDK samples.

On Sunday, I migrated RevitLookup to Revit 2019, which was very easy.

Next, I compared the directory contents to discover the new SDK samples.

RevitLookup 2019

The migration of RevitLookup to Revit 2019 was trivial.

It just required updating the .NET framework target version to 4.7 and pointing the Revit API assembly references to the new DLLs.

No code changes were needed.

To add the final finishing touch, I also updated the readme file with a new Revit version badge.

The current version is 2019.0.0.1.

Builds are available from lookupbuilds.com.

New Revit 2019 SDK Samples

Comparing the Revit SDK directory contents, I discovered the following new samples:
  • AppearanceAssetEditing – added in Revit 2018.1.
  • RebarFreeForm – external command to create a Rebar FreeForm element and external application to implement the custom server used to regenerate the rebar geometry based on constraints.
  • SampleCommandsSteelElements – sample commands for steel elements demonstrating creation, modification and deletion of them.

The new API functionality is discussed in the document Revit Platform API Changes and Additions.docx and the What's New section of the Revit API help file RevitAPI.chm.
The SDK also sports a new undocumented structural analysis DLL:
  • Structural Analysis SDK/Examples/References/CodeChecking/Engineering/rcuapiNET.dll




There's more information available on the The Building Coder website.

No comments: