Creating a Simple Table Family

table - finished

This time we will continue learning how to create Revit families. We have created a 2D profile in these posts:

  1. Creating Profile: Creating a simple 2D profile that can be used in many Revit families definition.
  2. Creating Profile Parameters: Adding parameters to add more controls for the 2D profile family. This will allow us to create several types for the same profile. Users can also define their own sizes without editing the family in family editor. They can simply change it while working on a Revit project.

If you are new to creating Revit families, I suggest you to read them first. Now, we are going to create a 3D Revit family. Let’s start with something simple. The objective in this post is you can create 3D objects using Revit family editor. No, no parameters yet.

I know many of you already familiar with extrude, blend, revolve, etc. But if you are not familiar with 3D modeling yet, don’t worry. We are going to use simple objects here.

Creating a New Family

Create a new family. Select the ‘Metric Furniture.rft’ template.

It’s a little different with 2D profile. See the Revit project browser. Here you can see the tree showing 3D views. Not only plan view.

Revit project browser

Creating a Table Bottom

Open view: Floor plans>Ref. Level. Double click the view from your Revit project browser. We will see two dashed lines crossed on the center of the screen. The intersection point is the insertion point of your furniture. This is similar to insertion point of blocks in AutoCAD.

Activate extrusion in create tab, forms panel. Click the solid button, and click the extrusion from drop down menu.

Extrusion in Revit Family Editor

This will bring you to the sketch mode. We need to create a closed profile before create an extrusion. Create a rectangle like this. Don’t worry about the size. We will adjust it later.

 Creating a Simple Table Family

Create a dimension that define the table bottom size. Change them to 800x400mm. Press [esc] several times until modify tool is active. Click to select the dimension. You should see the lock symbol when the dimension selected. Click it to lock the distance. Do it for both dimension.

lock distance

Now add dimension from the left side to vertical axis. Change the distance to 400mm. Do the same for the horizontal lines. I found a hard time defining the distance with equal dimension. I can use it in parameters, but not if only use dimension. So I decide to use dimension like this. If you know how to get it works, please share with us.

We are going to use equal dimension when we start using parameters.

 Creating a Simple Table Family

 

Optional: You can try using more fancy design if you wanted to. I created this profile with filleted edges.

filleted arc edges

Click extrusion properties, it’s on your ribbon tab, element panel. Change the ‘extrusion end’ value in constraint group. Change it to 400.

extrusion height

Click finish extrusion. Check the table bottom in 3D view.

table bottom - finished

Let’s create the table top.

Creating a Table Top

Creating Reference Plane

Before we continue creating another solid object, we need to define a reference plane. We want to create the table top, right above the table bottom. We need to move our working plane from the floor level above it.

Open an elevation view, any view. Click reference plane>draw reference plane.

reference plane

Snap to the top of our extrusion before. Draw the plane.

reference plane location

On your ribbon, work plane panel, click ‘set’ button. In the opened dialog box, select pick a plane.

specifying work plane

Click OK. Select the reference plane you just created before.

Revit will open another dialog box, asking where you want to work. We have to work with a working plane parallel to our screen.

Select floor plan: ref. level, then click open view.

Creating a Blend

Creating blend is similar to creating extrusion. But when we create extrusion we only define one profile, blend is using two profiles. Activate blend from your ribbon, form panel. Click the small arrow below solid button.

table top profile

Click blend properties from your ribbon. Change the second end value to 100.

blend properties

Now, we need to define the top profile. Click edit top from ribbon. Create another profile, slightly offset from the previous profile.

 table top - top profile

Click finish blend.

Check your table in 3D view.

table - finished

Next, ne are going to create more advanced 3D Revit family by adding parameters.

Share this Post!


Rate This Post

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. Adding Parameters to Revit 3D Family
    Did you save your Revit family in this tutorial? I strongly suggest you to follow that tutorial first if you new to Revit family. If you lost the file somehow...
  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. Creating Railing Definition
    Before we continue, let’s review what we have learned in Revit family tutorial: We have created a simple profile and use it for creating wall sweep. We added parameters and...