Pin/Unpin in #Revit with #DynamoBIM

I posted a node in Rhythm a few weeks ago without talking about it. Mostly because I am learning python and I am no bueno (no good) at introducing lists into the script.After disecting some of Andreas’ clockwork nodes I am improving!I give to you Element.SetPinnedStatus for Dynamo in Rhythm!You... [Read More]

Rhythm – Group.UngroupElements

A question came up on the forums regarding ungrouping of elements. https://dynamobim.org/forums/topic/ungroup-element/#post-35808 Luckily with a little Python research and great examples from Andreas Dieckman (clockwork) this is now possible with Rhythm.   This node is powerfula and dangerous, so make sure the groups you feed it are in fact the... [Read More]

Rhythm - Update to 3D Room Tag Node

It was recently discovered that the 3D Room Tag node had a few bugs in it. This was after some internal testing and some comments on the following forum discussion.https://dynamobim.org/forums/topic/a-family-with-3d-text-to-acquire-room-information/ I am happy to say that this has been fixed and is now much more stable. The primary difference is... [Read More]
Tags: DynamoBIM, Revit

Rhythm for Dynamo on github

I am pleased to announce that I now have a repository for Rhythm on github. This offers users the option to issue pull requests to improve Rhythm. But the main reason I did this is so I can keep track of what I am updating as Rhythm develops and grows.... [Read More]