Chapter 19. Advanced Structural Families

As you have been working through the chapters of this book, you have been learning how to use the basic libraries to obtain your model elements. You go to a library file and load in different types from a family for use in your project, such as a 3 × 6 from the lumber family. But as you gain experience and have to deal with the many objects that occur in a real-world scenario, you quickly find that the built-in libraries do not have everything you need. You'll get into more complex objects such as wood and steel trusses, tapered steel girders, and wood beam nailers, to name just a few. These objects will require more advanced modeling techniques.

This chapter looks at some of these objects that you will undoubtedly encounter and need to model and explores the more advanced methods required to construct them. Integral to this discussion is the notion of pure, solid modeling techniques that enable you to construct modeled objects. Using a combination of solid and void forms that can be extruded, revolved, swept, and blended, you will find that you can create almost any shape imaginable. These tools are located on Ribbon in the Home tab

Advanced Structural Families

This is a tall order for one chapter, but you truly do want to move beyond simple techniques in order to unleash the real power of this program. We will break it all down into easy-to-follow steps that you can then apply to your own families when the need arises. The examples that you will learn in this chapter are not perfect, nor are they the final word on how these families might be done. Perhaps if you tinker a bit, you can improve them. The first object you will learn how to construct is a tapered girder family.

In this chapter you will learn to:

  • Create a parametrically driven tapered steel girder family

  • Construct an in-place bent beam family

  • Adapt the steel wide-flange beam family by adding a nailer to its top

  • Create an elevator pit family that can be dropped into your project

  • Produce wood and steel truss families using the truss template

Creating Tapered Steel Girders

Tapered steel girders are a common element in many buildings but are not available in any Revit Structure family (see Figure 19.1). You will need to prepare your own at some point. Many long-span conditions, such as a gymnasium or a hotel lobby, use this type of girder. A tapered steel girder is one whose center depth is greater than the end depth, or it is flipped upward with the center higher than the endpoints. You could make a single nonparametric tapered girder specifically for your project by making an in-place family (it is nonparametric if it does not flex into different depths). But why not create a family that you can use over and over again and from which you can easily create different mid-span and end-span depths? That is the most efficient approach, though a little more thought provoking and challenging to create. When you are able to develop a truly flexible and reusable family from scratch, you begin to really unlock the power of Revit Structure.

Tapered steel girder types created from a parametric family

Figure 19.1. Tapered steel girder types created from a parametric family

Defining the Basic Constraints

To get the process started, first you will create a new family, and then you will define the basic constraints of the shape. As you learned in the previous chapter on basic family creation, this is done by adding reference planes to which you will lock the girder sketch lines that define its shape. Those reference planes will be dimensioned, and then the dimensions will be enhanced so that they become labels (parameters) whose value may vary. Doing so will allow the shape to flex as you create different types.

Once you've defined the rules that your family will follow, you will create the shape by using the Swept Blend tool to create the tapered form, which will be attached to the reference planes. Finally you will adjust the visibility of the various family components so that they show correctly in coarse or 3D mode.

The first step in making a parametric tapered steel girder family is to open a new family template file and set up some reference planes, so do the following:

  1. Start a new project so that we can use it to test the family as we progress.

  2. Start a new family by choosing New

    Defining the Basic Constraints
  3. Select Structural Framing - Beams and Braces for the template, and then click OK.

  4. Once you're in the Family Editor, open the front elevation.

  5. Select and delete the rectangular extrusion that you find there.

  6. Set the Detail Level to Medium so the stick symbol will be hidden.

    Now you will need to add five horizontal reference planes: one for the top flange of the girder, two for the end-span depth, and two that represent the mid-span girder depth (see Figure 19.2).

    The front elevation with five added reference planes

    Figure 19.2. The front elevation with five added reference planes

  7. On the Datum panel of the Create tab click Reference Plane, then choose Draw Reference Plane from the drop-down list, and draw the five new horizontal reference planes:

    1. Draw one just below Ref. Level (about 1″ down).

    2. Then draw two (about 1″ apart) about 1′ below Ref. Level.

    3. Then draw another two about 2′ below Ref. Level.

    Next go to the right view so that you can add four more vertical reference planes that will represent the flange width and the web thickness.

  8. On the Create tab click Reference Plane, then choose Draw Reference Plane from the drop-down list, and draw four new vertical reference planes like those in Figure 19.3 (note that the girder profile has been ghosted in for the next few figures to make it easier for you to understand what we are doing). Draw two reference planes, at

    The front elevation with five added reference planes

Adding Dimensions and Labels to the Constraints

Now that the new reference planes have been added, you will dimension them and apply labels. Your values do not have to match the figure at this time. To dimension the reference planes do the following:

From the Dimension panel of the Detail tab of the Ribbon choose the Aligned Dimension tool. In the right view add seven defining dimensions to the reference lines (see Figure 19.4) for the following:

  • Girder end depth

  • Girder mid depth

    Adding the reference planes to the right side view

    Figure 19.3. Adding the reference planes to the right side view

    Adding dimensions to the right side view

    Figure 19.4. Adding dimensions to the right side view

  • Flange thickness in three locations: top, end, and middle

  • Flange width (You must also use the EQ constraint to keep the flange symmetrical about the centerline.)

  • Web thickness (You must also use the EQ constraint to keep the flange symmetrical about the centerline.)

Now that the reference planes are dimensioned, you will create the labels. You want to make the family parametric so that you can create different family types in your projects. To do this you will alter the dimensions you just added in order to create labels for end-span depth, mid-span depth, flange width, flange thickness, web width, and web thickness.

  1. Select the End Span Depth dimension (1′-0″), right-click, and select Edit Label from the context menu.

  2. Choose <Add Parameter>.

  3. In the Parameter Properties dialog box, name the parameter End Span Depth.

  4. Choose Dimensions as the Group parameter.

  5. Click the Type radio button to make it a Type parameter.

  6. Click OK to complete the label (see Figure 19.5).

  7. Repeat steps 1 through 6, and create the Mid Span Depth, Flange Width, Flange Thickness, and Web Thickness parameters. When completed, your reference planes should look like Figure 19.6.

Defining the End Span Depth label in the Parameter Properties dialog box

Figure 19.5. Defining the End Span Depth label in the Parameter Properties dialog box

Now you need to start flexing the labels to test whether the reference lines you have created are working. Remember that you need to constantly test your family by flexing the different dimensions you have established.

  1. On the Family Properties panel of the Create tab of the Ribbon, click Types.

  2. Change the Mid Span Depth parameter to 5′-0″ and then click Apply.

  3. Save the file.

Altering the dimensions to create the labels

Figure 19.6. Altering the dimensions to create the labels

Did the bottom two reference lines stretch correctly to the new depth? If not, you need to cancel and check the problem areas. This process can get frustrating, but after awhile you will get the hang of it. Test the other labels in the same way until all are flexing correctly. Once you have the reference lines flexing correctly, open the Ref. Level plan view again.

Creating the Tapered Girder Geometry

You now will create the basic geometry of the tapered girder (look back at Figure 19.1). Once you have done that, you are almost finished creating this family. This part of the process will use a Solid Swept Blend to create half of the tapered girder.

  1. Open the Ref. Level plan, if it is not already opened.

  2. From the Forms panel on the Create tab click the Solid tool icon; then choose Swept Blend from the drop-down list.

  3. From the Mode panel on the Swept Blend tab click Sketch Path.

  4. Sketch a horizontal line along the Reference Plane : Center (Front/Back), from the left (leftmost) vertical reference line to the Center (Left/Right) reference line, and lock its ends to them.

  5. Click Finish Path from the Path panel on the Swept Blend

    Constraining the Endpoint and the Line to the Reference Plane
  6. On the Edit panel of the Modify Profile 1 tab click Edit Profile, and then open the right elevation view.

  7. On the Swept Blend

    Constraining the Endpoint and the Line to the Reference Plane
Lock the sketch lines to the appropriate reference plane.

Figure 19.7. Lock the sketch lines to the appropriate reference plane.

It is very important to make sure that the sketch lines are locked to the reference planes. To do so, follow these steps:

  1. On the Modify tab select the Align feature.

  2. Click a reference line and then the associated sketch line you want to match; then click the padlock icon to lock it.

  3. Do this for all the sketch lines you have created for the end-span depth profile.

  4. Click Finish Profile.

  5. On the Mode panel of the Swept Blend tab, click Modify Profile 2.

  6. On the Edit panel of the Modify Profile 2 tab, click Edit Profile.

  7. On the Swept Blend

    Lock the sketch lines to the appropriate reference plane.
  8. Click Finish Profile, and then click Finish Swept Blend.

Now go to a 3D view and flex the various values in the Family Types dialog box to test that the shape is stretching as you expect. When you are satisfied that the shape is flexing correctly, go to the front elevation view.

  1. Highlight the swept blend, and mirror it about the vertical center line.

  2. Lock the ends of both swept blends to the vertical center line (see Figure 19.8).

  3. On the Modify tab click Join

    Lock the sketch lines to the appropriate reference plane.
  4. With the Align tool lock the ends of the tapered girder again to the left and right vertical reference planes.

Locking the two segments of the tapered girder to the center line

Figure 19.8. Locking the two segments of the tapered girder to the center line

It is very important to make sure the sketch lines of the new mirrored solid are locked to the reference planes as well. To do so, use the Align tool. This can get a bit tedious, but pay close attention so that you get all of the lines. When you mirror the girder from one side, you may have to relock to the new reference planes on the other side.

You have now completed the tapered steel girder family (see Figure 19.9) and can make some family types.

The two profiles of the solid swept blend highlighted for half the tapered girder

Figure 19.9. The two profiles of the solid swept blend highlighted for half the tapered girder

  1. Select Types from the Family Properties panel on the Modify tab—or any other tab for that matter.

  2. In the Family Types dialog box choose New.

  3. Name the type 1′ × 2′.

  4. Change the End-Span Depth value to 1′-0″ and the Mid-Span Depth value to 2′-0″.

  5. Click Apply, and confirm that it is flexing okay.

  6. Repeat steps 1 through 3, and create a 2′ × 4′ family type and a 3′ × 5′ family type.

  7. Save the finished tapered girder.

Now you are ready to test the finished tapered girder. It acts like any other beam object, and it also will work with a beam system.

  1. Load the family into a new project.

  2. On the Home tab click Beam.

  3. Choose a tapered girder type, and draw it just as you would any other beam.

  4. Go to a 3D view and check it out.

We just worked through the process that you use to create a family from scratch. You got off to a good start because you used the template for beams and braces, which saved you a lot of work. You created the proper constraints for the tapered girder geometry. Then you overcame a big problem getting the sloping bottom flange to show the correct thickness. In the next section you will create a single in-place family within an existing project.

Creating Bent Steel Beams

Another common structural item you are bound to need while modeling your building is a bent beam (see Figure 19.10), whether in concrete or steel. You will probably be happy to learn that creating this one is not as involved as creating the tapered girder family. Earlier, in the chapter on framing, you saw that you can create many types of curved beams, but bent beams require a different approach. Since the bent beam is usually an isolated case, you may want to do only a quick model of it directly in your project. This will be accomplished by using the Model In-Place tool. Basically you create a solid sweep and apply a beam profile to it. Then you add a symbolic stick line for coarse detail mode display to finish out the family. But you do not go to the trouble of making the family parametric by creating labels for your dimensions so that it can stretch to many shapes. Let us break down the process and step through its creation.

Bent beams in a 3D view

Figure 19.10. Bent beams in a 3D view

