Difference between revisions of "Introduction to Revit"

From EG1004 Lab Manual
Jump to: navigation, search
(2015-09-10 Kenny Chan)
 
(104 intermediate revisions by 9 users not shown)
Line 1: Line 1:
= Objective =
= Objective =
In this exercise, drafting software used by technical professionals will be introduced. Basic technical design methods will be shown using Computer-Aided Design (CAD) software, specifically AutoCAD. Later on, this knowledge can be incorporated in the semester-long design project by constructing physical prototypes with 3D printing.
The goal of this exercise is to design a furnished apartment using Autodesk Revit.


To practice this prototyping procedure, a EG Logo keychain will be created in AutoCAD to export for a 3D print. The members of the winning team of [[Mousetrap Vehicle Competition|Lab 1C: Mousetrap Vehicle Competition]] will each receive a 3D-printed keychain.
= Overview =
 
'''Autodesk Revit''' is a Building Information Modeling (BIM) software for architects, structural engineers, building engineers, designers, and contractors. The software allows users to design a building and its components and share information about the design. This allows for efficient planning, design, and construction of buildings and other infrastructure.
 
To explore the Autodesk Revit platform, consider the following prompt:


= Overview =
A design firm has contracted with New York City’s Department of Housing Preservation and Development to create new affordable housing units for the city's residents. The firm has decided to model the units in Autodesk Revit for approval.  
== Computer-Aided Design ==
CAD programs (AutoCAD, Inventor, Revit, SolidWorks, SketchUp) allow engineers to make precisely scaled drawings. These drawings can be used to manufacture equipment and construct infrastructure. CAD drawing allows designers to display designs with complete specifications and detail. Orthographic views (top, bottom, side, front, back, etc.) can be used to document every aspect of the technical drawing needed for production. Isometric views can be used to interpret the final 3D representation of the product.  


This exercise will teach the components of CAD software, file formats, and the basics of 3D drafting. It will provide enough information to learn how to create drawings, as well as explore the other tools and functions.
Each unit in the apartment building must have the following specifications:


Additional AutoCAD instruction can be found in the [[AutoCAD Skill Builder]]
*A 350-400 ft<sup>2</sup> floor plan layout of the entire apartment
*A bathroom with applicable furnishings, such as a shower, toilet, and sink
*A bedroom with applicable furnishings, such as a bed, table, and desk
*A kitchen with  applicable furnishings
*The apartment should be fitted with an entrance and windows


== 3D Printing ==
== Design Consideration ==
3D printing allows for rapid prototyping and onsite manufacturing of products. Plastic 3D printing has led the way for new techniques using metals and biomaterials. As materials science engineering develops, more materials will be incorporated into 3D printing techniques.


In this class, 3D printing can be used to produce a team logo for the semester-long design project.
*Maximize the living space in the apartment
*Create a creative and coherent space 
*Make the apartment comfortable
*The apartment does not have to be rectangular


