Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
(EOD).Design topics.pdf
Скачиваний:
34
Добавлен:
23.08.2013
Размер:
1.48 Mб
Скачать

page 134

Analysis,

Evaluation, Etc.

Design

 

 

 

Display

 

A Geometric

 

 

 

 

 

 

(Data Entry &

 

Representation

 

(Data Interpretation

 

 

 

(Data Storage)

 

and Rendering)

Manipulation)

 

 

 

 

 

 

User

The Geometric Representation determines what a system can do.

There are a number of methods of representing geometry, 1D, 2D, 2.5D, 3D 2D - All in one dimension, such as a side view of a part

2.5D - Points have an x, y coordinate, and height. This is a special case which can describe raised surfaces like buildings.

3D - Full spatial dimensions

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

2D

 

2.5D

 

3D

 

 

 

 

 

 

 

• 2D models are quickly becoming obsolete, 2.5D models were an early compromise, but 3D models are quickly becoming the standard.

DQ:16.2 GEOMETRIC MODELS

• There are many ways to model a part, the major categories are,

page 135

-Elemental (using lines and points like drafting)

-Surfaces (such as polygons used in ES 206)

-Solids - Swept

-Solids - BRep

-Solids - CSG

-Features

If describing a block with a hole in it, each of the methods above will result in different descriptions

Elemental:

14 Lines

 

2 Circles

Surfaces:

4 Square polygons for sides

Many rectangular polygons for inside hole 2 Odd shaped polygons for top and bottom

Solids Swept:

1

Base block

 

1

Circular profile

 

1

Straight path to sweep the cutting circle

 

 

through the block

page 136

Solids BRep:

7

Faces

 

8

Vertices

 

14 Edges

Solids CSG:

1

Block primitive

 

 

1

Cylinder primitive

 

 

1

Equation: Block - Cylinder

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Features:

1

Block from stock

 

1

Bored hole

Which is best???? all of them in the right situations.

Each method has its particular advantages, and disadvantages.

The best software and hardware supports a combination of all methods.

It is assumed that other information is used to describe the geometries above, like,

-Position

-Orientation

-Dimensions

The geometries can also be used to associate other information,

-Materials

-Tolerances

-Finishes

-Inspection information

BLOCK

HOLE

page 137

HOLE = {

radius = .5 inches height = 3 inches x_position = 1.5 inches y_position = 1.5 inches x_rotation = 90 degrees

radius_tolerance = 0.001 inches

}

DQ:16.2.1 Elemental Depiction:

Depicted with the simplest of details (lines, points arcs, etc.)

Advantages,

-very easy to store and alter

-well suited to line based problems

-does not require a powerful computer

-easy to perform traditional drafting

Disadvantages,

-not capable of carrying complex information

-ambiguous

-complex items require long time to model

-requires repetition

-very hard to connect to programs for FEM, etc.

Typically used in older CAD systems like AUTOCAD, CADKEY, etc.

A classic demonstration of the arbitrary nature is shown below,