Here is how the procedure works. First you set up the file and start the in-place family:

  1. Open a new Revit Structure project. It should start with Level 2 open. Change the scale to

    Bent beams in a 3D view
    = 1′-0″.

  2. Draw a single horizontal grid line above the south elevation mark (a named reference plane also works).

  3. On the Model panel of the Home tab, click the lower half of the split button for Component, and then choose Model In-Place from the pull-down list.

  4. Select Structural Framing from the Family Category list, and click OK.

  5. Name the in-place family Bent Beam 1 (you may have others to construct).

  6. Click OK, which puts you in the Family Editor environment but still within the context of your project, and you can now begin constructing the bent beam.

Next you will create a solid sweep. You will need to use a plan view and an elevation view as you construct it. First you will use the south elevation view to draw the path of the bent beam.

  1. On the In-Place Modeling panel of the Model In-Place tab, click Solid

    Bent beams in a 3D view
  2. Now double-click the South elevation in the Project Browser.

  3. On the Home tab click Set on the Work Plane panel, and then choose Grid 1 as your active work plane (or select a named reference plane).

  4. On the Sweep tab click the Sketch Path icon on the Mode panel.

  5. Use the Line tool on the Draw panel to sketch the bent beam path, something like the one shown in Figure 19.11.

    Sketching the 2D bent beam path in the elevation view

    Figure 19.11. Sketching the 2D bent beam path in the elevation view

  6. On the Path panel click Finish Path to complete the path.

  7. Click Select Profile on the Mode panel of the Sweep tab.

  8. On the Edit panel, use the drop-down list to select a W16X26 from the list of loaded profiles.

  9. On the Options bar change the Angle value to 90 degrees in order to roll the profile into a web vertical position.

  10. Click Finish Sweep, and the basic form is done.

  11. Go to your 3D view and check out your progress.

Now you will apply a material to the bent beam.

  1. Select the bent beam, and click the Element Properties tool on the Element panel on the Model In-Place tab.

  2. Click the Materials parameter field, which then displays the Materials button, the small button with three dots. Click this button to open the Materials dialog box.

  3. Select Metal - Steel - ASTM A36.

  4. On the right side of the dialog box, click the Shading Swatch button. This displays the Color palette (see Figure 19.12).

  5. Change the color to an RGB (red, green, blue) value of 128, 0, 0, a tone of dark red that makes the steel display more realistically.

  6. Click OK until you exit all the dialog boxes.

You are still in the Model In-Place Family Editor, but now go to the 3D view and check out your results thus far. In the 3D view on the View Control bar, click Model Graphics Style. Select Shading with Edges to get a good display of the bent beam. It is always a good idea to check the 3D view as you work to make sure it looks right.

Now you will add a symbolic stick symbol line in plan view. Go to Level 2, and zoom in to the bent beam. You will probably see something like Figure 19.13. Notice that part of the bent beam is above the cut plane of the view and not visible. Adjust the Level 2 View Range until the entire bent beam is visible.

Changing the color for steel ASTM A36

Figure 19.12. Changing the color for steel ASTM A36

The bent beam in plan view

Figure 19.13. The bent beam in plan view

To add the stick symbol to the in-place family, do the following:

  1. Click Symbolic Lines on the In-Place Modeling tab.

  2. Select Stick Symbols [Projection] from the drop-down list on the Element panel.

  3. Draw the line along the length of the bent beam, right on the center.

  4. Press the Esc key, and then highlight the stick symbol.

  5. Lock both ends of the stick symbol to the bent beam model (see Figure 19.14). You can use the Align tool for this.

Finally you will adjust the visibility of the family components so they show correctly in different detail modes:

  1. With the stick symbol selected, click the Visibility Settings tool on the Visibility panel.

    Locking the stick symbol to the model endpoints

    Figure 19.14. Locking the stick symbol to the model endpoints

  2. Uncheck Medium and Fine, as you do not want the stick symbol showing in those detail modes. Click OK to exit.

  3. Select the bent beam sweep, and then click the Visibility Settings tool on the Form panel this time.

  4. Uncheck Coarse, as you do not want the sweep showing in your coarse detail mode views. Click OK to exit.

  5. Click Finish Family.

You have now completed the process of creating an in-place bent beam family. The bent beam can be copied and adapted for other instances as required. But it is important to remember that when in-place families are copied, each instance becomes its own new family. That is a real negative if you want to have many copies in your project, because each copy will have to be individually edited if you need to change the bent beam in any way. So if you think you will have many copies, best practice is to create the family externally and load it in. That type can then be copied, and both the original and the copies need be edited only once.

The next section walks you through creation of a wood nailer on a steel beam family.

Adding a Wood Nailer on a Steel Beam

So far in this chapter you have created a parametrically driven tapered girder family and an in-place bent beam family. In this section you will alter an existing family by adding a wood nailer. What is that? If you work with wood products much, you will know (see Figure 19.15). Many commercial structures are built using multiple materials such as wood and light steel framing. In order to attach wood members such as floor framing and plywood sheathing to a steel beam, wood members are bolted to the top, and sometimes to the bottom, flange of the beam. These are called beam nailers. Revit Structure does not ship with a family to accommodate this assembly, so you are going to learn how to do it yourself.

Now you could go about this by adding a wood member over a steel member independently of each other, but the process gets quite difficult to control that way. The best approach is to make your own family by adapting the basic wide-flange steel family in order to make your own integrated wood nailer family.

Wood nailer on the top of a steel girder

Figure 19.15. Wood nailer on the top of a steel girder

The procedure for creating the basic wood nailer family is as follows. First you need to set up the file:

  1. Open a new default project.

  2. On Level 2 draw a W16X26 beam.

  3. Select the beam, and click Edit Family on the Family panel of the Modify Structural Framing tab.

  4. Click Yes to open the W-Wide Flange beam family for editing.

  5. Immediately save the family using the Save As option. Name it W-Wide Flange with Top Nailer.