= Procedure =
= Procedure =
:: <h2 style="margin-left: -4.1em;"> Setting up the file </h2>
# Start AutoCAD and open a new file.
#: [[Image:lab_3dprint_1.png|frame|center|Figure 1: AutoCAD Quick Access Toolbar.]]
# Select the AutoCAD 3D template.
#: [[Image:lab_3dprint_2.png|frame|center|Figure 2: List of available AutoCAD templates.]]
# Modify the units for the drawing.
#: [[Image:lab_3dprint_3.png|frame|center|Figure 3: AutoCAD Application Button menu.]]
# Change the length unit type to Engineering.
#: [[Image:lab_3dprint_4.png|frame|center|Figure 4: Drawing Units dialog.]]
#: <h2 style="margin-left: -4.1em;"> File formats and viewing mode </h2>
#: AutoCAD drawing files formats:
#:# DWG – the primary drawing file for the 3D model view
#:# STL – the file exported from AutoCAD for input into 3D printing software
#:# DWT – the file of the sheet set seen in the layout view
#:# DXF – a drawing format for compatibility with other software
#:# PLT – the file sent to the printer of the layout view
# Click on the layout view as the default AutoCAD view is model view.
#: [[Image:lab_3dprint_5.png|frame|center|Figure 5: View tabs.]]
# Change to model space in the layout view to change the viewport.
#: [[Image:lab_3dprint_6.png|frame|center|Figure 6: Application status bar.]]
#: <h2 style="margin-left: -4.1em;"> Designing the EG Keychain </h2>
# Download and open the [[Media:EG Logo Template.dwg|EG Logo Template]].
# Open the layer properties and click the lightbulb next to the EG Logo layer.
#* Layers are a useful way to separate different components of a drawing file.
#* In this DWG, the EG Logo layer is the image file used to create the text outline.
#* Separating model features (e.g. plumbing and electrical) allows separate viewing.
#: [[Image:lab_3dprint_8.png|frame|center|Figure 7: Layer properties manager.]]
# Turn the EG Logo layer back off by clicking the lightbulb.
# Fill the EG Logo text outline by typing the command REGION. Use Figure 8 to help determine the selection area.
#: [[Image:lab_3dprint_9.png|frame|center|Figure 8: Filling with REGION command.]]
#: In general AutoCAD commands operate with the same basic steps.
#:# Type the command.
#:# Choose command parameters and objects.
#:## Select object (hit enter after).
#:## Enter quantity (type and hit enter).
#:## Specify position (click on screen).
#:# Hit the enter key to execute command.
# Remove the inner holes (the counter-space) of the letters A and R in the EG logo.
## Move the letters to the back by using DRAWORDER, select the Rs and As, hit enter, and select ''back'' in the command line. This will move the outlines of the letters back and allows you to select the inner parts of each letter.
## Input SUBTRACT into the command line and hit enter. SUBTRACT is composed of two parts. Selecting the region to remove from and what needs to be removed.
### Select all of the A's and R's and hit enter. (Note: these will still have the insides filled)
### Select the inside regions you want removed and hit enter.
#: [[Image:lab_3dprint_10.png|frame|center|Figure 9: Create holes with command SUBTRACT.]]
# Use the EXTRUDE command to add 3/8” height to the text.
#: [[Image:lab_3dprint_11.png|frame|center|Figure 10: Add height with command EXTRUDE.]]
# Use the REGION command on the box outline and EXTRUDE to 1/4”.
# Create a keychain hole.
## Draw a CIRCLE with radius 1/8”.
## Change the DRAWORDER of the box to the back.
## EXTRUDE the circle -1/4”.
## Change the DRAWORDER of the box to the back.
## SUBTRACT the cylinder from the box.
#: [[Image:lab_3dprint_12.png|frame|center|Figure 11: Create holes with command SUBTRACT.]]
# Select all features and save as an STL file.
#: [[Image:lab_3dprint_13.png|frame|center|Figure 12: Export to 3D Print Service.]]
# Open the STL file in MakerBot Desktop, click rescale object to convert from inches to millimeters.
#: [[Image:lab_3dprint_14.png|frame|center|Figure 13: Scaling from inches to millimeters.]]
# Explore the features of 3D printing software (scaling, position, rotation).
#: [[Image:lab_3dprint_15.png|frame|center|Figure 14: Makerbot software.]]


