Here’s what happened when I challenged an AI to model the complex structure of King’s Cross Station in Revit. No Dynamo, just raw C# as a Revit macro.
We are stoked to announce the immediate availability of the Ephany .NET SDK v0.1.0! This initial release marks a major milestone for our platform, opening…
With the emergence of AI as a coding partner, I’ve found myself leaning back into the Revit Macro Manager. The barrier to entry for text-based coding has nearly vanished, and the results are cleaner, faster, and more robust than anything I could “wire up” in Dynamo.
This post contains a collection of code snippets and examples that demonstrate how to use the Ephany Framework API. As the project evolves, I’ll continue…
When working with BIM data using the Revit API, one common step is retrieving parameter values from elements. Whether your goal is to extract or…
A few months ago, I shared a post on OpenDefinery about a simple solution to fully purge Shared Parameters from a Revit project model. In that…
In learning every new programming language, it is customary to start with a “Hello world!” application. Although visual, Dynamo is a scripting tool as well,…
The good folks over at Boost Your BIM have posted a macro for copying a legend to multiple sheets. It works really well, but I…