Friday, July 29, 2016
Hide #Revit Subcategories with #DynamoBIM
I’m happy to say the answer is, “Yes, it is possible!” Thanks to Archi-LAB, Clockwork, and Rhythm.
See the video below of this workflow in action. There is audio on this video, so be aware. :)
Friday, July 15, 2016
#Revit MEP Space Type Control with #DynamoBIM
A question recently came up over at Revit forum regarding getting and setting space parameters for space type in Revit with Dynamo.
http://www.revitforum.org/dynamo-bim/30699-space-type.html
And for those who may not be familiar with the space type parameter, here are the options.
Initially I thought this was an impossible task, but thankfully we have python and access to the Revit API! There are now several nodes in Rhythm to gather this data.
There are now four nodes to assist in modifying these parameters.
Gathers all space types in project
Gets space type based on name search
Sets the space type for a space
Gets the space type for a space
Have fun!
-johnP
Wednesday, June 22, 2016
Unconstrain #Revit Walls with #DynamoBIM
First I demonstrate what I tried at first, then I show the solution. Have fun and be in awe of the mysteries of Dynamo!
Wednesday, June 15, 2016
Get #Revit Beam System Members with #DynamoBIM
A question came up at my firm recently regarding how to quantify the amount of beams a beam system contains in Revit. Currently, this is not easily accessible through the UI, but luckily there is an API method for obtaining the members of the system.
This is where Dynamo and python come into play.
This node is now in Rhythm, enjoy!
-johnP
Tuesday, June 7, 2016
#Revit Space and Room Tag Host with #DynamoBIM
Recently I was talking with Marcello on the Simply Complex Podcast about the lack of annotation nodes in Dynamo. After a question also came up on the Dynamo forums, I decided to add these two useful nodes to Rhythm.
This enables us to do some fun stuff based on the tag elements now! And yes, these are made with Python!
-john