{{Laboratory Experiments}}
# Sketch a solution to the design considerations have the sketch approved by a TA '''before''' opening Revit.
# Open Revit 2023. <span style="color:red">It's crucial to use the most up to date version!</span> Select <b>New</b>, then select <b>Imperial Architectural Template</b> (Figure 1).[[File:Revit_2022.png|600px|thumb|center|Figure 1: Revit 2023]]
# There are four major sections used to create and modify a design in Revit. The '''Quick Access Toolbar''' is highlighted in red, the '''Project Ribbon''' is highlighted in yellow, the '''Properties''' panel is highlighted in green, and the '''Project Browser''' panel is highlighted in blue (Figure 2). If any of the sections are accidentally removed from view, they can be reinserted by going to '''View → User Interface''' (rightmost icon) in the ribbon.[[File:Revit_Interface.png|500px|thumb|center|Figure 2: Revit Interface]]
# Ensure the '''Properties''' panel is open by right-clicking the project workspace and clicking on '''Properties'''. If the Properties panel is not visible, select '''View''' in the '''Project Ribbon''', select '''User Interface''', and ensure the project browser is selected.
# In the ribbon, go to the <b>Manage</b> tab and select '''Project Units''' (or type UN) under the '''Settings''' section (Figure 3). Click the <b>Length value</b> and select <b>Feet and fractional inches</b> with rounding to the nearest 1/32 in. Click '''OK'''. [[File:Lab 4 Figure 25.PNG|600px|thumb|center|Figure 3: Project Units]]
# Ensure the '''Properties''' panel is open by right-clicking anywhere and clicking on '''Properties'''.
# Select the '''Level 1''' floor plan in the '''Project Browser''' on the left side of the window by double-clicking on '''Level 1''' under '''Floor Plans'''.
# Create the exterior walls by going to the <b>Architecture</b> tab in the ribbon and selecting '''Wall''' (Figure 4). [[File:Lab 4 Figure 26.PNG|600px|thumb|center|Figure 4: Wall Tool]]
# Make sure the walls are 8 in thick (Generic 8")and 10 ft high (Unconnected Height 10'). The thickness and height of the walls can be adjusted in the <b>Properties</b> panel (Figure 5). [[File:Wall properties.png|200px|thumb|center|Figure 5: Wall Properties]]
## The <b>Base Constraint</b> changes where the bottom of the wall is placed in reference to the different levels.
## The <b>Base Offset</b> adjusts the height difference between the level and the base of the wall.
## The <b>Top Constraint</b> determines where the top of the wall is located. If the top constraint is unconnected, then the <b>Unconnected Height</b> can be used to determine a numerical value for the height of the wall.
# Outline the design with the exterior walls and ensure the total area is between 350-400 ft<sup>2</sup> before moving on.
# Insert the interior walls (6 in thick and 10 ft high) within the walls for the bathroom and any other walls. The thickness of the wall can be changed in the drop-down menu in the <b>Properties</b> panel (Figure 6). [[File:Changing wall.png|270px|thumb|center|Figure 6: Changing Wall Types]]
# Insert the floor by using the <b>Floor</b> tool in the '''Architecture''' tab of the ribbon and selecting the boundary where the floor will be placed. The boundary can be made by selecting the walls or by creating individual lines using <b>Modify | Create Floor Boundary → Draw</b> on the <b>Project</b> ribbon (Figure 7). To complete the floor, click on the green checkmark in the ribbon. [[File:Create_Floor_Boundary.png|589px|thumb|center|Figure 7: Create Floor Boundary]]
# Insert doors and windows in the apartment. Go to <b>Insert</b> → <b>Load Family</b> → <b>Doors/Windows</b> for a wide range of doors and windows (Figure 8). Doors should be 3 ft wide and 7 ft tall (No specifications for windows).[[File:Load_Family_Tool.png|600px|thumb|center|Figure 8: Load Family Tool]]
# Go back to the <b>Architecture</b> tab of the ribbon and select '''Door/Window''' (Figure 9) and select the loaded door/window from the <b>Properties</b> panel. They can then be placed by clicking in the floor plan[[File:Door and window tools.png|600px|thumb|center|Figure 9: Door and Window Tools]]
# Once placed, the direction of the doors and windows can be changed with the paired arrows (Figure 10).[[File:Lab 4 Figure 32.PNG|600px|thumb|center|Figure 10: Door Direction Change]]
# When loading furniture or appliances, go to the <b>Architecture</b> tab of the ribbon and select <b>Component</b> → <b>Place a Component</b> (or type CM).
# Furniture and appliances can be added with the <b>Load Family</b> tool. Only the furniture and appliances from the specifications must be in the floor plan. Table 1 shows the '''File Paths''' for all the files needed in this lab. In the dialog that appears, the material in the '''Override''' column should be changed.
 
