Tuesday, May 24, 2016
#DynamoBIM, What The Node?!?
Monday, May 23, 2016
My #AU2016 Proposals Right Now
I saw a few other people share their proposals with everyone and I have only done so on twitter so far. So here they are.
And here are the videos I made to promote them.
- Manage Your Revit Model, with Dynamo!
- Rhino Can Do Random, Can Revit Do That Too?
- Stretch First! Exciting Methods to Make Your Revit Families Stretch and Flex
I have a few more in my back pocket that I want to get in before the deadline on May 27th.
Any suggestions on anything else you all want to see, send me a message!
-johnP
Wednesday, May 18, 2016
Send Emails with #DynamoBIM
Our presentation was on Implementing a Building Performance Optimization Workflow. My portion specifically covered, speeding up your workflows with various methods which included Dynamo.
During my portion I mentioned that I use Dynamo for everything, including email!
At the time this was a bit of a dream, but we now have this ability in Dynamo with Rhythm! (and the python SMTP.lib) See this node in action below, (apologies for the sound quality)@60secondrevit uses #Revit & #DynamoBIM for ALL: Image creation, dashboard, email & slides (OK not email). #RTCNA pic.twitter.com/VjJXYeuzpe— Sean David Burke (@seandburke) July 25, 2015
I will be posting this nodes to the Rhythm today, so #GetRhythmForDynamo and have fun!
Monday, May 9, 2016
Aligning #Revit Views Across Sheets with #DynamoBIM
On Friday I posted a quick video demonstrating how to align views based on a “host” view in Revit with Dynamo. That video can be found below.
Initially, I didn’t realize I would have such a positive reaction to this video so now I will do a better job describing what it does exactly.
I had a user at my firm apporoach me and ask the following question, “Is there an easy way to align all of my area plans to the same postion as my first area plan? There are six total across six sheets.”
Instantly I remembered some posts regarding “box center” from Julian Benoit, so I fired up Dynamo and began to work through this scenario.
Considering the individual used the phrase “same postion as my first area plan”, I knew I had to make the selection specific rather than collecting all viewports and hoping for the best. About a month ago I posted an isolated pick selection node in Rhythm and I decided this is perfect for this scenario. (Along with List.Deconstruct)
After the user runs the Dynamo graph they are then prompted to select viewports and hit escape when done. Once that is completed Dynamo,
- Deconstructs the list into the first “parent” viewport and the rest of the “children” viewports.
- Gets the box center of the parent viewport.
- Cycles that location equal to the amount of children viewports.
- Finally, sets the box center of the children viewports.
Here is the link for the Dynamo graph discussed, remember to download Rhythm and steamnodes to get this working.
As always, let me know if you have any question and have fun!
-john