How to Pair Revit Elements by Proximity in Revit with Dynamo
This one is kind of fun and comes up pretty often. Essentially we are running “Clash detection in Revit” to figure out how close things are to one another. Check out the video below.
This one is kind of fun and comes up pretty often. Essentially we are running “Clash detection in Revit” to figure out how close things are to one another. Check out the video below.
If you use Dynamo player, you have more than likely seen the “Run Completed with Errors” warning in the UI. Sometimes this is helpful, but more often than not there are a few warnings that can be ignored. If you have a graph that has… Read More »How to Suppress Run Completed with Errors in Dynamo Player
Recently I shared this GIF on Twitter regarding string manipulation nodes in Dynamo. This made me realize I have not really broadcasted the nodes available in Core versions of Dynamo in Rhythm. They all deal with string manipulation and they are pretty neato. Check out… Read More »String Manipulation in Dynamo with Rhythm – aka StringyStrings
Here is a question for Dynamo that comes up time and time again. The question often is: How do I modify XX amount of family files opened in the background with [insert package name here] ? – Dynamo User Unfortunately, the general reply is: Sorry,… Read More »Family Document Nodes and Batching Workflows for Dynamo!
Dynamo 2.12 is out now with Revit 2022.1 and it comes with all sorts of cool features. One of them is, serialized properties in your Dynamo graph! Check out this video below for an overview:
As you may or may not know, Dynamo is bundled with Revit nowadays. This has been the case since Revit 2020 as illustrated on this chart, Dynamo Primer – The Revit Connection This is great because deploying Dynamo is far easier than it used to… Read More »Dynamo 2.12- Now Included with Revit 2022.1!
Sightline analysis is something that comes up now and then. And doing it in Revit is not the most straightforward thing (all the time). Considering this topic comes up fairly often, I went ahead and made a full tutorial on how to achieve this with… Read More »How to Calculate Sight Lines in Revit with Dynamo
Something that has been on my to-do list for a very long time is adding zero touch nodes to Rhythm. Why? Because drop downs are awesome, that’s why! ๐ I present to you, my very first ZeroTouch Node! This node collects all of the space… Read More »My First ZeroTouch Node