:: {| class="wikitable"
|+ Table 1: File Paths for all Furniture
|-
! <b>Components</b>
! <b> File Paths</b>
|-
| <center>Sink</center>
| English → Plumbing → MEP → Fixtures → Sinks
|-
| <center>Toilet</center>
| English → Plumbing → MEP → Fixtures → Water Closets
|-
| <center>Shower</center>
| English → Plumbing → MEP → Fixtures → Shower
|-
| <center>Bed</center>
| English → Furniture → Beds
|-
| <center>Kitchenette</center>
| English → Specialty Equipment → Domestic
|-
| <center>Table</center>
| English → Furniture → Tables
|-
| <center>Desk</center>
| English → Furniture → Tables
|-
| <center>Door</center>
| English → Door → Residential
|-
|}
<ol start="15">
<li> Add furniture to the floor plan. The components can be rotated before being placed by pressing the spacebar. </li>
<li> Once the families are loaded, they can be placed by going to <b>Component</b> → <b>Place a Component</b> in the <b>Architecture</b> tab of the ribbon and by switching in the <b>Properties</b> tab (Figure 11). [[File:Changing_Component_Families.png|600px|thumb|center|Figure 11: Changing Component Families]] </li>
<li> To insert a ceiling or ceiling appliance, select the '''Ceiling Plans''' in the <b>Project Browser</b>. Go to '''Level 1''' in the <b>Ceiling Plans</b> (Figure 12). [[File:Ceiling_Plans.png|600px|thumb|center|Figure 12: Ceiling Plans]] </li>
<li> Use the <b>Ceiling tool</b> in the <b>Architecture</b> tab of the ribbon to create the ceiling (Figure 13). [[File:Ceiling_Tool.png|600px|thumb|center|Figure 13: Ceiling Tool]] </li>
<li> The ceiling is created with the same method as the floor, by selecting a boundary where the ceiling will be placed. The individual walls can be selected to create the boundary by creating a <b>Sketch Ceiling</b> tool, or entire areas can be selected for the boundary using the <b>Automatic Ceiling</b> (Figure 14). Complete the ceiling by clicking the green checkmark in the ribbon. [[File:Sketch_Ceiling_and_Automatic_Ceiling_Tools.png|600px|thumb|center|Figure 14: Sketch Ceiling and Automatic Ceiling Tools]] </li>
<li> Navigate back to the '''Level 1''' floor plan in the <b>Project Browser</b>. Insert the electrical appliances in the apartment using <b>Architecture</b> → <b>Component</b> on the ribbon and using the '''File Paths''' provided in Table 2. </li>
</ol>
:: {| class="wikitable"
|+ Table 2: File Paths for Electrical Components
|-
! <b>Components</b>
! <b> File Paths</b>
|-
| <center>Light Switch</center>
| US Imperial → Electrical → MEP → Electric Power → Terminals → Lighting Switches
|-
| <center>Ceiling Light</center>
| US Imperial → Lighting → MEP → Internal
|-
|}
<ol start="21">
<li> For ceiling lights, go back to the '''Level 1 Ceiling Plan''' in the '''Project Browser'''.  Select the lights that are to be placed with the '''Component''' tool in the <b>Architecture</b> tab. Once the lighting fixture is selected, select <b>Modify | Place Component</b> → <b>Placement</b> → <b>Place on Face</b> tab of the ribbon to place the lights on the ceiling (Figure 15). [[File:Place_on_Face_Tool.png|600px|thumb|center|Figure 15: Place on Face Tool]] </li>
<li> In the <b>Quick Access Toolbar</b>, select <b>Default 3D View</b> (small house icon) to view the project in 3D (Figure 16). [[File:Default_3D_View_Tool_.png|600px|thumb|center|Figure 16: Default 3D View Tool]] </li>
<li> Save the file as an Autodesk Revit File (RVT) file. Submit the RVT file on the EG1004 website by 11:59 PM the night before the next lab.
</ol>
 
