parametric modeling © 2012 project lead the way, inc.introduction to engineering design

25
Parametric Modeling © 2012 Project Lead The Way, Inc. Introduction to Engineering Design

Upload: rolf-freeman

Post on 28-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Modeling

© 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Page 2: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Presentation Overview

• Types of computer design parameters• Review of geometric constraints• Parametric constraints• Creation of parametric equations that

maintain geometric proportions

Page 3: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parameters

• 3D CAD programs use parameters to define a model of a design solution

• A parameter is a property of a system whose value determines how the system will behave

Page 4: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Types of Parameters

• 3D CAD programs typically have three types of user-defined parameters:– Geometric Constraints (review)– Parametric Constraints– Assembly Constraints (discussed later)

Page 5: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Review of Geometric Constraints

• Non-numerical geometric relationships that the user assigns to sketched elements.

• Examples– Making two lines parallel– Making two arcs concentric– Making a line horizontal

Page 6: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Review of Geometric Constraints

Perpendicular, Parallel, Tangent, Coincident, Concentric, Collinear

Horizontal, Vertical, Equal, Fix, Symmetric

Page 7: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Constraints

• Are used to control the size and location of geometry

• May take the form of simple numeric values such as 2 inches or 25 degrees

• May take the form of abstract algebraic formulas such as (d2*d0)/d5

Page 8: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Constraints

• Can be tied to spreadsheets that allow for more complex mathematical formulas

Page 9: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• Algebraic equations that use variables can be substituted for individual numeric values

• The resulting dimensional value may change, but the formula will remain constant

d7 = ((d2*d0)/d5)+2 in.

Symbols: + - * /add subtract multiply divide

Page 10: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• Scenario: A child’s proportions are similar to those of an adult

• A chair could be dimensioned so that changing the seat height uniformly scales all other chair features

Page 11: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Each dimension is given a designation, starting with d0.

Parametric Equations

Page 12: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

d1d0

All location and size dimensions are given designations. Geometric constraints, such as the perpendicular and parallel edges, do not have designations.

Parametric Equations

Page 13: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

• Extrusion and taper angle values are also given designations

Parametric Equations

Page 14: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• Problem– The Overall Plate Depth (d0) and the Overall

Plate Width (d1) must maintain a constant ratio

– If the plate were scaled up or down, the overall dimensions would remain proportional to each other.

Page 15: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• If the Overall Plate Depth and Overall Plate Width must maintain a constant ratio, then the current dimensional values can be used to establish the ratio

5 in.

Page 16: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• If the Overall Plate Depth and Overall Plate Width must maintain a constant ratio, then the current dimensional values can be used to establish the ratio

5 : 3 or 5/3 or 1.666673 : 5 or 3/5 or .6

Note: unit-less values

5 in.

Page 17: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• If dimension d0 is the only linear dimension that will have a numeric value, then it must be used to develop an equation that will maintain proportionality

5 in.

d1 = d0 in.*(5/3) d1 = d0 in./(3/5)or

5 in. = 3 in. x 1.66667 5 in. = 3 in. .6

Page 18: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• Both equations work, so either may be used in the CAD program as a parametric equation for dimension d1 to maintain proportionality

5 in.

d1 = d0 in.*(5/3) d1 = d0 in./(3/5)or

5 in. = 3 in. x 1.66667 5 in. = 3 in. .6

Page 19: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations

• Each parametric equation must tie back directly (e.g., d0/2) or indirectly (e.g., d1*.8 = (d0*(5/3))*.8) to a dimension that has a true value. In this case dimension d0 has a true value of 3 in.

Page 20: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations in Inventor

• Dimension parameters are named in sequential order beginning with d0.

• The first dimension you place will be labeled d0, the next d1, and so on.

Page 21: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations in Inventor

• You may type equations into the dimension dialog box (instead of a number)

Page 22: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations in Inventor

• You may assign the parameter name to any dimension

Page 23: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations in Inventor

• You may change the display mode of dimensions by right clicking

• Choose “Name” as the dimension display in order to display the parameter names instead of the numeric value

Page 24: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations in Inventor

• The parameter table displays parameter names, units, equations, and numeric values of dimensions.

• Access to the parameter table is provided under the Manage tab.

Page 25: Parametric Modeling © 2012 Project Lead The Way, Inc.Introduction to Engineering Design

Parametric Equations in Inventor

• You may revise parameter names and equations and add comments within the parameter table

• The dimensions will automatically update when you depress Done