Introduction to Revit

From EG1004 Lab Manual
Revision as of 05:05, 11 September 2015 by Admin (talk | contribs) (2015-09-10 Kenny Chan)
Jump to: navigation, search

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.

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 Lab 1C: Mousetrap Vehicle Competition will each receive a 3D-printed keychain.

Overview

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.

Additional AutoCAD instruction can be found in the AutoCAD Skill Builder

3D Printing

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.

Procedure

Setting up the file

  1. Start AutoCAD and open a new file.
    Figure 1: AutoCAD Quick Access Toolbar.
  2. Select the AutoCAD 3D template.
    Figure 2: List of available AutoCAD templates.
  3. Modify the units for the drawing.
    Figure 3: AutoCAD Application Button menu.
  4. Change the length unit type to Engineering.
    Figure 4: Drawing Units dialog.

    File formats and viewing mode

    AutoCAD drawing files formats:
    1. DWG – the primary drawing file for the 3D model view
    2. STL – the file exported from AutoCAD for input into 3D printing software
    3. DWT – the file of the sheet set seen in the layout view
    4. DXF – a drawing format for compatibility with other software
    5. PLT – the file sent to the printer of the layout view
  5. Click on the layout view as the default AutoCAD view is model view.
    Figure 5: View tabs.
  6. Change to model space in the layout view to change the viewport.
    Figure 6: Application status bar.

    Designing the EG Keychain

  7. Download and open the EG Logo Template.
  8. 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.
    Figure 7: Layer properties manager.
  9. Turn the EG Logo layer back off by clicking the lightbulb.
  10. Fill the EG Logo text outline by typing the command REGION. Use Figure 8 to help determine the selection area.
    Figure 8: Filling with REGION command.
    In general AutoCAD commands operate with the same basic steps.
    1. Type the command.
    2. Choose command parameters and objects.
      1. Select object (hit enter after).
      2. Enter quantity (type and hit enter).
      3. Specify position (click on screen).
    3. Hit the enter key to execute command.
  11. Remove the inner holes (the counter-space) of the letters A and R in the EG logo.
    1. 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.
    2. 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.
      1. Select all of the A's and R's and hit enter. (Note: these will still have the insides filled)
      2. Select the inside regions you want removed and hit enter.
    Figure 9: Create holes with command SUBTRACT.
  12. Use the EXTRUDE command to add 3/8” height to the text.
    Figure 10: Add height with command EXTRUDE.
  13. Use the REGION command on the box outline and EXTRUDE to 1/4”.
  14. Create a keychain hole.
    1. Draw a CIRCLE with radius 1/8”.
    2. Change the DRAWORDER of the box to the back.
    3. EXTRUDE the circle -1/4”.
    4. Change the DRAWORDER of the box to the back.
    5. SUBTRACT the cylinder from the box.
    Figure 11: Create holes with command SUBTRACT.
  15. Select all features and save as an STL file.
    Figure 12: Export to 3D Print Service.
  16. Open the STL file in MakerBot Desktop, click rescale object to convert from inches to millimeters.
    Figure 13: Scaling from inches to millimeters.
  17. Explore the features of 3D printing software (scaling, position, rotation).
    Figure 14: Makerbot software.