Involute Gears. Introduction

Size: px
Start display at page:

Download "Involute Gears. Introduction"

Transcription

1 Involute Gears Introduction This lesson covers the development of involute gears. An involute gear is based on an involute curve, which is a mathematical shape. To understand what an involute is, consider a simple cylinder and a string as shown below. Wrap the string around the cylinder. While maintaining tension on the string, trace the path that the end of the string makes while un-wrapping it around the cylinder. This path is an involute curve. A simple cylinder and a string. Wrap the string around the cylinder. Pull Involute curve Pull the string tight and keep it tangent to the cylinder. Trace the end of the string while un-wrapping it around the cylinder. The resulting trajectory is an involute curve. There are two key parameters that control the involute curve: the diameter of the cylinder and the angle that the string is un-wrapped around the cylinder. In the example above, the string is un-wrapped 90º around the cylinder. CADQUEST 1

2 The Involute Curve Development of the mathematical equations for the involute curve uses simple trigonometry. We will develop the equations for 90º of one full involute. In other words, we are un-wrapping the string 90º around the cylinder in a counterclockwise direction. The circumference of a circle is defined by: c = 2 * p * r One quarter (90º) of the circumference of a circle is then: c = p * r / 2 In the figure below, the line s is the same length as the part of the circumference the string has been un-wrapped ( s ). x c, y c ang s r x, y s ang 0, 0 We are trying to define this curve by finding equations for x and y as (ang) changes Using trigonometry, we find that: x c = r * cos (ang) y c = r * sin (ang) x = x c + ( s * sin (ang)) y = y c ( s * cos (ang)) CADQUEST 2

3 Datum Curves From Equation In Pro/ENGINEER, datum curves can be defined using mathematical equations. When using this feature, a system variable t is used, that varies from 0 to 1 over the length of the curve. For the involute curve, let the angle (ang) be equal to t times 90. This means that the variable ang will vary from zero to 90º. To define s, we combine the circumference equation and t to form: s = ( p * r / 2 ) * t In this example, the diameter of the cylinder is This is the base diameter in gear design terminology. The radius of the cylinder is 0.75 inches. The equations for Pro/ENGINEER are: ang = t * 90 s = (PI * 0.75 * t ) / 2 x c = 0.75 * cos(ang) y c = 0.75 * sin(ang) x = x c + ( s * sin(ang)) y = y c ( s * cos(ang)) z = 0 The resulting datum curve is shown in bold below. CADQUEST 3

4 Creating the Gear In Pro/ENGINEER, the gear is started by modeling a cylinder at the outside diameter of the gear, see Figure 1. Several datum curves are created to define the root diameter, base diameter, and pitch diameter of the gear, see Figure 2. Next, the involute shaped datum curve is created and moved into the correct position to define one side of one gear tooth, see Figure 3. The curve is mirrored and the gear tooth is cut into the cylinder using the edge of the involute datum curves, see Figure 4. The cut is patterned and rounds are added at the base of the gear. The completed gear is shown in Figures 5 and 6. Figure 1 Figure 2 Figure 3 Involute curve Figure 4 Figure 5 Figure 6 CADQUEST 4

5 Gear Parameters The following are geometric parameters in gear design: Pitch Diameter Diametral Pitch = Pitch Diameter + ( 2 * Addendum ) Root Diameter Circular Pitch = π / Pitch Diameter Outside Diameter Number of Teeth = Diametrical Pitch * Pitch Diameter Base Diameter Pressure Angle Addendum Dedendum Tooth Thickness Tooth Thickness Angle Fillet Size The figure describes some of the gear parameters. Outside diameter Tooth thickness angle Pitch diameter Tooth thickness Base diameter Addendum Root diameter Dedendum Fillet size Gear Parameters CADQUEST 5

6 EXERCISE INVOLUTE GEARS Task 1: Create a new part with a datum curve driven by an equation. Use File, New, pick the Part button, enter < involute > for the name, pick Copy From and pick the inch start part from the list, then press the middle mouse button Create a datum curve using #Feature; #Create; #Datum; #Curve; #From Equation; #Done For the coordinate system, pick CS0 then pick #Cartesian In the Notepad window, add the following equations: r = ang = t * 90 s = (PI * r * t ) / 2 xc = r * cos(ang) yc = r * sin(ang) x = xc + ( s * sin(ang)) y = yc - ( s * cos(ang)) z = 0 Save and Exit Notepad then pick OK in the dialog box or press the middle mouse button The result is shown below. This curve will be used to create an involute gear. Pick File, Save and press the middle mouse button CADQUEST 6

7 Task 2: Create a cylinder at the outside diameter of the gear. Create an extruded protrusion sketched on DTM3, flip the direction arrow to point from the red side of DTM3 Sketch a circle centered on DTM1 and DTM2, with a diameter of which is the outside diameter of the gear (see the figure on page 5) Use a blind depth of Task 3: Create three datum curves representing the major diameters. Create a datum curve sketched on DTM3 with a diameter of to represent the root diameter of the gear Create a datum curve sketched on DTM3 with a diameter of to represent the base diameter of the gear Create a datum curve sketched on DTM3 with a diameter of to represent the pitch diameter of the gear Task 4: Create two datum points and a datum curve. Create a datum point at the intersection of the involute curve and the diameter circle using the #Crv X Crv option Create a datum point at the intersection of datums DTM1, DTM2, and DTM3 using the #Three Srf option Create a datum curve through the two datum points using the #Thru Points option Task 5: Create a datum evaluate feature. Create a datum evaluate feature Name the feature measure Name the measurement parameter angle Measure the angle between the last curve you created and DTM2 CADQUEST 7

8 Task 6: Copy the involute curve. Copy the involute curve using #Feature; #Copy; #Move; #Dependent; #Done Pick the involute curve then pick #Done; #Rotate; #Crv/Edg/Axis Pick the axis in the center of the cylinder then pick #Okay Enter < 30 > for the angle then pick #Done Move; OK; #Done Task 7: Add a relation using Modify. #Modify the angle dimension of the copied involute curve Enter: angle:fid_measure + ( 7.5 / 2 ) Answer < Y > to add the relation #Regenerate the part Task 8: Mirror the copied involute curve. Mirror the copied involute datum curve about DTM2 using #Feature; #Copy; #Mirror; #Dependent; #Done Read the prompts Task 9: Copy the curve again. Copy the same copied curve (the one created in task 6) again using #Feature; #Copy; #Move; #Dependent; #Done Pick the curve then pick #Done; #Rotate; #Crv/Edg/Axis Pick the axis in the center of the cylinder then pick #Flip; #Okay Enter < 15 > for the angle then pick #Done Move; #Done; OK; #Done CADQUEST 8

9 Task 10: Create an extruded cut. Create an extruded (thru all) cut using the edges of the curves as shown below Trim the sketch using #Geom Tools; #Trim Add these two lines, be sure to get the tangency constraint as shown Pick #Use Edge then select these curves Task 11: Copy the cut. Copy the cut using #Feature; #Copy; #Move; #Dependent; #Done Pick the cut then pick #Done; #Rotate; #Crv/Edg/Axis CADQUEST 9

10 Pick the axis in the center of the cylinder then pick #Flip; #Okay Enter < 15 > for the angle then pick #Done Move; #Done; OK; #Done Task 12: Pattern the copied cut. Pattern the copied cut, enter < 15 > for the increment, use 23 for the number of instances in the pattern Task 13: Finish the part. Create a round at the base of the gear tooth Pattern the round Create a coaxial hole with a diameter of The part is shown without the datum curves (Hint: Use layers) Save the part and Close the window CADQUEST 10

Alternatively, the solid section can be made with open line sketch and adding thickness by Thicken Sketch.

Alternatively, the solid section can be made with open line sketch and adding thickness by Thicken Sketch. Sketcher All feature creation begins with two-dimensional drawing in the sketcher and then adding the third dimension in some way. The sketcher has many menus to help create various types of sketches.

More information

Rotational Patterns of Sketched Features Using Datum Planes On-The-Fly

Rotational Patterns of Sketched Features Using Datum Planes On-The-Fly Rotational Patterns of Sketched Features Using Datum Planes On-The-Fly Patterning a sketched feature (such as a slot, rib, square, etc.,) requires a slightly different technique. Why can t we create a

More information

Objectives. Inventor Part Modeling MA 23-1 Presented by Tom Short, P.E. Munro & Associates, Inc

Objectives. Inventor Part Modeling MA 23-1 Presented by Tom Short, P.E. Munro & Associates, Inc Objectives Inventor Part Modeling MA 23-1 Presented by Tom Short, P.E. Munro & Associates, Inc To demonstrate most of the sketch tools and part features in : Inventor Release 6 And, to show logical techniques

More information

Datum Tutorial Part: Cutter

Datum Tutorial Part: Cutter Datum Tutorial Part: Cutter Objective: Learn to apply Datums in different ways Directions 1. Datum Axis Creation a. First we need to create a center axis for the cutter b. Model Tab > Datum > Select Axis

More information

1. Create a 2D sketch 2. Create geometry in a sketch 3. Use constraints to position geometry 4. Use dimensions to set the size of geometry

1. Create a 2D sketch 2. Create geometry in a sketch 3. Use constraints to position geometry 4. Use dimensions to set the size of geometry 2.1: Sketching Many features that you create in Fusion 360 start with a 2D sketch. In order to create intelligent and predictable designs, a good understanding of how to create sketches and how to apply

More information

Lesson 4 Holes and Rounds

Lesson 4 Holes and Rounds Lesson 4 Holes and Rounds 111 Figure 4.1 Breaker OBJECTIVES Sketch arcs in sections Create a straight hole through a part Complete a Sketched hole Understand the Hole Tool Use Info to extract information

More information

Part 8: The Front Cover

Part 8: The Front Cover Part 8: The Front Cover 4 Earpiece cuts and housing Lens cut and housing Microphone cut and housing The front cover is similar to the back cover in that it is a shelled protrusion with screw posts extruding

More information

Introduction to Circular Pattern Flower Pot

Introduction to Circular Pattern Flower Pot Prerequisite Knowledge Previous knowledge of the sketching commands Line, Circle, Add Relations, Smart Dimension is required to complete this lesson. Previous examples of Revolved Boss/Base, Cut Extrude,

More information

Siemens NX11 tutorials. The angled part

Siemens NX11 tutorials. The angled part Siemens NX11 tutorials The angled part Adaptation to NX 11 from notes from a seminar Drive-to-trial organized by IBM and GDTech. This tutorial will help you design the mechanical presented in the figure

More information

Creo Revolve Tutorial

Creo Revolve Tutorial Creo Revolve Tutorial Setup 1. Open Creo Parametric Note: Refer back to the Creo Extrude Tutorial for references and screen shots of the Creo layout 2. Set Working Directory a. From the Model Tree navigate

More information

TUTORIAL ON PRO-E 2000i

TUTORIAL ON PRO-E 2000i MIE 313 Design of mechanical components TUTORIAL ON PRO-E 2000i March 8 th Y2K - SANTOSH SHANBHAG This tutorial will introduce you to a few features of Pro-E to help you get started with your project modeling.

More information

Program Pin Measurement for External Involute Worms Introduction

Program Pin Measurement for External Involute Worms Introduction Program 60-1443 Pin Measurement for External Involute Worms Introduction This model calculates the measurement over pins for an involute helicoid worm. Measurement over pins is used extensively in the

More information

SolidWorks 95 User s Guide

SolidWorks 95 User s Guide SolidWorks 95 User s Guide Disclaimer: The following User Guide was extracted from SolidWorks 95 Help files and was not originally distributed in this format. All content 1995, SolidWorks Corporation Contents

More information

1.6.7 Add Arc Length Dimension Modify Dimension Value Check the Sketch Curve Connectivity

1.6.7 Add Arc Length Dimension Modify Dimension Value Check the Sketch Curve Connectivity Contents 2D Sketch... 1 1.1 2D Sketch Introduction... 1 1.1.1 2D Sketch... 1 1.1.2 Basic Setting of 2D Sketch... 2 1.1.3 Exit 2D Sketch... 4 1.2 Draw Common Geometry... 5 2.2.1 Points... 5 2.2.2 Lines

More information

Table of Contents. Lesson 1 Getting Started

Table of Contents. Lesson 1 Getting Started NX Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard

More information

Part Design Fundamentals

Part Design Fundamentals Part Design Fundamentals 1 Course Presentation Objectives of the course In this course you will learn basic methods to create and modify solids features and parts Targeted audience New CATIA V5 Users 1

More information

Part 2: Earpiece. Insert Protrusion (Internal Sketch) Hole Patterns Getting Started with Pro/ENGINEER Wildfire. Round extrusion.

Part 2: Earpiece. Insert Protrusion (Internal Sketch) Hole Patterns Getting Started with Pro/ENGINEER Wildfire. Round extrusion. Part 2: Earpiece 4 Round extrusion Radial pattern Chamfered edge To create this part, you'll use some of the same extrusion techniques you used in the lens part. The only difference in this part is that

More information

NX 7.5. Table of Contents. Lesson 3 More Features

NX 7.5. Table of Contents. Lesson 3 More Features NX 7.5 Lesson 3 More Features Pre-reqs/Technical Skills Basic computer use Completion of NX 7.5 Lessons 1&2 Expectations Read lesson material Implement steps in software while reading through lesson material

More information

Lesson 6 2D Sketch Panel Tools

Lesson 6 2D Sketch Panel Tools Lesson 6 2D Sketch Panel Tools Inventor s Sketch Tool Bar contains tools for creating the basic geometry to create features and parts. On the surface, the Geometry tools look fairly standard: line, circle,

More information

Using Siemens NX 11 Software. The connecting rod

Using Siemens NX 11 Software. The connecting rod Using Siemens NX 11 Software The connecting rod Based on a Catia tutorial written by Loïc Stefanski. At the end of this manual, you should obtain the following part: 1 Introduction. Start NX 11 and open

More information

Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece

Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece 1 Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece In this Module, we will explore the method of adding dovetail seams to curved edges such as the circumferential edge of a

More information

Activity 5.2 Making Sketches in CAD

Activity 5.2 Making Sketches in CAD Activity 5.2 Making Sketches in CAD Introduction It would be great if computer systems were advanced enough to take a mental image of an object, such as the thought of a sports car, and instantly generate

More information

Cube in a cube Fusion 360 tutorial

Cube in a cube Fusion 360 tutorial Cube in a cube Fusion 360 tutorial n Before using these instructions, it is helpful to watch this video screencast of the CAD drawing actually being done in the software. Click to link to the video tutorial.

More information

Creo Parametric 4.0 Advanced Design

Creo Parametric 4.0 Advanced Design Table of Introduction...1 Objective of This Book...1 Textbook Outline...2 Textbook Conventions...3 Exercise Files...3 System Configuration...4 Datum Features...5 Introduction...5 Sketches and Datum Curves...6

More information

From the above fig. After sketching the path and profile select the sweep command First select the profile from property manager tree And then select

From the above fig. After sketching the path and profile select the sweep command First select the profile from property manager tree And then select Chapter 5 In sweep command there is a) Two sketch profiles b) Two path c) One sketch profile and one path The sweep profile is used to create threads springs circular things and difficult geometry. For

More information

LABORATORY MANUAL COMPUTER AIDED DESIGN LAB

LABORATORY MANUAL COMPUTER AIDED DESIGN LAB LABORATORY MANUAL COMPUTER AIDED DESIGN LAB Sr. No 1 2 3 Experiment Title Setting up of drawing environment by setting drawing limits, drawing units, naming the drawing, naming layers, setting line types

More information

Basic Features. In this lesson you will learn how to create basic CATIA features. Lesson Contents: CATIA V5 Fundamentals- Lesson 3: Basic Features

Basic Features. In this lesson you will learn how to create basic CATIA features. Lesson Contents: CATIA V5 Fundamentals- Lesson 3: Basic Features Basic Features In this lesson you will learn how to create basic CATIA features. Lesson Contents: Case Study: Basic Features Design Intent Stages in the Process Determine a Suitable Base Feature Create

More information

Module 1G: Creating a Circle-Based Cylindrical Sheet-metal Lateral Piece with an Overlaying Lateral Edge Seam And Dove-Tail Seams on the Top Edge

Module 1G: Creating a Circle-Based Cylindrical Sheet-metal Lateral Piece with an Overlaying Lateral Edge Seam And Dove-Tail Seams on the Top Edge Inventor (10) Module 1G: 1G- 1 Module 1G: Creating a Circle-Based Cylindrical Sheet-metal Lateral Piece with an Overlaying Lateral Edge Seam And Dove-Tail Seams on the Top Edge In Module 1A, we have explored

More information

Shaft Hanger - SolidWorks

Shaft Hanger - SolidWorks ME-430 INTRODUCTION TO COMPUTER AIDED DESIGN Shaft Hanger - SolidWorks BY: DR. HERLI SURJANHATA ASSIGNMENT Submit TWO isometric views of the Shaft Hanger with your report, 1. Shaded view of the trimetric

More information

Digital Camera Exercise

Digital Camera Exercise Commands Used New Part This lesson includes Sketching, Extruded Boss/Base, Extruded Cut, Fillet, Chamfer and Text. Click File, New on the standard toolbar. Select Part from the New SolidWorks Document

More information

J. La Favre Fusion 360 Lesson 5 April 24, 2017

J. La Favre Fusion 360 Lesson 5 April 24, 2017 In this lesson, you will create a funnel like the one in the illustration to the left. The main purpose of this lesson is to introduce you to the use of the Revolve tool. The Revolve tool is similar to

More information

Top Down Assembly Modeling Release Wildfire 2.0

Top Down Assembly Modeling Release Wildfire 2.0 Top Down Assembly Modeling Release Wildfire 2.0 Note: Comprehensive Modeling Assignment This is a 30 point assignment as such takes the place of the final exam. Four Plate Mold Base, Inner Two Plates Begin

More information

Introduction to CATIA V5

Introduction to CATIA V5 Introduction to CATIA V5 Release 17 (A Hands-On Tutorial Approach) Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower

More information

for Solidworks TRAINING GUIDE LESSON-9-CAD

for Solidworks TRAINING GUIDE LESSON-9-CAD for Solidworks TRAINING GUIDE LESSON-9-CAD Mastercam for SolidWorks Training Guide Objectives You will create the geometry for SolidWorks-Lesson-9 using SolidWorks 3D CAD software. You will be working

More information

Advanced Modeling Techniques Sweep and Helical Sweep

Advanced Modeling Techniques Sweep and Helical Sweep Advanced Modeling Techniques Sweep and Helical Sweep Sweep A sweep is a profile that follows a path placed on a datum. It is important when creating a sweep that the designer plans the size of the path

More information

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI SolidWorks 2015 Part I - Basic Tools Includes CSWA Preparation Material Parts, Assemblies and Drawings Paul Tran CSWE, CSWI SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Engineering Technology

Engineering Technology Engineering Technology Introduction to Parametric Modelling Engineering Technology 1 See Saw Exercise Part 1 Base Commands used New Part This lesson includes Sketching, Extruded Boss/Base, Hole Wizard,

More information

Software Development & Education Center NX 8.5 (CAD CAM CAE)

Software Development & Education Center NX 8.5 (CAD CAM CAE) Software Development & Education Center NX 8.5 (CAD CAM CAE) Detailed Curriculum Overview Intended Audience Course Objectives Prerequisites How to Use This Course Class Standards Part File Naming Seed

More information

J. La Favre Fusion 360 Lesson 2 April 19, 2017

J. La Favre Fusion 360 Lesson 2 April 19, 2017 In this lesson, you will create a round plate with 12 counter-bored holes to fit 6-32 socket head screws. A counter-bored hole has two diameters, one to fit the threaded part of the screw and the other

More information

SolidWorks Design & Technology

SolidWorks Design & Technology SolidWorks Design & Technology Training Course at PHSG Ex 5. Lego man Working with part files 8mm At first glance the Lego man looks complicated but I hope you will see that if you approach a project one

More information

ALIBRE SCRIPT MANUAL VERSION 1.0

ALIBRE SCRIPT MANUAL VERSION 1.0 ALIBRE SCRIPT MANUAL VERSION 1.0 Alibre Script 2 DISCLAIMER Information in this document is subject to change without notice and does not represent a commitment on the part of the manufacturer. The software

More information

Getting Started. Right click on Lateral Workplane. Left Click on New Sketch

Getting Started. Right click on Lateral Workplane. Left Click on New Sketch Getting Started 1. Open up PTC Pro/Desktop by either double clicking the icon or through the Start button and in Programs. 2. Once Pro/Desktop is open select File > New > Design 3. Close the Pallet window

More information

MODELING AND DESIGN C H A P T E R F O U R

MODELING AND DESIGN C H A P T E R F O U R MODELING AND DESIGN C H A P T E R F O U R OBJECTIVES 1. Identify and specify basic geometric elements and primitive shapes. 2. Select a 2D profile that best describes the shape of an object. 3. Identify

More information

Module 1H: Creating an Ellipse-Based Cylindrical Sheet-metal Lateral Piece

Module 1H: Creating an Ellipse-Based Cylindrical Sheet-metal Lateral Piece Inventor (10) Module 1H: 1H- 1 Module 1H: Creating an Ellipse-Based Cylindrical Sheet-metal Lateral Piece In this Module, we will learn how to create an ellipse-based cylindrical sheetmetal lateral piece

More information

Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1

Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1 Alibre Design Tutorial: Loft, Extrude, & Revolve Cut Loft-Tube-1 Part Tutorial Exercise 5: Loft-Tube-1 [Complete] In this Exercise, We will set System Parameters first, then part options. Then, in sketch

More information

WizoScript. Manual Version 1.21

WizoScript. Manual Version 1.21 WizoScript Manual Version 1.21 2 Disclaimer Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of the manufacturer. The software

More information

Starting a 3D Modeling Part File

Starting a 3D Modeling Part File 1 How to Create a 3D Model and Corresponding 2D Drawing with Dimensions, GDT (Geometric Dimensioning and Tolerance) Symbols and Title Block in SolidWorks 2013-2014 By Edward Locke This tutorial will introduce

More information

CAD-CAM-CAE Examples

CAD-CAM-CAE Examples CAD-CAM-CAE Examples example title: example number: example level: CAx system: Related material part with TÁMOP Job Description: Shaft type component (CAD) ÓE-A06a basic - medium - advanced CATIA v5 CAD

More information

with Creo Parametric 4.0

with Creo Parametric 4.0 Parametric Modeling with Creo Parametric 4.0 An Introduction to Creo Parametric 4.0 NEW Contains a new chapter on 3D Printing Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com

More information

Module 2.1, 2.2 Review. EF101 Analysis & Skills Module 2.3. Sketched Features and Operations. On-line Help Two Locations

Module 2.1, 2.2 Review. EF101 Analysis & Skills Module 2.3. Sketched Features and Operations. On-line Help Two Locations EF101 Analysis & Skills Module 2.3 Engineering Graphics Revolved Features Placed Features Work Features Module 2.1, 2.2 Review What are the three types of operations for adding features to the base feature?

More information

Surface Modeling. Prerequisites. Stats

Surface Modeling. Prerequisites. Stats Surface Modeling With all of its powerful feature creation tools, solid modeling is not capable of capturing the complex shapes. To capture such complex shapes, surface modeling techniques are widely used.

More information

Introduction to ISDX Interactive Surface Design Extension Creo 2.0. Level 7 Continued

Introduction to ISDX Interactive Surface Design Extension Creo 2.0. Level 7 Continued Introduction to ISDX Interactive Surface Design Extension Creo 2.0 Level 7 Continued Create or modify your config.pro (or edit and save a config.pro) such that the graphics driver is changed to opengl.

More information

Explanation of buttons used for sketching in Unigraphics

Explanation of buttons used for sketching in Unigraphics Explanation of buttons used for sketching in Unigraphics Sketcher Tool Bar Finish Sketch is for exiting the Sketcher Task Environment. Sketch Name is the name of the current active sketch. You can also

More information

Engineering & Computer Graphics Workbook Using SolidWorks 2014

Engineering & Computer Graphics Workbook Using SolidWorks 2014 Engineering & Computer Graphics Workbook Using SolidWorks 2014 Ronald E. Barr Thomas J. Krueger Davor Juricic SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org)

More information

Introduction to Autodesk Inventor User Interface Student Manual MODEL WINDOW

Introduction to Autodesk Inventor User Interface Student Manual MODEL WINDOW Emmett Wemp EDTECH 503 Introduction to Autodesk Inventor User Interface Fill in the blanks of the different tools available in the user interface of Autodesk Inventor as your instructor discusses them.

More information

How to Build a Game Console. David Hunt, PE

How to Build a Game Console. David Hunt, PE How to Build a Game Console David Hunt, PE davidhunt@outdrs.net Covering: Drafts Fillets Shells Patterns o Linear o Circular Using made-for-the-purpose sketches to define reference geometry Using reference

More information

Engineering & Computer Graphics Workbook Using SOLIDWORKS

Engineering & Computer Graphics Workbook Using SOLIDWORKS Engineering & Computer Graphics Workbook Using SOLIDWORKS 2017 Ronald E. Barr Thomas J. Krueger Davor Juricic SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org)

More information

Introduction To Modeling

Introduction To Modeling Introduction To Modeling Introduction ProEngineer Wildfire2 is a computer aided design (CAD) program that is used to create models on a computer in three-dimensions. Since three dimensions are used the

More information

Lesson 4 Extrusions OBJECTIVES. Extrusions

Lesson 4 Extrusions OBJECTIVES. Extrusions Lesson 4 Extrusions Figure 4.1 Clamp OBJECTIVES Create a feature using an Extruded protrusion Understand Setup and Environment settings Define and set a Material type Create and use Datum features Sketch

More information

Create A Mug. Skills Learned. Settings Sketching 3-D Features. Revolve Offset Plane Sweep Fillet Decal* Offset Arc

Create A Mug. Skills Learned. Settings Sketching 3-D Features. Revolve Offset Plane Sweep Fillet Decal* Offset Arc Create A Mug Skills Learned Settings Sketching 3-D Features Slice Line Tool Offset Arc Revolve Offset Plane Sweep Fillet Decal* Tutorial: Creating A Custom Mug There are somethings in this world that have

More information

Lesson 16 Helical Sweeps and Annotations

Lesson 16 Helical Sweeps and Annotations Lesson 16 Helical Sweeps and Annotations Figure 16.1 Helical Compression Spring Drawing OBJECTIVES Create a helical compression spring with a Helical Sweep Use sweeps to create hooks on extension springs

More information

Rotational Patterns of Pick and Place Features

Rotational Patterns of Pick and Place Features Rotational Patterns of Pick and Place Features The most efficient way to create multiple copies of one feature is to use the patterning function. Not only is it faster, but dimensioning is simplified,

More information

10/14/2010. Chevy Malibu. Vehicle Design with Solidworks. Start SolidWorks Create a New SolidWorks Document. Miles, Rowardo B

10/14/2010. Chevy Malibu. Vehicle Design with Solidworks. Start SolidWorks Create a New SolidWorks Document. Miles, Rowardo B Chevy Malibu Vehicle Design with Solidworks Start SolidWorks Create a New SolidWorks Document Miles, Rowardo B 1 Click: Part and then OK Now you are ready to make a Part. 2 Right Toolbar: Document Properties:

More information

SolidWorks Navigation

SolidWorks Navigation SolidWorks Basics SolidWorks Navigation Command Bar Feature Tree Model Window Simple Box Select the Front plane Create a new sketch Create a Center Rectangle from the origin Smart Dimension the length

More information

Conquering the Rubicon

Conquering the Rubicon Autodesk Inventor R10 Fundamentals: Conquering the Rubicon Elise Moss SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Schroff Development Corporation P.O. Box 1334

More information

Nut and Bolt Tutorial

Nut and Bolt Tutorial Thread Representations Nut and Bolt Tutorial Parts to a Thread Thread Dimensioning Major Diameter Thread Series (IE UNC, UNF, ACME, etc) ½ - 13 UNC 2 A or B A = External B = Internal Threads per Inch Class

More information

Veerapandian.K Mechanical Engg Vedharanyam A manual to mechanical designers How Solid works Works?

Veerapandian.K Mechanical Engg Vedharanyam A manual to mechanical designers How Solid works Works? Compiled by Veerapandian.K Mechanical Engg Vedharanyam-614 810 A manual to mechanical designers How Solid works Works? Solid works Overview Solid works main idea is user to create drawing directly in 3D

More information

Modeling Basic Mechanical Components #1 Tie-Wrap Clip

Modeling Basic Mechanical Components #1 Tie-Wrap Clip Modeling Basic Mechanical Components #1 Tie-Wrap Clip This tutorial is about modeling simple and basic mechanical components with 3D Mechanical CAD programs, specifically one called Alibre Xpress, a freely

More information

Diane Burton, STEM Outreach.

Diane Burton, STEM Outreach. 123D Design Tutorial: LED decoration Before using these instructions, it is very helpful to watch this video screencast of the CAD drawing actually being done in the software. Click this link for the video

More information

Wireless Mouse Surfaces

Wireless Mouse Surfaces Wireless Mouse Surfaces Design & Communication Graphics Table of Contents Table of Contents... 1 Introduction 2 Mouse Body. 3 Edge Cut.12 Centre Cut....14 Wheel Opening.. 15 Wheel Location.. 16 Laser..

More information

Creo Parametric 4.0 Basic Design

Creo Parametric 4.0 Basic Design Creo Parametric 4.0 Basic Design Contents Table of Contents Introduction...1 Objective of This Textbook...1 Textbook Outline...2 Textbook Conventions...3 Exercise Files...3 System Configuration...4 Notes

More information

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives Chapter 2 Drawing Sketches for Solid Models Learning Objectives After completing this chapter, you will be able to: Start a new template file to draw sketches. Set up the sketching environment. Use various

More information

IT, Sligo. Equations Tutorial

IT, Sligo. Equations Tutorial Equations Tutorial Parametric Modelling: SolidWorks is a parametric modelling system where parameters, such as dimensions and relations, are used to create and control the geometry of the modelled part.

More information

AutoCAD Inventor - Solid Modeling, Stress and Dynamic Analysis

AutoCAD Inventor - Solid Modeling, Stress and Dynamic Analysis PDHonline Course G280 (15 PDH) AutoCAD Inventor - Solid Modeling, Stress and Dynamic Analysis Instructor: John R. Andrew, P.E. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658

More information

11/12/2015 CHAPTER 7. Axonometric Drawings (cont.) Axonometric Drawings (cont.) Isometric Projections (cont.) 1) Axonometric Drawings

11/12/2015 CHAPTER 7. Axonometric Drawings (cont.) Axonometric Drawings (cont.) Isometric Projections (cont.) 1) Axonometric Drawings CHAPTER 7 1) Axonometric Drawings 1) Introduction Isometric & Oblique Projection Axonometric projection is a parallel projection technique used to create a pictorial drawing of an object by rotating the

More information

Chapter 2. Modifying, Extruding and Revolving the Sketches. Learning Objectives. Commands Covered AMMODDIM AMEXTRUDE AMREVOLVE

Chapter 2. Modifying, Extruding and Revolving the Sketches. Learning Objectives. Commands Covered AMMODDIM AMEXTRUDE AMREVOLVE Chapter 2 Modifying, Extruding and Revolving the Sketches Learning Objectives After completing this chapter, you will be able to: Modify the desired sketch using the AMMODDIM command. Extrude the desired

More information

Activity 5.5a CAD Model Features Part 1

Activity 5.5a CAD Model Features Part 1 Activity 5.5a CAD Model Features Part 1 Introduction In order to use CAD effectively as a design tool, the designer must have the skills necessary to create, edit, and manipulate a 3D model of a part in

More information

CAD EXERCISE 1.1 MODELING A SPIRAL STAIRCASE

CAD EXERCISE 1.1 MODELING A SPIRAL STAIRCASE CAD EXERCISE 1.1 MODELING A SPIRAL STAIRCASE Figure 1: Spiral staircase and its model tree. Learning Targets In this exercise you will learn: Grouping features Using dimensional pattern Using relations

More information

Lab 3 Introduction to SolidWorks I Silas Bernardoni 10/9/2008

Lab 3 Introduction to SolidWorks I Silas Bernardoni 10/9/2008 1 Introduction This lab is designed to provide you with basic skills when using the 3D modeling program SolidWorks. You will learn how to build parts, assemblies and drawings. You will be given a physical

More information

Dimensioning 2-4) Dimensioning and Locating Simple Features

Dimensioning 2-4) Dimensioning and Locating Simple Features Dimensioning 2-4) Dimensioning and Locating Simple Features Dimensioning Features a) A circle is dimensioned by its diameter and an arc by its radius using a leader line and a note. Exercise 2-6 Circular

More information

1. Creating geometry based on sketches 2. Using sketch lines as reference 3. Using sketches to drive changes in geometry

1. Creating geometry based on sketches 2. Using sketch lines as reference 3. Using sketches to drive changes in geometry 4.1: Modeling 3D Modeling is a key process of getting your ideas from a concept to a read- for- manufacture state, making it core foundation of the product development process. In Fusion 360, there are

More information

Part Design. Sketcher - Basic 1 13,0600,1488,1586(SP6)

Part Design. Sketcher - Basic 1 13,0600,1488,1586(SP6) Part Design Sketcher - Basic 1 13,0600,1488,1586(SP6) In this exercise, we will learn the foundation of the Sketcher and its basic functions. The Sketcher is a tool used to create two-dimensional (2D)

More information

Exercise 1. Consider the following figure. The shaded portion of the circle is called the sector of the circle corresponding to the angle θ.

Exercise 1. Consider the following figure. The shaded portion of the circle is called the sector of the circle corresponding to the angle θ. 1 Radian Measures Exercise 1 Consider the following figure. The shaded portion of the circle is called the sector of the circle corresponding to the angle θ. 1. Suppose I know the radian measure of the

More information

SolidWorks 2005 Tutorial. and MultiMedia CD. A Step-by-step Project Based Approach Utilizing 3D Solid Modeling

SolidWorks 2005 Tutorial. and MultiMedia CD. A Step-by-step Project Based Approach Utilizing 3D Solid Modeling INSIDE: MultiMedia CD An audio/visual presentation of the tutorial projects SolidWorks 2005 Tutorial and MultiMedia CD A Step-by-step Project Based Approach Utilizing 3D Solid Modeling David C. Planchard

More information

User Guide V10 SP1 Addendum

User Guide V10 SP1 Addendum Alibre Design User Guide V10 SP1 Addendum Copyrights Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or

More information

CREO.1 MODELING A BELT WHEEL

CREO.1 MODELING A BELT WHEEL CREO.1 MODELING A BELT WHEEL Figure 1: A belt wheel modeled in this exercise. Learning Targets In this exercise you will learn: Using symmetry when sketching Using pattern to copy features Using RMB when

More information

ME Week 2 Project 2 Flange Manifold Part

ME Week 2 Project 2 Flange Manifold Part 1 Project 2 - Flange Manifold Part 1.1 Instructions This project focuses on additional sketching methods and sketching commands. Revolve and Work features are also introduced. The part being modeled is

More information

1. Open the Feature Modeling demo part file on the EEIC website. Ask student about which constraints needed to Fully Define.

1. Open the Feature Modeling demo part file on the EEIC website. Ask student about which constraints needed to Fully Define. BLUE boxed notes are intended as aids to the lecturer RED boxed notes are comments that the lecturer could make Control + Click HERE to view enlarged IMAGE and Construction Strategy he following set of

More information

Toothbrush Holder. A drawing of the sheet metal part will also be created.

Toothbrush Holder. A drawing of the sheet metal part will also be created. Prerequisite Knowledge Previous knowledge of the following commands is required to complete this lesson; Sketch (Line, Centerline, Circle, Add Relations, Smart Dimension,), Extrude Boss/Base, and Edit

More information

Using Siemens NX 11 Software. Sheet Metal Design - Casing

Using Siemens NX 11 Software. Sheet Metal Design - Casing Using Siemens NX 11 Software Sheet Metal Design - Casing Based on a YouTube NX tutorial 1. 1 https://www.youtube.com/watch?v=-siyi1vz87k A&M CAD in mechanical engineering 1 1 Introduction. Start NX 11

More information

Module 2: Radial-Line Sheet-Metal 3D Modeling and 2D Pattern Development: Right Cone (Regular, Frustum, and Truncated)

Module 2: Radial-Line Sheet-Metal 3D Modeling and 2D Pattern Development: Right Cone (Regular, Frustum, and Truncated) Inventor (5) Module 2: 2-1 Module 2: Radial-Line Sheet-Metal 3D Modeling and 2D Pattern Development: Right Cone (Regular, Frustum, and Truncated) In this tutorial, we will learn how to build a 3D model

More information

Inventor-Parts-Tutorial By: Dor Ashur

Inventor-Parts-Tutorial By: Dor Ashur Inventor-Parts-Tutorial By: Dor Ashur For Assignment: http://www.maelabs.ucsd.edu/mae3/assignments/cad/inventor_parts.pdf Open Autodesk Inventor: Start-> All Programs -> Autodesk -> Autodesk Inventor 2010

More information

SDC. SolidWorks Tutorial 2001Plus. A Competency Project Based Approach Utilizing 3D Solid Modeling. David C. Planchard & Marie P.

SDC. SolidWorks Tutorial 2001Plus. A Competency Project Based Approach Utilizing 3D Solid Modeling. David C. Planchard & Marie P. 2001Plus A Competency Project Based Approach Utilizing 3D Solid Modeling David C. Planchard & Marie P. Planchard SDC PUBLICATIONS www.schroff.com www.schroff-europe.com Project 2 Below are the desired

More information

Drawing and Assembling

Drawing and Assembling Youth Explore Trades Skills Description In this activity the six sides of a die will be drawn and then assembled together. The intent is to understand how constraints are used to lock individual parts

More information

CAD tutorial for the drinking straw support

CAD tutorial for the drinking straw support CAD tutorial for the drinking straw support Having tried a number of different designs, this one worked best on the greatest variety of glasses straight sided glass, angled glass and even a champagne flute.

More information

AEROPLANE. Create a New Folder in your chosen location called Aeroplane. The four parts that make up the project will be saved here.

AEROPLANE. Create a New Folder in your chosen location called Aeroplane. The four parts that make up the project will be saved here. AEROPLANE Prerequisite Knowledge Previous knowledge of the following commands is required to complete this lesson. Sketching (Line, Rectangle, Arc, Add Relations, Dimensioning), Extrude, Assemblies and

More information

Introduction to Revolve - A Glass

Introduction to Revolve - A Glass Introduction to Revolve - A Glass Design & Communication Graphics 1 Object Analysis sheet Design & Communication Graphics 2 Prerequisite Knowledge Previous knowledge of the following commands are required

More information

Solidworks Tutorial Pencil

Solidworks Tutorial Pencil The following instructions will be used to help you create a Pencil using Solidworks. These instructions are ordered to make the process as simple as possible. Deviating from the order, or not following

More information

David Anderson. Gill & Macmillan

David Anderson. Gill & Macmillan One Volume Edition David nderson 3 and 4 Online Worksheets Ideal as homework exercises Will save students time as the problems are already set up on the page Worksheets are referenced in the text The material

More information