Using Windows Explorer, you will next browse to your structural framing library in order to copy the text file associated with the family. Do you know where that is located? If you do not know, you can check under File Locations in the Options dialog box. The default location will be in your Documents and Settings folder. When you find the folder, do the following:

  1. In the Steel Framing library copy the file W-Wide Flange.txt and save to a new file called: W-Wide Flange with Top Nailer.txt.

  2. Go back to the Revit Structure file, and choose the right elevation view.

  3. Zoom in on the top flange of the beam shape.

  4. On the Graphics panel of the View tab, click Thin Lines to make it easier to see the beam lines.

  5. Draw three reference planes above the top flange in order to anchor the three sides of the nailer (see Figure 19.16).

  6. Select the existing vertical Center (Left/Right) reference plane, and click Pin on the Modify Reference Planes tab.

Draw three new reference planes above the top flange.

Figure 19.16. Draw three new reference planes above the top flange.

Now you will draw a solid extrusion over the top flange that represents the nailer:

  1. From the Forms panel on the Create tab, click Solid

    Draw three new reference planes above the top flange.
  2. For the reference plane select Reference Plane : Center (Left/Right), as shown in Figure 19.17.

  3. Sketch a rectangle to represent the nailer, and lock the four sides to the reference planes (see Figure 19.18).

  4. Click Finish Extrusion.

Selecting the reference plane for the solid extrusion

Figure 19.17. Selecting the reference plane for the solid extrusion

Lock the sketch lines to the reference planes.

Figure 19.18. Lock the sketch lines to the reference planes.

Next you will add dimensions to the reference planes and then create labels that will control the nailer size:

  1. Add dimensions to the added reference planes as shown in Figure 19.19.

  2. Select the Nailer Depth dimension.

  3. Right-click and select Edit Label.

    Adding dimensions to the nailer reference planes

    Figure 19.19. Adding dimensions to the nailer reference planes

  4. On the pull-down menu, select <Add Parameter>.

  5. In the Parameter Properties dialog box, name the parameter Nailer Depth.

  6. Group the parameter under Dimensions.

  7. Click the Type radio button to make it a Type parameter.

  8. Click OK to complete the label.

  9. Repeat steps 2 through 8 to create the Nailer Width label.

Now it is time to flex the nailer to make sure it works correctly:

  1. On the Detail tab click Types.

  2. Under Dimensions change the Nailer Depth value to 2.5″ and the Nailer Width value to 5.5″. Those values would be for a standard 3 × 6 profile of a piece of lumber.

  3. Click Apply to demonstrate that the assembly can change to different shapes (see Figure 19.20). If you get a message that the shape is overconstrained, click Remove Constraints.

  4. When you have finished testing, click OK to exit the dialog box.

The dimensions have been changed to labels.

Figure 19.20. The dimensions have been changed to labels.

Now that the nailer profile is completed, the next step is to anchor the extents of it to the ends of the steel beam. Notice that we lock it to the reference plane and not to the actual steel member. That is always the best practice.

  1. Go to the Ref. Level plan view.

  2. On the Modify tab click Align.

  3. Click the long reference plane at the beam end and then the one at the nailer end.

  4. Close the lock, and then do the same for the other end.

Next you need to adjust the visibility of the nailer so that it does not show in coarse detail level:

  1. Select the nailer, and then on the Modify Extrusion tab click the Visibility Settings tool.

  2. Uncheck the Coarse check box, and then click OK to exit.

Finally, you will assign a material to the nailer. Most likely there is no wood material loaded, so you will need to create it:

  1. With the nailer highlighted, click the Element Properties button on the Modify Extrusion tab.

  2. In the Instance Properties dialog box, click into the Value box of the Material parameter, and then click the small button with three dots. This will display the Materials dialog box.

  3. Click the blue icon at the bottom left of the dialog box to create a new material by duplicating the default material.

  4. Call the new material Wood - Dimensional Lumber.

  5. Click the Shading tab, and set the RGB values to 223, 192, 134.

  6. Click OK until you exit all the dialog boxes.

You have now-completed the family. Once again go to the right view, and then change the Model Graphics Style to Shaded with Edges. Does it resemble Figure 19.21? Go to the 3D view, and flex the family with various nailer sizes to make sure everything is working correctly. Now you are ready to load it into your project whenever needed. One nice aspect of this family is that the insertion will be from the top of the nailer, so setting its top in relation to your level can be done quite simply.

The finished nailer on a steel beam, forming an assembly

Figure 19.21. The finished nailer on a steel beam, forming an assembly

Modeling Wood Shear Walls

The next subject for you to explore is the creation of wood shear walls. Especially in seismic zones, the structural design and documentation of shear walls is essential to master. But what is the best practice in terms of modeling this type of element? It might be a retail store in a mixed-use project, or it might be a student housing project. Your structural model will need interior and exterior shear wall types as well as bearing wall types. Wood projects can be quite a challenge to model because they have many, many pieces, as opposed to a steel or concrete building. So modeling them takes a lot of planning and good modeling techniques.

Of particular importance to this type of wall family is to embed 2D detail components right into the family. You will take a generic wall type and create a 6″ wood shear wall with the required elements. The process you will use to accomplish this is to create a profile family first and embed the 2D components into it. Then you will add that profile to the wall family.

Using Detail Components in Wall Families

Using detail components in families is an important evolution in your practice, as we briefly discussed in Chapter 9. As you learn more about the family-creation process, you should look for ways to embed 2D components directly into the family.

The goal in doing so is to have the ability to cut a section through your model so that the result is as complete as possible. Having to add lots of 2D lines and detail components to your sections after they are placed in your project adds a lot of extra work, especially when the model starts flexing or you move the wall. The stand-alone 2D components you place in your sections tend not to follow the wall model and must be repositioned, oftentimes more than once. The wood shear wall is a good example of this. The shear wall will have plywood sheathing and top and bottom plates to which the studs are nailed. Why not have everything in one package?

To illustrate this idea look at Figure 19.22. There are four different wall types displayed in section view.

  • On the left side is a generic 6″ wall that shows no detail of the wall. Lots of work to do there.

  • Second from the left is a 6″ shear wall in which plywood sheathing has been added and cuts have been made to show the outline of the 3 × 6 nailers. That is a little better.

  • Third from the left is a 6″ shear wall with plywood sheathing. It also has embedded detail components for the plates and the bolt at the bottom. Better still.

  • On the far right side you see that a concrete curb has also been added as another option, so you need not draw it separately.

Wood shear wall creation using detail components

Figure 19.22. Wood shear wall creation using detail components

So which wall type would you like to use on your project? Of course, you might ask why we are not modeling all the wall studs and plates. The answer is that we could, but it would be very difficult to accurately place each stud. A worker building such a wall in the field would not find it all that useful to have such a model of framing plans. The important information for the design team is the overall wall length, the sheathing location, and the hold-down anchor locations at the end of the wall and at doorways.

First you will create the profile for the top and bottom plates similar to the way it was done in Chapter 9:

  1. Browse to the Structural Library

    Wood shear wall creation using detail components
  2. On the Family Properties panel of the Create tab click Types.

  3. Click New, and name the new type 3x6.

  4. Set the b dimension to 5-

    Wood shear wall creation using detail components
    and the d dimension to 2-
    Wood shear wall creation using detail components
    ; then click OK to exit.

  5. On the Detail panel of the Create tab click Detail Component.

  6. Click Yes to load a detail items family.

  7. Choose Detail Components

    Wood shear wall creation using detail components
  8. Select a 3 × 6 component, and click OK to apply it and close the screen.

  9. Rotate the component after placement, and then move it directly over the profile lines.

  10. On the Applications menu choose Save As, and save the new profile with the name Dimension Lumber-Profile with plate.rfa.

  11. Start a new default project, and go to Level 1. Save the project as Wood Shear Wall Example.

  12. Go back to the new profile family, and load it into your new project file.

Now you are ready to begin the process of creating the wood shear wall. Do the following:

  1. In the new project file on the Structure panel of the Home tab, select Structural Wall.

  2. In the Type Selector choose Basic Wall: Generic - 6″.

  3. Click the bottom half of the split button for the Element Properties tool on the Element panel of the Place Structural Wall tab, and then choose Type Properties from the drop-down list

  4. Click Duplicate.

  5. Name the new wall 6″ Wood Shear Wall, and then click OK.

  6. Click Edit in the Structure field, which will display the Edit Assembly dialog box.

  7. Click the Preview button on the bottom left to expand the view.

  8. Change the view to Section: Modify Type Attributes.

  9. Click the Material for Structure [1] area, and select Wood - Stud Layer. Then click OK to close.

  10. Change the thickness to 5

    Wood shear wall creation using detail components
    (the actual size of a 3 × 6).

  11. Click Insert to add the sheathing layer. Highlight the new layer, and click Up to move it out of the Core Boundary area.

  12. Change the Material value to Wood - Sheathing - Plywood, and then give it a thickness of

    Wood shear wall creation using detail components
    .

  13. Click Sweeps, and then in the Wall Sweeps dialog box click Add.

  14. Set the following parameters for the sweep (see Figure 19.23):

    • Profile: Dimension Lumber - Profile Plate: 3 × 6

    • Material: Wood - Stud Layer

    • Distance: 1

      Wood shear wall creation using detail components
    • From: Base

    • Side: Exterior

    • Offset: −3

      Wood shear wall creation using detail components
  15. Click OK to complete the addition of the sweep to the wall family.

Creating the bottom plate for the shear wall

Figure 19.23. Creating the bottom plate for the shear wall

Next you will unlock the sheathing at the bottom of the wall so it can move independently in the vertical position after placement:

  1. With the Sheathing layer still active click Modify, and then zoom in on the bottom of the wall in the preview. You can use the Steering Wheel tool in the bottom-left corner to navigate the preview window.

  2. Click the bottom line of the sheathing layer until you see the lock; then unlock it (see Figure 19.24).

Unlocking the sheathing layer

Figure 19.24. Unlocking the sheathing layer

Next you will add two more profiles at the top of the wall to represent the top plates:

  1. Click Sweeps and then Add.

  2. Set the following parameters for the first top plate sweep:

    • Profile: Dimension Lumber - Profile Plate: 3 × 6

    • Material: Wood - Stud Layer

    • Distance: −1

      Unlocking the sheathing layer
    • From: Top

    • Side: Exterior

    • Offset: −3

      Unlocking the sheathing layer
  3. Set the following parameters for the second top plate sweep:

    • Profile: Dimension Lumber - Profile Plate: 3 × 6

    • Material: Wood - Stud Layer

    • Distance: −3¾″ (note negative value)

    • From: Top

    • Side: Exterior

    • Offset: −3

      Unlocking the sheathing layer
  4. Click OK to complete the addition of the two top plate sweeps to the wall family.

  5. Click OK successively until you exit all dialog boxes.

Now draw a wall in plan view. Go to a section view, and change the detail mode to Medium. Your wall should look like that in Figure 19.25. Try pulling the sheathing layer up and down to make sure it is free to move. As a further example, you could create another profile family by adding a 2D detail component of a bolt in section to the file you created for the basic stud plate.

The completed shear wall with sheathing and top and bottom plates

Figure 19.25. The completed shear wall with sheathing and top and bottom plates

There is a lot you can do there, and you will probably have to spend time getting used to this assembly. For now we will turn to creating an elevator pit family from scratch.

Developing Elevator Pits

Almost every multistory building is going to have an elevator pit and most likely a sump pit. You will have to show the pit opening and then the pit walls dashed to represent the pit on your floor plan. The pit can appear in different sections you might take for detailing purposes as well. In the 3D modeling world you need to model the pit as one important structural component of the project. If you do not model the pit, you risk losing the integrity of the model as a BIM solution.

The first and most obvious way to approach the pit construction is to simply add foundation walls and a slab at the bottom of the pit. But this will take some effort in getting all the pieces situated correctly, and display can be messy. The pit slab and walls also generally intersect and form a bearing surface that is a little harder to construct (see Figure 19.26). The inner pit footing line slopes up at an angle connecting to the pit slab. You will need to add a slab edge profile and then join all the geometry to get it looking right.

Elevator pit wall and slab edge condition

Figure 19.26. Elevator pit wall and slab edge condition

