Creating Revit Family: Door

We have learned the basic of Revit families. You probably have found that creating Revit families is just a repetitive process. You create parameters, create a work plane, create a solid/void form, and create sketch. This time, we will create a door family. This door family will have solid and void forms, and you will be introduced to symbolic lines and visibility control. We will start with a very simple door in this tutorial, and add more accessories in later Revit exercise.

Creating the Door Panel

Create a new Revit family, use Metric Door.rft as your template.

This Revit template is different with what we have used before. In this template we will see a wall sample, frame/mullion, and the void for our door location. The wall is just a sample, we will not place it together with our door, when we place the door to our Revit project.

door plan view Creating Revit Family: Door front elevation view Creating Revit Family: Door

We only need to focus on creating the door panel at the provided location.

Open the exterior elevation view. Double click it in Revit project browser.

Revit exterior elevation view Creating Revit Family: Door

Click void from your Revit Ribbon>create tab>forms panel.

Revit Solid Form Creating Revit Family: Door

Revit will show you a drop down menu, select extrusion. Change the drawing mode to rectangle.

Revit Draw Rectangle Mode Creating Revit Family: Door

Draw a rectangle like below. To make sure our rectangle snapped to the work plane intersection, override the snap mode to snap intersection by pressing SI.

Hint: If you don’t snap it to the work plane intersection, your family parameters might not work!

The Revit Door Panel sketch Creating Revit Family: Door

Click extrusion properties from the ribbon.

Revit Extrusion Properties Creating Revit Family: Door

Change the extrusion end value to 50. Click OK.

Revit Extrusion Value Creating Revit Family: Door

We’ve just defined the door panel sketch and the panel thickness value. That would be enough for now. Click finish extrusion from the Revit ribbon.

Finish Revit Extrusion Creating Revit Family: Door

We have done with the door panel! We will create some accessories and glass panel for this door in the next exercise. But for now, leave it like that.

Flexing the Model

Just like what we always did before, we need to test this door. Click the types button on your Revit ribbon>create tab>family properties panel.

Revit Family Types Creating Revit Family: Door

Try to test it by changing the door height and width. The panel we created works fine. However, you can see that the dashed line is not working properly.

Flexing the Revit Door Size Creating Revit Family: Door

Relax, we did nothing wrong. I’m not sure you will find the same problem with imperial template. But this one is the metric template that doesn’t work properly. If you create a new family, without creating anything, you can also see this error. So it’s not our fault! Don’t worry, we will fix this. Select the dashed lines and delete it. Both of them.

Adding Symbolic Lines

We will replace the dashed lines with symbolic lines.

Revit Symbolic Lines versus Revit Model Lines

We will add lines as additional information to our door. The common information for door is the swing symbol. Revit has two types of line: symbolic and model. What is the difference between those two? When we should use it?

  • Model line is a line that always visible in 2D and 3D. It’s part of your model, so you can see it in any view.
  • Symbolic line is not part of the model. We can see it only in the view that we use when we draw it. And in views that parallel to it.

As we only need to show the swing symbol in each view, not in 3D, then we use symbolic lines.

The Elevation Swing

Activate symbolic line from your Revit ribbon>detail tab>detail panel.

Revit Symbolic Line Creating Revit Family: Door

Change the line style property to elevation swing [projection].

Revit Line Styles Creating Revit Family: Door

Draw the line just like what we deleted earlier. But make sure you snap to intersection at points below to avoid the same problem. Don’t worry about the mid point, just snap to a plane at that location.

Snap to intersection here Creating Revit Family: Door

The last one. We need the lines to have the same distance from top and bottom. So add dimension like below. Snap to top ref plane, the intersection point of the dashed lines, and bottom ref plane. Place the dimension. After you place the dimension, click the EQ symbol to lock the distance to be always equal.

Hint: Press DI to activate dimension. It’s shortcut for dimension.

Revit equal dimension Creating Revit Family: Door

Test the door again. Change the door width and height. Now it should work fine.

The Plan Swing

Now this is your test. Create more symbolic lines like below, and constraint them using width label.

The Revit door plan swing Creating Revit Family: Door

Hiding The Door Panel

Try to load the family to a Revit project, and place the door there. If you see in the floor plan, we can see the door panel that we created with extrusion before.

Hint: You will not see the difference in family editor. You have to place it in a project to see it’s actually work fine.

Revit Door Panel Still Showing Creating Revit Family: Door

We need to show it in elevation, cut, and 3D view. But not in plan view. We need control the panel visibility. Activate modify tool, select the door panel.

Click visibility settings from Revit ribbon, contextual tab.

Revit Visibility Settings Creating Revit Family: Door

Uncheck the plan/RCP visibility and when cut in plan/RCP (if category permits). This will hide the panel in plan view and when the door cut in plan view. Click OK.

Disabling Revit object visibility Creating Revit Family: Door

Try to load it again to your Revit project and see if it works!

We will continue with this door on later exercise, so save your file.

Share This Page


Rate This Page


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

Application Engineer. Jakarta, Indonesia. 5+ years experience as CAD engineering application. AutoCAD, MicroStation, Inventor, Autodesk Revit Architecture 2010 certified professional, and certified CATIA part design specialist. Here are some topics I am currently focusing on

You might also interested to these posts:

  1. Creating a Simple Table Family
    This time we will continue learning how to create Revit families. We have created a 2D profile in these posts: Creating Profile: Creating a simple 2D profile that can be...
  2. Adding More Void and Solid Forms
    We have done with creating door basic. We add the main panel and symbolic lines. In this tutorial, we will add more forms: void and solid. As I always said,...
  3. Revit Family Exercise: Creating Brick Soldiers
    Before we continue our Revit family tutorial, we are going to do a little exercise, creating window with sill, keystone, and tilt soldiers. To make this different with the previous...