Using Dynamo to display door swing information

Marketing
Marketing
  • Updated

By Dennis Collin

Using_Dynamo_to_display_door_swing_information_-_1.JPG

Whilst training I am often asked the question whether Revit will show door swing or handing information in a schedule and/or in a drawing. The answer is yes, providing you have some knowledge of Dynamo (or know someone that does!). Now this really is not as difficult as it sounds, because there is an ample supply of tools, sample scripts and resources that can be accessed. A good place to start is here: https://dynamobim.org/

Using_Dynamo_to_display_door_swing_information_-_2.JPG

When creating door schedules, Revit can determine which room a door opens into or from.  Dynamo can access that information and with a few extra packages added to the default Dynamo set of nodes, this task can be accomplished with a custom node, some Python code buried within, determining the value of a user specified door set parameter. I will stress that you do not need to understand the Python programming language to use it. The Python code is situated deep inside the relevant nodes, all that is needed to wire the relevant nodes together and connect them to your ‘Door_Set’ parameter.

Using_Dynamo_to_display_door_swing_information_-_3.JPG

The script in the image below can be played from the Dynamo editor environment or via Dynamo Player. I have indicated the customised nodes which are available after the Clockwork and Archlabs packages have been installed.

For more details on installing additional Dynamo packages read my post here:

https://www.cadlinecommunity.co.uk/hc/en-us/articles/360005372377-Extending-Dynamo-s-functionality

Using_Dynamo_to_display_door_swing_information_-_4.JPG

Once the script has been applied, then the door schedule will update as shown. If the parameter has been setup as a Shared Parameter, then it can show in a tag family as well.

Using_Dynamo_to_display_door_swing_information_-_5.JPG

A few points to bear in mind regarding this process; the door family will need to be modelled and drawn correctly to reflect the correct handing. Also, it is worth ensuring that the room location point is enabled in the relevant families. Dynamo utilises this to determine the door set parameter.

Using_Dynamo_to_display_door_swing_information_-_6.JPG

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.