So instead of using that approach, what if you were to make a parametrically driven elevator pit family that could simply be loaded into your project and dropped onto the floor as a single unit? The 3D pit family would automatically attach to the underside of the floor slab and create the pit opening. The plan view would be exactly and cleanly displayed, and the whole thing could be pushed and pulled into place as one big assembly. For each project you could adapt the pit length, width, and depth dimensions to fit the particular installation in that building. Several types of pits could also be created on one floor.

Well, that elevator pit family is exactly what you are going to create in this section of the chapter (see Figure 19.27).

The elevator pit family in cutaway view

Figure 19.27. The elevator pit family in cutaway view

The procedure to create such a pit family can seem quite involved, so we will break it down into parts. You start a new family first and then add reference planes where the walls and pit slab will be located. You add dimensions to the reference planes that you later change to labels. Then you add solid extrusions for the walls and pit slab that are attached to the reference planes. Next you add void forms to make the floor opening and to sculpt the pit slab. Finally you add 2D symbolic lines and set the visibility for different detail levels.

To create an elevator pit family, follow these steps:

  1. Open a new default project.

  2. On the Application menu drop-down click New

    The elevator pit family in cutaway view
  3. For the family template type select Generic Model Floor Based, and then click Open. You then will work on the floor that has already been created in the template. Using the floor-based template means that the pit will be hosted by a floor element.

Now you must establish reference planes to which you will attach the walls:

  1. Make sure you are on the Ref. Level plan. Zoom extents (keyboard shortcut ZE) so that you can see the central reference plane axis.

  2. On the Create tab click Reference Plane.

  3. Draw eight reference planes around the central axis to represent the pit wall lines (see Figure 19.28). Do not worry about exact placement or dimension, but make it about 4′-0″ square.

  4. Use Figure 19.28 as a guide to add dimensions to the reference planes. Lock only the four 8″ dimensions.

  5. On the Create tab choose Solid

    The elevator pit family in cutaway view
    Create eight reference planes around the center point of the slab.

    Figure 19.28. Create eight reference planes around the center point of the slab.

  6. On the Create Extrusion tab select the Rectangle tool on the Draw panel.

  7. Now draw two rectangles representing the inner and outer faces of the pit, and lock them to the reference plane (see Figure 19.29).

  8. On the Element panel of the Create Extrusion tab choose Extrusion Properties, and make the Extrusion End value equal to −5′-0″. Click OK to close.

    The wall lines are locked to the reference planes.

    Figure 19.29. The wall lines are locked to the reference planes.

  9. Click Finish Extrusion on the Extrusion panel to complete the walls.

Now you will create the pit slab:

  1. On the Create tab click Solid

    The wall lines are locked to the reference planes.
  2. Draw a rectangle around the inner walls, and lock them to the inner reference planes (see Figure 19.30).

  3. On the Element panel of the Create Extrusion tab, choose Extrusion Properties.

  4. Make the Extrusion End value −5′-0″ and the Extrusion Start value −4′-0″.

  5. Click OK, and then click Finish Sketch to complete the pit slab.

Next you will create the opening in the host floor slab. You should still be in the Ref. Level view:

  1. On the Model panel of the Create tab click Opening. This places you into Sketch mode.

  2. Now Click the Rectangle tool on the Draw panel.

    The pit slab lines are now locked to the reference planes.

    Figure 19.30. The pit slab lines are now locked to the reference planes.

  3. Create a rectangle around the inner walls of the pit and lock the lines.

  4. Click Finish Sketch and there you have it; your basic pit is complete (see Figure 19.31). But it still is not parametric yet, is it? We still have a way to go.

The next step is to add a reference plane and dimensions to control the depth of the pit:

  1. Go to the Front Elevation view.

  2. Select Reference Plane on the Create tab and Pick Existing Line/Edge from the drop-down list.

  3. Click the top of the pit slab line. Stretch the new reference plane line out to the left, and lock the geometry to it.

  4. Repeat steps 2 and 3 for the bottom of the pit slab (see Figure 19.32).

    Note that the bottom of the slab and the bottom of wall solid forms must both be locked into the bottom reference plane. If you are having problems selecting either one, press the Tab key until you can select properly.

  5. Add one dimension from the floor line to the top of the pit slab and one for the thickness of the pit slab.

  6. On the Edit Geometry panel of the Modify tab, click Join

    The pit slab lines are now locked to the reference planes.
The slab opening is locked to the inner wall lines.

Figure 19.31. The slab opening is locked to the inner wall lines.

The pit slab lines are locked to the reference planes.

Figure 19.32. The pit slab lines are locked to the reference planes.

The next step adds a solid void blend to carve out the bottom of the slab so its edges look like Figure 19.34. The point is to make a bearing surface equal to 1′-0″ around the pit. We already have the 8″ pit wall and now must add another 4″.

  1. Go back to the Ref. Level plan view.

  2. On the Forms panel of the Create tab, choose Void

    The pit slab lines are locked to the reference planes.
  3. On the Draw panel of the Create Void Blend Base Boundary tab, click the Rectangle tool.

  4. On the Options bar set the Offset dimension equal to −4″. Click the upper left and lower right of the pit opening to create the base of the blend, as shown in Figure 19.33.

    Note: If the rectangle starts to appear on the outside of the slab, press the spacebar to make it go inside the walls.

    Locking the void to the reference plane

    Figure 19.33. Locking the void to the reference plane

  5. On the Mode panel click Edit Top.

  6. On the Draw panel select the Rectangle tool, and set the offset dimensions to −10″. Click the upper left and lower right of the pit opening to create the top of the blend.

  7. On the Element panel select Blend Properties, and set the First End value at −5′-0″ and the Second End value at −4′-6″. Click OK to exit the dialog box.

  8. Click Finish Blend to complete the void blend.

  9. Go to the front elevation again. Select the void blend, and then align and lock the bottom to the bottom of pit slab reference plane (see Figure 19.34).

  10. Add a reference plane for the top of the void, and lock the top of the blend to it. Make a 6″ dimension, and close the dimension lock.

You have now completed the basic geometry of your elevator pit family. The final step is to make it parametric by changing the dimensions you have created into labels. The labels will contain different values that will represent the various pit types that you will create:

  1. In the front elevation select the Pit Depth dimension, right-click it, and select Edit Label.

  2. Click Add Parameter.

  3. In the Parameter Properties dialog box name the parameter Pit Depth.

  4. Group the parameter under Dimensions.

  5. Click the Type radio button to make it a Type parameter.

  6. Click OK to complete the label (see Figure 19.35).

    A solid void is added to sculpt the bottom of the pit slab.

    Figure 19.34. A solid void is added to sculpt the bottom of the pit slab.

    Defining the Pit Depth label in the Parameter Properties dialog box

    Figure 19.35. Defining the Pit Depth label in the Parameter Properties dialog box

Now you need to start flexing the pit model to test whether the lines you have created are locked into the reference planes. Remember that you need to constantly test your family by flexing the different dimensions you have established.

  1. Click Family Types on the Family tab.

  2. Change the Pit Depth parameter to 6′-0″, and then click Apply.

Did the model stretch correctly to the new depth? If not, you need to exit and check the problem areas. Most likely something is overconstrained or improperly locked to a reference plane. This can get frustrating, but after awhile you will get the hang of it. Once you have the model flexing correctly, choose the Ref. Level plan view again.

  1. Go to the Ref. Plan view and repeat the process to create new labels for the Pit Length dimension and the Pit Width dimension.

  2. Test them in the same way as you did the Pit Depth parameter to make sure the dimensions are flexing correctly to different sizes.

The final step to complete the elevator pit family is to add symbolic lines for your coarse mode display and to establish the visibility of the various parts of the family. If you use the family the way it is now, the plan view will not display appropriately (see Figure 19.36).

The final display must be configured using symbolic lines and visibility settings so it does not look like this.

Figure 19.36. The final display must be configured using symbolic lines and visibility settings so it does not look like this.

So do the following:

  1. Open the front view.

  2. Select the walls, and then click the Visibility Settings tool on the Form panel of the Modify Extrusion tab.

  3. Uncheck the Coarse detail level, as shown in Figure 19.37. Click OK to exit.

  4. Now do the same for the remaining solid and void forms.

  5. Go back to the Ref. Level plan view.

  6. On the Detail tab click Symbolic Line.

  7. On the Place Symbolic Lines tab, click into the Type Selector and select Generic Models [Projection] from the pull-down list.

  8. On the Visibility panel click the Visibility Settings tool.

  9. Uncheck Medium and Fine so they do not show in those display modes; then click OK to exit the dialog box.

  10. Draw a rectangle at the inner edges of the pit walls, and lock the lines to those reference planes.

  11. From the Type Selector select Hidden Lines [Projection].

    Use the Family Element Visibility Settings dialog box to set view-specific display characteristics for your family members.

    Figure 19.37. Use the Family Element Visibility Settings dialog box to set view-specific display characteristics for your family members.

  12. Draw a rectangle at the outer edges of the pit walls, and lock the lines to those reference planes.

  13. On the Draw panel using the Generic Models [Projection] line type, click the Line tool, and then draw an X to represent the area of the pit opening.

Now the pit in coarse mode will look like Figure 19.38.

The pit plan view after the Visibility settings are completed, showing the symbolic/model lines in coarse mode

Figure 19.38. The pit plan view after the Visibility settings are completed, showing the symbolic/model lines in coarse mode

There you have it, a finished elevator pit family. It is time to take it for a test run. Start a new project, and on the first level add a 6″ concrete slab. Load the elevator pit family into the file. You will find the family under Generic Models. Drag it out, and drop it onto the floor (see Figure 19.39). Check out the plan view in coarse detail level to make it sure it is displaying correctly. Go to a 3D view, and notice how you can push and pull the pit around the slab. Take note as well how the walls automatically adjust to the floor depth and how the opening is automatically created in the floor slab.

You may now be getting a feel for the power of Revit Structure families and your ability to create your own families for the particular situations your project may demand. The next section focuses on another more advanced item, steel and wood trusses.

An instance of the elevator pit displayed in Medium mode in a 3D view.

Figure 19.39. An instance of the elevator pit displayed in Medium mode in a 3D view.

Creating and Adding Steel and Wood Trusses

Trusses are one type of structural object that we did not cover in the chapter on structural framing. They tend to require more advanced thinking and planning. While there are many families available for loading into your model, you will come across many conditions that will require you to build your own families. Trusses in Revit Structure are treated as assemblies that are created with numerous pieces. The truss families consist of basic truss forms (see Figure 19.40) and individual elements that can be configured with different structural framing members and whose spacing can be adjusted. The basic forms have a top chord and a bottom chord, as well as vertical and diagonal members.

In this section you will look at two warehouse buildings that require the addition of truss framing (see Figure 19.41). For one you will see how to add and create a truss whose top and bottom chord elements are steel WT shapes and whose web members are double angles as a free span over the entire warehouse floor area. This is a very common truss configuration. For the other warehouse you will create a wooden truss whose vertical members must be specifically located over intermediate bearing walls. That will require editing of the truss form itself, and it is the more difficult of the two examples.

Various types of truss families available in the default libraries

Figure 19.40. Various types of truss families available in the default libraries

Two examples of warehouses requiring truss framing

Figure 19.41. Two examples of warehouses requiring truss framing

Working with the Truss Template to Create a Wood Truss

When the built-in libraries and the Truss Wizard cannot work for the condition required in your project, you can build your own truss family. On many projects you must specifically locate the vertical web members of the truss over intermediate supports, so you have to alter the basic spacing of the truss form. Using the truss family template makes the process much easier. The following explanation of this procedure will give you some first-hand experience in making your own truss.

In this second warehouse example, the vertical web members of the wood truss need to located at third points of the truss span because the truss is supported by wood shear walls below. The structural design calls for placing a vertical web member directly over each one. The overall span of the truss is 70′-0″, with the supporting shear walls at 23′-4″ center to center. Develop the truss in the following way:

  1. Open Dataset_1902.rvt (from the book's companion web page at www.sybex.com/go/masteringrevitstructure2010).

  2. On the Application menu select New

    Working with the Truss Template to Create a Wood Truss
  3. For the family template type select Structural Trusses.

  4. On the Family Properties panel of the Create tab click Types, and then in the Family Types dialog box change the Truss Length parameter to 70′-0″ and the Truss Height parameter to 4′-0″. Click OK to close.

  5. On the Detail panel of the Create tab, select Top Chord.

  6. Sketch a line from the left reference plane to the right reference plane along the top reference plane. Lock the sketch line to the top reference plane.

  7. On the Detail panel select Bottom Chord.

  8. Sketch a line from the left reference plane to the right reference plane along the bottom reference plane. Lock the sketch line to the bottom chord reference plane only.

Now that the top and bottom chords are completed, the web will be constructed starting with the critical vertical web members that go over the walls.

  1. Add a vertical reference plane between the left and center reference planes. These represent the main supports.

  2. Add a dimension string between the three reference planes and make them EQ (see Figure 19.42).

  3. Repeat step 2 for the right side of the truss center line.

    Adding the intermediate reference planes

    Figure 19.42. Adding the intermediate reference planes

  4. On the Detail panel of the Create tab click Web, and then sketch and lock vertical lines at the added reference planes between the top and bottom chords.

  5. Using Figure 19.43 as a guide, add eight other vertical reference planes and then nine vertical lines (do not worry about exact placement). Do not add vertical members at the left and right reference planes.

  6. Using Figure 19.43 as a guide, add dimension strings to the added web members.

  7. Again using Figure 19.43 as a guide, add the diagonal double-angle truss web members between the vertical truss web members.

    Adding the dimensions for the vertical web members in relation to the main supports

    Figure 19.43. Adding the dimensions for the vertical web members in relation to the main supports

  8. On the Insert tab on the Load From Library panel, click the Load Framing Family tool

    Adding the dimensions for the vertical web members in relation to the main supports
  9. Click Open, and then select a 3 × 6 (which you will use for all the members of the truss), and click OK to load it into your project.

  10. On the Truss Family tab choose Types, and then set the Structural Framing type for the Top, Bottom, Vertical, and Diagonal members to Dimensional Lumber : 3 × 6. Click OK to exit the dialog box.

The truss creation is completed. Now you will save and load the new truss family into your project and do the final configuration after adding it to the model:

  1. Save your new truss family to your project directory with the name Wood Truss Family.

  2. On the Truss Family tab, click Load into Project. (Since the family is already loaded into the project, you will get a warning message asking you if you want to overwrite it, which is what you want to do.)

  3. Back in the building model, use the Project Browser to go to Level 2 if you are not there already.

  4. In the Project Browser find the truss under Families

    Adding the dimensions for the vertical web members in relation to the main supports
  5. Draw the truss in plan view from grid A2 to grid B2.

  6. Go to section 1.

  7. Select the truss form, and click the Element Properties button on the Options bar.

  8. In the Instance Properties dialog box, change the Start and End Level Offset value to −2−0″, and then click OK to exit the dialog box.

  9. Highlight the truss form again.

  10. On the Modify truss panel click the Attach/Detach tool.

  11. Select the barrel roof element, and the truss top chord will reconfigure to its radius.

Now the truss is completed and placed into your project. It should look like the one in Figure 19.44. You can further refine the vertical and diagonal member ends as discussed earlier, depending on your requirements. Note that the truss's vertical web members are accurately placed in relation to the walls below it.

The final placed wood truss girder

Figure 19.44. The final placed wood truss girder

So that is the basic story on how to create, place, and configure structural trusses in a project. In the first case you inserted a truss form from the library and adjusted its spacing and members. Then you created your own truss from scratch using the truss template for a very specific web placement.

That completes this chapter on advanced structural families. There is incredible modeling power awaiting you when you reach this skill level. So always keep working on your technique, and try to take it to the next level. You will find that you can save lots of time and effort by taking a more sophisticated approach to your projects, using such families as we have presented here. You surely have some good ideas that will apply to your own work that are not included here.

The Bottom Line

Create a parametrically driven tapered steel girder family

In the first section you learned how to develop a new family from scratch using the beam template. You used a blended sweep to create the taper on the lower flange of the girder. You had to introduce a number of new reference planes to which you could then attach the sketch lines of the girder. Adding dimensions between reference planes and making them labels gave you the ability to flex the shape and made the family truly parametric.

Master It

What does "flexing the model" mean, and why is it important?

Construct an in-place bent beam family

The bent beam family was created inside the project as an example of an in-place family. You learned how to use a solid sweep form to sketch a path and a steel beam profile along a reference plane in order to create the desired shape.

Master It

What elements are used to describe the bent beam family?

Adapt the steel wide-flange beam family by adding a nailer to its top

In this section you adapted the existing wide flange beam family by adding an extrusion onto its top. The extrusion represents the wood nailer and has the ability to flex into different shapes.

Master It

What are the four main steps necessary to add an extrusion in the shape of a 3 × 6 to the wide-flange beam family?

Create an elevator pit family that can be dropped into your project

You learned to make an elevator pit family that could be easily inserted into your project. The pit form consists of solid extrusions and void extrusions working together. The whole family is floor based, so it can exist only when associated with a floor object in your model.

Master It

What is the void blend used for in the elevator pit family?

Produce wood and steel truss families using the truss template

In the final section you first worked through an exercise in which you inserted a truss from the structural truss library and then reconfigured it to create a steel truss with WT top and bottom chords and double-angle web members.

Then you used the truss template to create a wood truss from scratch so that its vertical web members could be specifically located above supporting walls in a warehouse.

Master It

After you inserted the wood truss into your building model, how did you make the top chord of the truss follow the barrel-shaped roof?

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.93.64