= Assignment =
== File Submission ==
The RVT file must be submitted to the [https://eg.poly.edu/submit.php EG1004 website] by 11:59 PM the night before Lab 2. '''There is no individual lab report or team presentation for Lab 1.'''

Latest revision as of 02:05, 19 January 2024

Objective

The goal of this exercise is to design a furnished apartment using Autodesk Revit.

Overview

Autodesk Revit is a Building Information Modeling (BIM) software for architects, structural engineers, building engineers, designers, and contractors. The software allows users to design a building and its components and share information about the design. This allows for efficient planning, design, and construction of buildings and other infrastructure.

To explore the Autodesk Revit platform, consider the following prompt:

A design firm has contracted with New York City’s Department of Housing Preservation and Development to create new affordable housing units for the city's residents. The firm has decided to model the units in Autodesk Revit for approval.

Each unit in the apartment building must have the following specifications:

  • A 350-400 ft2 floor plan layout of the entire apartment
  • A bathroom with applicable furnishings, such as a shower, toilet, and sink
  • A bedroom with applicable furnishings, such as a bed, table, and desk
  • A kitchen with applicable furnishings
  • The apartment should be fitted with an entrance and windows

Design Consideration

  • Maximize the living space in the apartment
  • Create a creative and coherent space
  • Make the apartment comfortable
  • The apartment does not have to be rectangular

Procedure

  1. Sketch a solution to the design considerations have the sketch approved by a TA before opening Revit.
  2. Open Revit 2023. It's crucial to use the most up to date version! Select New, then select Imperial Architectural Template (Figure 1).
    Figure 1: Revit 2023
  3. There are four major sections used to create and modify a design in Revit. The Quick Access Toolbar is highlighted in red, the Project Ribbon is highlighted in yellow, the Properties panel is highlighted in green, and the Project Browser panel is highlighted in blue (Figure 2). If any of the sections are accidentally removed from view, they can be reinserted by going to View → User Interface (rightmost icon) in the ribbon.
    Figure 2: Revit Interface
  4. Ensure the Properties panel is open by right-clicking the project workspace and clicking on Properties. If the Properties panel is not visible, select View in the Project Ribbon, select User Interface, and ensure the project browser is selected.
  5. In the ribbon, go to the Manage tab and select Project Units (or type UN) under the Settings section (Figure 3). Click the Length value and select Feet and fractional inches with rounding to the nearest 1/32 in. Click OK.
    Figure 3: Project Units
  6. Ensure the Properties panel is open by right-clicking anywhere and clicking on Properties.
  7. Select the Level 1 floor plan in the Project Browser on the left side of the window by double-clicking on Level 1 under Floor Plans.
  8. Create the exterior walls by going to the Architecture tab in the ribbon and selecting Wall (Figure 4).
    Figure 4: Wall Tool
  9. Make sure the walls are 8 in thick (Generic 8")and 10 ft high (Unconnected Height 10'). The thickness and height of the walls can be adjusted in the Properties panel (Figure 5).
    Figure 5: Wall Properties
    1. The Base Constraint changes where the bottom of the wall is placed in reference to the different levels.
    2. The Base Offset adjusts the height difference between the level and the base of the wall.
    3. The Top Constraint determines where the top of the wall is located. If the top constraint is unconnected, then the Unconnected Height can be used to determine a numerical value for the height of the wall.
  10. Outline the design with the exterior walls and ensure the total area is between 350-400 ft2 before moving on.
  11. Insert the interior walls (6 in thick and 10 ft high) within the walls for the bathroom and any other walls. The thickness of the wall can be changed in the drop-down menu in the Properties panel (Figure 6).
    Figure 6: Changing Wall Types
  12. Insert the floor by using the Floor tool in the Architecture tab of the ribbon and selecting the boundary where the floor will be placed. The boundary can be made by selecting the walls or by creating individual lines using Modify | Create Floor Boundary → Draw on the Project ribbon (Figure 7). To complete the floor, click on the green checkmark in the ribbon.
    Figure 7: Create Floor Boundary
  13. Insert doors and windows in the apartment. Go to InsertLoad FamilyDoors/Windows for a wide range of doors and windows (Figure 8). Doors should be 3 ft wide and 7 ft tall (No specifications for windows).
    Figure 8: Load Family Tool
  14. Go back to the Architecture tab of the ribbon and select Door/Window (Figure 9) and select the loaded door/window from the Properties panel. They can then be placed by clicking in the floor plan
    Figure 9: Door and Window Tools
  15. Once placed, the direction of the doors and windows can be changed with the paired arrows (Figure 10).
    Figure 10: Door Direction Change
  16. When loading furniture or appliances, go to the Architecture tab of the ribbon and select ComponentPlace a Component (or type CM).
  17. Furniture and appliances can be added with the Load Family tool. Only the furniture and appliances from the specifications must be in the floor plan. Table 1 shows the File Paths for all the files needed in this lab. In the dialog that appears, the material in the Override column should be changed.
Table 1: File Paths for all Furniture
Components File Paths
Sink
English → Plumbing → MEP → Fixtures → Sinks
Toilet
English → Plumbing → MEP → Fixtures → Water Closets
Shower
English → Plumbing → MEP → Fixtures → Shower
Bed
English → Furniture → Beds
Kitchenette
English → Specialty Equipment → Domestic
Table
English → Furniture → Tables
Desk
English → Furniture → Tables
Door
English → Door → Residential
  1. Add furniture to the floor plan. The components can be rotated before being placed by pressing the spacebar.
  2. Once the families are loaded, they can be placed by going to ComponentPlace a Component in the Architecture tab of the ribbon and by switching in the Properties tab (Figure 11).
    Figure 11: Changing Component Families
  3. To insert a ceiling or ceiling appliance, select the Ceiling Plans in the Project Browser. Go to Level 1 in the Ceiling Plans (Figure 12).
    Figure 12: Ceiling Plans
  4. Use the Ceiling tool in the Architecture tab of the ribbon to create the ceiling (Figure 13).
    Figure 13: Ceiling Tool
  5. The ceiling is created with the same method as the floor, by selecting a boundary where the ceiling will be placed. The individual walls can be selected to create the boundary by creating a Sketch Ceiling tool, or entire areas can be selected for the boundary using the Automatic Ceiling (Figure 14). Complete the ceiling by clicking the green checkmark in the ribbon.
    Figure 14: Sketch Ceiling and Automatic Ceiling Tools
  6. Navigate back to the Level 1 floor plan in the Project Browser. Insert the electrical appliances in the apartment using ArchitectureComponent on the ribbon and using the File Paths provided in Table 2.
Table 2: File Paths for Electrical Components
Components File Paths
Light Switch
US Imperial → Electrical → MEP → Electric Power → Terminals → Lighting Switches
Ceiling Light
US Imperial → Lighting → MEP → Internal
  1. For ceiling lights, go back to the Level 1 Ceiling Plan in the Project Browser. Select the lights that are to be placed with the Component tool in the Architecture tab. Once the lighting fixture is selected, select Modify | Place ComponentPlacementPlace on Face tab of the ribbon to place the lights on the ceiling (Figure 15).
    Figure 15: Place on Face Tool
  2. In the Quick Access Toolbar, select Default 3D View (small house icon) to view the project in 3D (Figure 16).
    Figure 16: Default 3D View Tool
  3. Save the file as an Autodesk Revit File (RVT) file. Submit the RVT file on the EG1004 website by 11:59 PM the night before the next lab.

Assignment

File Submission

The RVT file must be submitted to the EG1004 website by 11:59 PM the night before Lab 2. There is no individual lab report or team presentation for Lab 1.