banner



How To Create A Window In Revit

Example of the Window Family built in this tutorial

Contents

  • 1 Introduction
  • 2 Family Basics
    • 2.1 Sketching the opening
    • 2.2 Creating the Window Frame
    • 2.3 Adding the Sill
  • 3 Family Parameters

Introduction

In this tutorial you'll create a simple Revit Window Family. The tutorial has two main parts:

  • Creating the base family with few Family Parameters
  • Modifying the Family to be more flexible, using Family Parameters


This will be a simplified window, with low detail in the profiles of the windows frame. The aim is to have a sketch-level window that can be used in the early stages of the design process. Of course you can always add more detail later.

Family Basics

To create a new Family, you can use one of the templates that are shipped with Revit. This makes sure the required references and properties are present in your Family.

  • Click the Application Button, New, Family
  • The 'New Family - Select Template File' Windows opens:
    Revit New Family-Select Template Window.png
  • Find and select the Metric Window.rft file (In C:\Program Data\Autodesk\RAC 20##\Family Templates\English)
  • Click Open.


This template already has some predefined Parameters, or 'Types Properties'. These are used to configure the Family, in this case our Window, so you don't have to create a new Family for different types of the same Window. You can imagine that there's really little difference between a window that's 1000mm in width and one that's 1200mm.


The Metric Window Family Template already has width and height parameters. In the Plan view you can see the dimension line for the width. There's also a dimension with Equality (EQ) enabled that makes sure that no matter which width you choose, the window is always centered.


Revit Metric window-Default plan view.png


And in Elevation (exterior in this case), you can see the Height, as well as the Sill height dimension:


Revit Metric window-Default elevation view.png

  • Save your Family in your Documents folder.

Sketching the opening

There is already an opening from the Family Template that is linked to the width and height properties, but it creates a straight cut into the wall. For our family we want an opening that is a little more detailed, so we can accommodate a Sill ('dorpel' in Dutch).


At the left below you see the default opening as is in the Family Template, at the right the opening we want.


SimpleWindowFamily Defaultopening.png SimpleWindowFamily Customopening.png


We're going to remove the default opening cut:

  • Go to the Plan view (Ref. Level)
  • Move your mouse to the interior side of the wall where the opening is and select the Opening Cut
    SimpleWindowFamily Select Opening cut.png
  • Press Delete. The opening is removed; the cross hatch from the wall will appear.


To create the new opening, we're creating a Void Sweep. By drawing a cross-section and the path (rail) along which this profile will be swept, you can create more intricate openings. Let's see how that works:


This path is suited for the current width of the window. But what would happen if we changed the width? Our path would be too long or too short. To fix this, we'll constrain the path to the Left and Right reference planes (dashed green lines).


That is part one: Revit now knows along which line the profile (cross section) should be swept and this path is constrained to the proper reference planes. Next you need to draw the profile. When you Finish drawing the path, the Profile Option Menu appears:


Revit Profile option menu.png

Example of a profile (cross-section) for our opening Void Sweep

  • Click Edit in the Profile Option Menu.
  • Revit will ask you to change view to be able to draw the profile (which is perpendicular to the path). Choose Elevation: Left.
  • From the Draw panel, make sure the Revit 2011 Line icon.png (Line) tool is selected.
  • Draw the cross section for the opening. Use the image at the right as a reference. Make sure the line is neatly closed. For now extend the opening at the exterior side (which accommodates the Sill) 70 mm beyond the reference line.


Just as we did with the path, we need to constrain our profile as well:

  • In the Edit Profile tab, click Revit 2011 Finish.png (Finish Edit Mode)


Our Profile is now ready. Finish the Void Sweep and make sure it creates an opening.

Our finished opening in 3D


Save your Family.

Creating the Window Frame


Next we're going to create the Window Frame. This is done using Sweeps. But before we're going to create them, we're first setting up a Reference Plane that will determine the depth at which the frame sits in the opening (dag or negge in Dutch), measured from the outside of the wall to the outside of the frame.

Example of the Reference Plane in place

  • Go to the Plan view (Ref. Level)
  • On the Create tab, Datum panel, click Revit Reference Plane.png (Reference Plane)
  • Draw a horizontal line between the exterior side and the wall's center to indicate the position of the Reference Plane. Position it about 60mm from the exterior side of the wall. Click Modify twice when finished.
  • Select the Reference Plane you drew and make sure to give it a name in the Properties Panel, eg 'Outside Frame' or 'Negge' (Dutch).
  • Create an Aligned Dimension (Annotate Tab). In the Option Menu, select 'Wall Faces' for Place Dimensions. Select the exterior face, the click the Reference Plane and position the Dimension. Don't forget to lock it.
  • The result should look something like the example at the right.


Next we're going to create the left, right and top Window frame parts.

End result when the path is selected after the steps in this section


Now it's time to draw the profile (cross-section) of the Window Frame.

End result of the profile


Finish the Sweep and check the result

The result in 3D

  • Click Revit 2011 Finish.png (Finish Edit Mode) to finish the Sweep.
  • Save your Family.
  • Go to a 3D view and check the result.


The next to do is to draw the bottom part of the Window Frame. Most Window Frames have a slightly different profile for the bottom part.

End result, when path is selected, after the steps in this section


Draw the profile (cross-section) of the Bottom Window Frame.

End result of the bottom profile


Finish the Sweep and check the result

The result in 3D


Last thing that needs to be done, is adding the glass panel.

End result, when path is selected, after the steps in this section


Draw the profile (cross-section) of the Glass Panel.

End result of the glass panel profile


Finish the Sweep and check the result

The result in 3D


In the Associate Family Parameter window you can add a Parameter to your Family to set the material for this object. This allows you to easily set the material through the Window's type Properties in your Revit Project when you use this Family.

  • Click on 'Add parameter...'
  • Specify a Name, eg: 'Frame Panel Material'
    SimpleWindowFamily Glass Panel Parameter Properties.png
  • Click OK
  • Click OK
  • To set a default for this Parameter, on the Properties panel, click Revit Family Types.png (Family Types)
  • For the Frame Panel Material, use the small button in the Value field to set a default value. Choose Glass.
  • Click OK.
  • You may repeat these steps for the Window Frame. For now a Default Material is fine.
  • Save your Family.


Note that by setting a default value for the Family Parameters that, in this case, control the material of the frame and panel, does not mean is cannot be changed within a project. On the contrary. By using a Family Parameter, it becomes something you can control from 'outside' the Family when you apply the family in a Revit Project.

Adding the Sill

Finished Sill in 3D

Adding the Sill ('dorpel' in Dutch) is similar to the Windows Frame and Glass Panel. You should be able to create one yourself, using the example below as a reference. Use the Exterior Reference Plane and don't forget to constrain your path and profile.


SimpleWindowFamily Sill Profile Locked.png

Family Parameters


So now you have your Window Family. Let's see what it can and what it cannot (yet) do:

Different types of our Window Family: variations in size

Because we've used the Metric Window template, there are already a few parameters in our family that can change the window when using it in a project, without having to load a different version of the family. These are:

  • Width
  • Height
  • Default Sill Height (vertical position)

If you completed all steps, you've already added a few parameters yourself: the material for the components of your window (frame, frame panel and sill)

These Parameters are Type Parameters that can be specified when you've loaded the family in your project and click Edit Type.


So that's nice: you don't have to modify your Family file, save it in another name just to change the width or height of the window. But remember the distance between the outside of the wall and the window frame ('negge' in Dutch)? You've created a reference plane with a locked dimension for that in the first steps of Creating the Window Frame. It would be nice if you could change that directly as well (make it a Parameter). Let's do that:

But we're not there yet. You have to let Revit know that this Parameter should control the dimension you created that positions the Outside Frame (or however you named it) reference Plane from the outside of the wall. You do this by Labeling the dimension.


Now, the distance of the Reference Plane to the outside of the wall is controlled by the 'Frame Depth' Parameter and you can change this in the Type Properties of your Window when you apply it in your project. This makes the Family even more flexible.


There's only a small problem: when you change the Frame Depth (or: 'negge') parameter: the opening in the wall won't change accordingly. In the example below the Frame Depth has been changed to 30 (change this in the Revit Family Types.png (Family Types) window) and you can see the opening in the wall hasn't updated, resulting in a gap behind the sill:

Revit Creating Window Family Opening Problem.png


You have to change the constraints on the Void Sweep that created the opening:


Now you should be able to change the Frame Depth in the wall, and end up with a logical result.

Some problems may still occur: If the front of the Window Sill sticks out too much or too little, you didn't constrain the front edge of the sill (horizontally) properly to the outside of the wall. Change the Sweep Profile of the sill to fix this.


Other problems are probably of the same nature. When you make your Family more flexible by using Parameters, you need to get your constraints just right. You might call it an art (maybe)...

The way to get this right is to change ('Flex') your family by changing Parameters and see what happens. Analyze the problem and with a little logic you should be able to fix it.


You can improve your family further by adding more parameters as needed. In this case you might consider adding a parameter for the distance the Sill sticks out beyond the edge of the wall. Or...

... but don't overdo it!

How To Create A Window In Revit

Source: http://wiki.bk.tudelft.nl/toi-pedia/Revit_Families:_Creating_a_simple_Window

Posted by: millerforcer.blogspot.com

0 Response to "How To Create A Window In Revit"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel