Logo

Ideate BIMLink for Revit Assists in Determining Door Hand and Swing Direction

One of the requirements for specifying a door is to know which way it swings, both left or right and, if it has a keyed side, in or out. In Revit this information is not readily available, but the information is there. This piece will help you manage your door quantity takeoffs by first identifying how Revit represents this information and how to use that information to populate the doors with the correct information using Ideate BIMLink or to verify that information with Ideate Query in Ideate Explorer.


There are four types of swings: Left Hand (LH), Right Hand (RH), Left Hand Reverse (LHR), and Right Hand Reverse (RHR). There are many explanations online with diagrams of each.

Default Revit Family

For this example we will be using the default Revit door as a reference. It is modeled in the family as a Left Hand Reverse. This is important as it impacts the way the Revit properties should be interpreted. If you are using families modeled in a different hand than the default family, you will have to note those families and adjust the calculations as appropriate. This workflow also requires that the family have flip controls in place, one horizontal and one vertical.

Doors in Plan

Here is an image of a Revit file that I created for this piece. There is one of each swing, using the Revit placement tools and the flip controls. I then used the mirror command to make another set of doors (in blue) to show that the mirror command does get captured.


There are two properties in Revit that are not listed in the properties palette but are accessible through the API that will determine the swing of the door. These properties are exposed by both Ideate BIMLink and Ideate Query. The two properties are:


  • Is Facing Flipped – This indicates the side of the wall the door swings towards. Since the default Revit family swings out (up in the family) a value of ‘False’ indicates that the door is a ‘Reverse’ door, and a value of ‘True’ is not reversed. 
  • Is Hand Flipped – This indicates the hand of the door. Since the default Revit family is modeled as a Left Hand, a value of ‘False’ indicates that the door is a ‘Left Hand’, and ‘True’ indicates that the door is ‘Right Hand.’


Additionally, you can include ‘Host Wall: Function’ or your ‘Has Lock’ parameter to identify those doors that do or do not need to be marked as ‘Reverse.’ In this example we won’t be including those parameters.


There are two workflows to manage these parameters, allowing you to rely on one resulting text parameter. 

In Ideate BIMLink, a door instance link is created with the parameters listed above, along with the text parameter that will store the resulting value. If you are using families that are modeled differently, you will also want to include the ‘Family Name’ property. 

Properties in Ideate BIMLink

This information is then exported to Excel. To convert the information we can use one of the following Excel formulas, where C is the ‘Is Facing Flipped’ column, D is the ‘Is Hand Flipped’ column.


With Full Text


=CONCATENATE(


IF(D2,"Right Hand","Left Hand"),


IF(C2,""," Reverse"))


Abbreviated


=CONCATENATE(


IF(D2,"RH","LH"),



IF(C2,"","R"))


Once this formula has been put in place, it can be dragged down to the rest of the rows. The data can then be imported back into Revit, updating the parameter.

Properties After Import

In Ideate Query (a part of Ideate Explorer) you can verify that the swing parameter you have defined is accurate. Select the doors that you would like to examine (or all the doors). Open Ideate Query. Select the swing parameter and either one or both of the ‘Is Facing Flipped’ and ‘Is Hand Flipped’ properties from the list using ctrl+select. The query tool will group the elements by these values allowing you to spot discrepancies. You can then select the discrepancies to fix. 

Doors in Ideate Query

Here is an image showing some issues I made on purpose, one blank value from a new door, one that is using the wrong syntax for the parameter, and one that was mislabeled, creating a duplicate in the list.

Explore recent posts

Live From DC: Unlock the Time-Saving Features for Revit with Ideate Software
26 Apr, 2024
TRAINING - VIDEO | Join Richard and Glynnis LIVE from Washington DC, for an enlightening session on how to revolutionize your Revit workflows with the newest offering from Ideate Software - Ideate Automation.
Beyer Blinder Belle Architects' Solution Customization for Streamlined Design
22 Apr, 2024
SUCCESS STORY - VIDEO | Beyer Blinder Belle Architects were able to customize our Revit solutions to meet their company's specific needs. Thanks to our personalized solutions, BBB's team was able to have Ideate Automation run weekly exports overnight and export PDF files as sets by drawing type, run Ideate Automation command lines in Microsoft Power, and more.
15@15: Look It Up! Custom Dictionaries in Ideate SpellCheck
15 Apr, 2024
TRAINING - VIDEO | In this 15@15 recording, you'll uncover the secrets to enhancing your documentation quality control process in Revit. Learn how to seamlessly add standard company/client standard abbreviations to a Revit custom dictionary, coordinated with Ideate SpellCheck.
Ideate Software 15@15 Training Series
13 Apr, 2024
EVENT | Designed to provide you with the best training available on the Ideate Software suite of tools, these 15-minute sessions are fantastic opportunities to enhance skills and maximize productivity.
Show More
Share by: