SlideShare a Scribd company logo
Ken Youssefi Mechanical Engineering Dept.
1
Introduction to Solid Modeling
Parametric Modeling
Ken Youssefi Mechanical Engineering Dept.
2
Why draw 3D Models?
• 3D models are easier to interpret.
• Simulation under real-life conditions.
• Less expensive than building a physical model.
• 3D models can be used to perform finite element
analysis (stress, deflection, thermal…..).
• 3D models can be used directly in manufacturing,
Computer Numerical Control (CNC).
• Can be used for presentations and marketing.
Ken Youssefi Mechanical Engineering Dept.
3
3D Modeling
• Wireframe modeling
• Surface modeling
• Solid modeling
There are three basic types of three-dimensional computer
geometric modeling methods:
Ken Youssefi Mechanical Engineering Dept.
4
Wireframe Modeling
• Contains information about the locations of all the points
(vertices) and edges in space coordinates.
• Each vertex is defined by x, y, z coordinate.
• Edges are defined by a pair of vertices.
• Faces are defined as three or more edges.
• Wireframe is a collection of edges, there is no skin
defining the area between the edges.
Ken Youssefi Mechanical Engineering Dept.
5
Wireframe Modeling
• Can quickly and efficiently convey information
than multiview drawings.
• The only lines seen are the intersections of
surfaces.
• Can be used for finite element analysis.
• Can be used as input for CNC machines to
generate simple parts.
• Contain most of the information needed to create
surface, solid and higher order models
Advantages:
Ken Youssefi Mechanical Engineering Dept.
6
Wireframe Modeling
• Do not represent an actual solids (no surface and
volume).
• Cannot model complex curved surfaces.
• Cannot be used to calculate dynamic properties.
• Ambiguous views
Disadvantages:
Ken Youssefi Mechanical Engineering Dept.
7
Wireframe Modeling
• Uniqueness problem.
Ken Youssefi Mechanical Engineering Dept.
8
Surface Modeling
• Surface models define the surface features, as well
as the edges, of objects.
• A mathematical function describes the path of a
curve (parametric techniques).
• Surfaces are edited as single entities.
A surface model represents the skin of an object,
these skins have no thickness or material type.
Ken Youssefi Mechanical Engineering Dept.
9
Surface Modeling
• Eliminates ambiguity and non-uniqueness present in
wireframe models by hiding lines not seen.
• Renders the model for better visualization and
presentation, objects appear more realistic.
• Provides the surface geometry for CNC machining.
• Provides the geometry needed for mold and die design.
• Can be used to design and analyze complex free-formed
surfaces (ship hulls, airplane fuselages, car bodies, …).
• Surface properties such as roughness, color and
reflectivity can be assigned and demonstrated.
Advantages:
Ken Youssefi Mechanical Engineering Dept.
10
Surface Modeling
• Surface models provide no information about the
inside of an object.
• Complicated computation, depending on the
number of surfaces
Disadvantages:
Ken Youssefi Mechanical Engineering Dept.
11
Solid Models
• Has all the advantages of surface models (uniqueness,
non-ambiguous, realistic, surface profile) plus
volumetric information.
• Allows the designer to create multiple options for a
design.
• 2D standard drawings, assembly drawing and exploded
views are generated form the 3D model.
In the solid modeling, the solid definitions include vertices
(nodes), edges, surfaces, weight, and volume. The model is a
complete and unambiguous representation of a precisely
enclosed and filled volume.
Advantages:
Ken Youssefi Mechanical Engineering Dept.
12
Solid Models
• Can easily be exported to different Finite Element
Methods programs for analysis.
• Can be used in newly manufacturing techniques;
computer integrated manufacturing (CIM),
computer aided manufacturing (CAM) and design
for manufacturability ans assembly (DFM, DFA)
• Mass and volumetric properties of an object can
be easily obtained; total mass, mass center, area
and mass moment of inertia, volume, radius of
gyration, …
Advantages:
Ken Youssefi Mechanical Engineering Dept.
13
• Volumetric and Mass properties of an object can be easily obtained.
Corresponding mass properties are obtained if density is included.
Ken Youssefi Mechanical Engineering Dept.
14
Solid Models
• More intensive computation than wireframe and
surface modeling.
• Requires more powerful computers (faster with
more memory and good graphics), not a problem
any more.
Disadvantages:
Ken Youssefi Mechanical Engineering Dept.
15
Methods of Creating Solid Models
• Boundary Representation (B-rep), mostly used in
finite element programs.
• Constructive Solid Geometry (CSG), CAD
packages; Unigraphics, AutoCAD – 3D modeler.
• Parametric Modeling, CAD packages;
Unigraphics, SolidWorks, Inventor by AutoDesk,
Pro/Engineer, ….
Ken Youssefi Mechanical Engineering Dept.
16
Solid Modeling
Boundary Representation (B-rep)
• A solid model is formed by defining the surfaces that form
its boundary (edges and surfaces)
• The face of a B-rep represents an oriented surface, there
are two sides to the surface; solid side (inside) and void
side (outside), unlike faces in a wireframe.
• B-rep model is created using Euler operation
• Many Finite Element Method (FEM) programs use this
method. Allows the interior meshing of the volume to be
more easily controlled.
Ken Youssefi Mechanical Engineering Dept.
17
B-Rep Data Structure
Ken Youssefi Mechanical Engineering Dept.
18
Euler Operators
Geometric entities stored in B-Rep data structures are the
shell, face, loop, edge, and vertex.
Operators are needed to manipulate these entities (e.g., an
operator to make an edge, an operator to delete an edge,…)
Ken Youssefi Mechanical Engineering Dept.
19
Euler-Poincare Formula
v – e + f – h =2 (s – p)
v represents the number of vortices, e the number of edges, f the
number of faces, h the number of hole loops, s the number of shells
and p the number of passages (through holes of a solid)
Applies to the geometric entities
Ken Youssefi Mechanical Engineering Dept.
20
Euler Operators
Ken Youssefi Mechanical Engineering Dept.
21
Constructive Solid Geometry, CSG
• CSG defines a model in terms of combining basic and
generated (using extrusion and sweeping operation) solid
shapes.
• CSG uses Boolean operations to construct a model (George
Boole, 1815-1864, invented Boolean algebra).
• There are three basic Boolean operations:
Union (Unite, join) - the operation combines two
volumes included in the different solids into a single
solid.
Subtract (cut) - the operation subtracts the volume of
one solid from the other solid object.
Intersection - the operation keeps only the volume
common to both solids
Ken Youssefi Mechanical Engineering Dept.
22
Primitive Solids and Boolean Operations
The basic primitive solid:
Ken Youssefi Mechanical Engineering Dept.
23
Primitive Solids
The location of
the insertion base
or base point and
default axes
orientation.
Ken Youssefi Mechanical Engineering Dept.
24
Boolean Operations
Union
Subtract
Intersection
Ken Youssefi Mechanical Engineering Dept.
25
Implementing Boolean Operation
Consider solids A and B.
Ken Youssefi Mechanical Engineering Dept.
26
Boolean Operation
The intersection curves of all the faces of solid A and B
are calculated. These intersections are inscribed on the
associated faces of the two solids.
Ken Youssefi Mechanical Engineering Dept.
27
Boolean Operation
The faces of solid A are classified according to their relative location
with respect to solid B. Each face is tested to determine whether it is
located inside, outside, or on the boundary surface of solid B.
The faces in group A1
are outside solid B, and those of group B1
are
inside solid A.
Ken Youssefi Mechanical Engineering Dept.
28
Boolean Operation
Groups of faces are collected according to the specific
Boolean operation and the unnecessary face groups are
eliminated. For example, for union operation, group A1
and
B2
are collected and A2
and B1
are eliminated.
Ken Youssefi Mechanical Engineering Dept.
29
Boolean Operation
The two solids are glued at their common boundary.
Ken Youssefi Mechanical Engineering Dept.
30
Union
Plan your modeling strategy
before you start creating the
solid model
Solid Modeling Example Using CSG
Cut
Cut
Ken Youssefi Mechanical Engineering Dept.
31
Creating Solid Models
Parametric Modeling Concept
• Parametric is a term used to describe a dimension’s
ability to change the shape of model geometry if the
dimension value is modified.
• Feature-based is a term used to describe the various
components of a model. For example, a part can
consists of various types of features such as holes,
grooves, fillets, and chamfers.
• Parametric modeler are featured-based, parametric,
solid modeling design program: SolidWorks, Pro-
Engineer, Unigraphics (CSG and parametric), …..
Ken Youssefi Mechanical Engineering Dept.
32
Design Intent
• In parametric modeling, dimensions
control the model.
• Design intent is how your model
will react when dimension values
are changed.
Ken Youssefi Mechanical Engineering Dept.
33
Design Intent
Remember that the placement of dimensions is very important
because they are being used to drive the shape of the geometry. If
the 2.5 in. vertical dimension increases, the 2.5 in. flat across the
chamfer will be maintained, but its angle will change.
The drawing shows the intent of the
designer that the inclined plane
(chamfer) should have a flat area
measuring 2.5 inches and that it
should start at a point 1.25 inches
from the base of the drawing. These
parameters are what the designer
deemed significant for this model.
2.50
4.00
1.25
2.50
Example:
Ken Youssefi Mechanical Engineering Dept.
34
Design Intent
In this drawing, what is important to
the designer is the vertical location and
horizontal dimension of the chamfer,
rather than the flat of the chamfer.
2.50
4.00
1.25
2.125
In the last drawing, the designer calls
for a specific angle for the chamfer.
In this case the angle of the chamfer
should be dimensioned.
2.50
4.00
1.75
30.0O
Ken Youssefi Mechanical Engineering Dept.
35
Design Intent
Ken Youssefi Mechanical Engineering Dept.
36
Design Notes
• Keep in mind that dimensioning scheme can be
changed at any time. You are not locked into a
specific design. You can also design without
dimensioning, rough out a sketch, and then later
go back and fully define it.
• Do not be concerned with dimensioning to datum
or stacked tolerances in the part. Those issues can
be addressed in the drawing layout. Be more
concerned with your design intent.
Ken Youssefi Mechanical Engineering Dept.
37
Boolean Versus Parametric Modeling
The ability to go back on some earlier stage in the design
process and make changes by editing a sketch or changing
some dimensions is extremely important to a designer. This is
the main advantage of a parametric (SolidWorks, Unigraphics,
Inventor, Pro-Engineer) over a non-parametric modeler
(AutoCAD 3D modeler – Boolean operation)
Ken Youssefi Mechanical Engineering Dept.
38
Boolean Versus Parametric Modeling
Example:
Let’s assume that it is desired to design a part consisting of a
ring with a certain thickness and a series of counterbore holes
along the perimeter.
Ken Youssefi Mechanical Engineering Dept.
39
Boolean Versus Parametric Modeling
Boolean operation
Make the base part by creating two
cylinders and subtract the small one
from the large one
Create the solid geometry that will
become the counterbore holes and
generate the pattern.
Ken Youssefi Mechanical Engineering Dept.
40
Boolean Versus Parametric Modeling
Position the pattern about the perimeter of the
base part. Locating the holes is critical to
creating an accurate solid model.
What would happen if you had to come back to this part to change
the thickness of the ring or size of the counterbore holes?
Since Boolean operation was used to create the part, changing the
thickness would not increase the height of the holes. There is no
association between the thickness and the hole pattern location.
Subtract the pattern from the base part to
create the actual holes.
Ken Youssefi Mechanical Engineering Dept.
41
Boolean Versus Parametric Modeling
Parametric modeling (SolidWorks, ProE, UG, …)
Create the initial base, the ring, by
extruding the profile (circles) in a
particular direction (Pro/E or
SolidWorks) or use primitive solids
and Boolean operation (UG).
Create the counterbore as a feature.
Select the top surface of the ring
and either sketch the two holes and
extrude at different depth or use the
hole feature option.
Ken Youssefi Mechanical Engineering Dept.
42
Boolean Versus Parametric Modeling
The next step would be to pattern the
hole. The pattern would actually be
considered a feature in itself, and
would have its set of parametric
variables, such as the number of
copies and the angle between copies.
The model created would be identical to the one created
using Boolean operation, but with intelligence built into
the model.
Ken Youssefi Mechanical Engineering Dept.
43
Boolean Versus Parametric Modeling
The true power of parametric modeling shines through when
design changes need to be made. The design modification is
made by simply changing a dimension.
Since the counterbore is associated with the top surface of the
ring, any changes in the thickness of the ring would automatically
be reflected on the counterbore depth.
Ken Youssefi Mechanical Engineering Dept.
44
Sketching and Features
• Take the word sketch literally. A sketch should be just
that, a sketch.
• When sketching, it is not necessary to create geometry
with accuracy. Lines, arcs, and additional geometry need
not be created with exact dimensions in mind.
• When the dimensions are added, the sketch will change
size and shape. This is the essence of Parametric
Modeling.
When discussing the mind-set needed for working with
parametric modelers, there are two topics that need to be
expanded: Sketching and Features
Sketching
In short, the sketch need only be the approximate size and shape
of the part being designed. When dimensions and constraints are
added, they will drive the size and the shape of the geometry.
Ken Youssefi Mechanical Engineering Dept.
45
Sketching and Features
• Sketched Feature
Features
 Create a feature from the sketch by extruding,
revolving, sweeping, lofting and blending.
2.75
2.51.0
.25
.75
 Create a 2D sketch.
Revolved feature Extruded feature
Ken Youssefi Mechanical Engineering Dept.
46
Creating Features from Sketches
Ken Youssefi Mechanical Engineering Dept.
47
Sketching and Features
• Applied Feature
 Applied feature does not require a sketch.
 They are applied directly to the model.
 Fillets and chamfers are very common
applied features.
Chamfer
Fillet
Ken Youssefi Mechanical Engineering Dept.
48
Summary – Solid Modeling Methods
• Primitive creation modeling
A solid model is created by retrieving
primitive solids and performing Boolean
operations
• Sweeping function
Creates a solid by translating, revolving or
sweeping a predefined 2D shape (Sketching).
If geometric and dimensional constraints are
imposed, it is called Parametric Modeling.
• Feature-based Modeling
Models a solid by using familiar shapes; holes,
slots, grooves, pockets, chamfers, fillets…..
Ken Youssefi Mechanical Engineering Dept.
49
Summary – Solid Modeling Methods
• Modifying functions
Rounding (or blending) and lifting.
• Boundary Modeling
Lower entities of a solid (vertices, edges and
faces) are directly manipulated.
Ken Youssefi Mechanical Engineering Dept.
50
Sketching
• Take the word sketch literally. A sketch should
be just that, a sketch.
• Sketches are able to capture the designer’s intent
for the part like no other technique.
• The sketch is the best tool for creating solids
because of flexibility in shapes and the ability to
edit.
• Ideal for creating unusual freeform shapes.
Ken Youssefi Mechanical Engineering Dept.
51
Sketching
• A sketch is a set of two dimensional curves joined
in a string that when swept or extruded forms a
solid body.
• When sketching it is not necessary to create
geometry with accuracy.
• Lines, arcs, and additional geometry need not be
created with exact dimensions in mind.
Ken Youssefi Mechanical Engineering Dept.
52
Sketching
• When the dimensions are added, the sketch will
change size and shape. This is the essence of
parametric modeling
• In short, the sketch need only be the approximate
size and shape of the part being designed. The
geometric constraints and dimensions, when
added, will drive the size and the shape of the
geometry.
• Curves are parametrically associated to each other
and the solid that is created by them.

More Related Content

What's hot

UNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLINGUNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLING
TAMILMECHKIT
 
Solid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationSolid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representation
Destro Destro
 
Synthetic surfaces
Synthetic surfaces Synthetic surfaces
Synthetic surfaces
jntuhcej
 
ppt of solid modeling for cad
ppt of solid modeling for cadppt of solid modeling for cad
ppt of solid modeling for cad
Ayush Upadhyay
 
Curves wire frame modelling
Curves wire frame modellingCurves wire frame modelling
Curves wire frame modelling
jntuhcej
 
CADCAM CAE Notes
CADCAM CAE NotesCADCAM CAE Notes
CADCAM CAE Notes
Abhay Gore
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines
jntuhcej
 
visual realism in geometric modeling
visual realism in geometric modelingvisual realism in geometric modeling
visual realism in geometric modeling
sabiha khathun
 
Graphic standards
Graphic standardsGraphic standards
Graphic standards
Kevin Pereira
 
CAD/CAM Lecture #2
CAD/CAM Lecture #2CAD/CAM Lecture #2
CAD/CAM Lecture #2
Yugal Kishor Sahu
 
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Mohanumar S
 
CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)
Priscilla CPG
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
manojg1990
 
CAD AND CAM unit I.pptx
CAD AND CAM unit I.pptxCAD AND CAM unit I.pptx
CAD AND CAM unit I.pptx
jntuhcej
 
Unit 2 curves & surfaces
Unit 2  curves & surfacesUnit 2  curves & surfaces
Unit 2 curves & surfaces
S.DHARANI KUMAR
 
Numeric control
Numeric controlNumeric control
Numeric control
KANA RAM MEENA
 
Introduction to cad cam
Introduction to cad camIntroduction to cad cam
Introduction to cad cam
parabajinkya0070
 
Data standard - IGES
Data standard - IGESData standard - IGES
Data standard - IGES
Himanshu Shrivastava
 
Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAM
DINBANDHU SINGH
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHINING
Karthik R
 

What's hot (20)

UNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLINGUNIT 2- GEOMETRIC MODELLING
UNIT 2- GEOMETRIC MODELLING
 
Solid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationSolid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representation
 
Synthetic surfaces
Synthetic surfaces Synthetic surfaces
Synthetic surfaces
 
ppt of solid modeling for cad
ppt of solid modeling for cadppt of solid modeling for cad
ppt of solid modeling for cad
 
Curves wire frame modelling
Curves wire frame modellingCurves wire frame modelling
Curves wire frame modelling
 
CADCAM CAE Notes
CADCAM CAE NotesCADCAM CAE Notes
CADCAM CAE Notes
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines
 
visual realism in geometric modeling
visual realism in geometric modelingvisual realism in geometric modeling
visual realism in geometric modeling
 
Graphic standards
Graphic standardsGraphic standards
Graphic standards
 
CAD/CAM Lecture #2
CAD/CAM Lecture #2CAD/CAM Lecture #2
CAD/CAM Lecture #2
 
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
 
CAD AND CAM unit I.pptx
CAD AND CAM unit I.pptxCAD AND CAM unit I.pptx
CAD AND CAM unit I.pptx
 
Unit 2 curves & surfaces
Unit 2  curves & surfacesUnit 2  curves & surfaces
Unit 2 curves & surfaces
 
Numeric control
Numeric controlNumeric control
Numeric control
 
Introduction to cad cam
Introduction to cad camIntroduction to cad cam
Introduction to cad cam
 
Data standard - IGES
Data standard - IGESData standard - IGES
Data standard - IGES
 
Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAM
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHINING
 

Similar to Introduction to solid modeling

introduction_to_solid_modeling__1_.pptx
introduction_to_solid_modeling__1_.pptxintroduction_to_solid_modeling__1_.pptx
introduction_to_solid_modeling__1_.pptx
Khalil Alhatab
 
a new role of the services and manufacturing systems
a new role of the services and manufacturing systemsa new role of the services and manufacturing systems
a new role of the services and manufacturing systems
MohamedAlSaeed15
 
Geometric Modelling approaches
Geometric Modelling approachesGeometric Modelling approaches
Solid Modeling Schemes CAM
Solid Modeling Schemes CAMSolid Modeling Schemes CAM
Solid Modeling Schemes CAM
CDO
 
Geometric modeling
Geometric modelingGeometric modeling
Geometric modeling
nmahi96
 
Solid model theory.pdf .
Solid model theory.pdf                     .Solid model theory.pdf                     .
Solid model theory.pdf .
Athar739197
 
Defining the model
Defining the modelDefining the model
Defining the model
Nafis Ahmad
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
NegesaBekuma
 
CIM 15ME62 Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...
CIM 15ME62   Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...CIM 15ME62   Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...
CIM 15ME62 Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...
Dr. Bhimsen Soragaon
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
manojg1990
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
manojg1990
 
5 geometric modeling
5 geometric modeling5 geometric modeling
5 geometric modeling
Ankush Khansole
 
5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria
Raghu Gadde
 
computer aided design
computer aided design computer aided design
computer aided design
Amita Gautam
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
VIGNESHG144026
 
5_Geometric_Modeling.pdf
5_Geometric_Modeling.pdf5_Geometric_Modeling.pdf
5_Geometric_Modeling.pdf
KeerthanaP37
 
Solid Modeling
Solid ModelingSolid Modeling
Solid Modeling
Hemant Wagh
 
Engineering drawing
Engineering  drawing Engineering  drawing
Engineering drawing
Selva Prakash
 
UNIT 1 CAD CAM.pptx
UNIT 1 CAD CAM.pptxUNIT 1 CAD CAM.pptx
UNIT 1 CAD CAM.pptx
Mani Raja
 
Cst training core module - antenna - (2)
Cst training core module - antenna - (2)Cst training core module - antenna - (2)
Cst training core module - antenna - (2)
Marina Natsir
 

Similar to Introduction to solid modeling (20)

introduction_to_solid_modeling__1_.pptx
introduction_to_solid_modeling__1_.pptxintroduction_to_solid_modeling__1_.pptx
introduction_to_solid_modeling__1_.pptx
 
a new role of the services and manufacturing systems
a new role of the services and manufacturing systemsa new role of the services and manufacturing systems
a new role of the services and manufacturing systems
 
Geometric Modelling approaches
Geometric Modelling approachesGeometric Modelling approaches
Geometric Modelling approaches
 
Solid Modeling Schemes CAM
Solid Modeling Schemes CAMSolid Modeling Schemes CAM
Solid Modeling Schemes CAM
 
Geometric modeling
Geometric modelingGeometric modeling
Geometric modeling
 
Solid model theory.pdf .
Solid model theory.pdf                     .Solid model theory.pdf                     .
Solid model theory.pdf .
 
Defining the model
Defining the modelDefining the model
Defining the model
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
 
CIM 15ME62 Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...
CIM 15ME62   Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...CIM 15ME62   Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...
CIM 15ME62 Module-2: CAD and Computer Graphics Software; Module 3: Line Bal...
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
 
5 geometric modeling
5 geometric modeling5 geometric modeling
5 geometric modeling
 
5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria
 
computer aided design
computer aided design computer aided design
computer aided design
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
 
5_Geometric_Modeling.pdf
5_Geometric_Modeling.pdf5_Geometric_Modeling.pdf
5_Geometric_Modeling.pdf
 
Solid Modeling
Solid ModelingSolid Modeling
Solid Modeling
 
Engineering drawing
Engineering  drawing Engineering  drawing
Engineering drawing
 
UNIT 1 CAD CAM.pptx
UNIT 1 CAD CAM.pptxUNIT 1 CAD CAM.pptx
UNIT 1 CAD CAM.pptx
 
Cst training core module - antenna - (2)
Cst training core module - antenna - (2)Cst training core module - antenna - (2)
Cst training core module - antenna - (2)
 

More from *noT yeT workinG! !M stilL studyinG*

Projectreportonvocational 141120000656-conversion-gate02
Projectreportonvocational 141120000656-conversion-gate02Projectreportonvocational 141120000656-conversion-gate02
Projectreportonvocational 141120000656-conversion-gate02
*noT yeT workinG! !M stilL studyinG*
 
Presentationforme 131229054440-phpapp01
Presentationforme 131229054440-phpapp01Presentationforme 131229054440-phpapp01
Presentationforme 131229054440-phpapp01
*noT yeT workinG! !M stilL studyinG*
 
Indianrailway 131124014609-phpapp02
Indianrailway 131124014609-phpapp02Indianrailway 131124014609-phpapp02
Indianrailway 131124014609-phpapp02
*noT yeT workinG! !M stilL studyinG*
 
Hightechvehicles 150910135052-lva1-app6891
Hightechvehicles 150910135052-lva1-app6891Hightechvehicles 150910135052-lva1-app6891
Hightechvehicles 150910135052-lva1-app6891
*noT yeT workinG! !M stilL studyinG*
 
Turbinetechnologyinautomobiles 150130070618-conversion-gate02
Turbinetechnologyinautomobiles 150130070618-conversion-gate02Turbinetechnologyinautomobiles 150130070618-conversion-gate02
Turbinetechnologyinautomobiles 150130070618-conversion-gate02
*noT yeT workinG! !M stilL studyinG*
 
32754131 recent-trends-in-automobile-seminar
32754131 recent-trends-in-automobile-seminar32754131 recent-trends-in-automobile-seminar
32754131 recent-trends-in-automobile-seminar
*noT yeT workinG! !M stilL studyinG*
 
Recent trends in automobile engg ppt
Recent trends in automobile engg ppt Recent trends in automobile engg ppt
Recent trends in automobile engg ppt
*noT yeT workinG! !M stilL studyinG*
 
Recent trends in automobile
Recent trends in automobileRecent trends in automobile
Recent trends in automobile
*noT yeT workinG! !M stilL studyinG*
 
Introduction of Fracture
Introduction of FractureIntroduction of Fracture
Introduction of Fracture
*noT yeT workinG! !M stilL studyinG*
 
Forming and rolling class 25 mar ppt
Forming and rolling class 25 mar pptForming and rolling class 25 mar ppt
Forming and rolling class 25 mar ppt
*noT yeT workinG! !M stilL studyinG*
 
Robotics sensor topic
Robotics sensor topicRobotics sensor topic
Class sheet metal processes
Class sheet metal processesClass sheet metal processes
Class sheet metal processes
*noT yeT workinG! !M stilL studyinG*
 
Introduction of creep
Introduction of creepIntroduction of creep
Casting processes
Casting processesCasting processes
Mechanics of Biomaterials
Mechanics of Biomaterials Mechanics of Biomaterials
Mechanics of Biomaterials
*noT yeT workinG! !M stilL studyinG*
 
Casting Defects And Remedies
Casting Defects And RemediesCasting Defects And Remedies
Casting Defects And Remedies
*noT yeT workinG! !M stilL studyinG*
 
Sherline Model 5400 Milling Machine
Sherline Model 5400 Milling MachineSherline Model 5400 Milling Machine
Sherline Model 5400 Milling Machine
*noT yeT workinG! !M stilL studyinG*
 
Machining Process
Machining Process Machining Process
Abrasive jet machining.51 ppt
Abrasive jet machining.51 pptAbrasive jet machining.51 ppt
Abrasive jet machining.51 ppt
*noT yeT workinG! !M stilL studyinG*
 
Presenting
PresentingPresenting

More from *noT yeT workinG! !M stilL studyinG* (20)

Projectreportonvocational 141120000656-conversion-gate02
Projectreportonvocational 141120000656-conversion-gate02Projectreportonvocational 141120000656-conversion-gate02
Projectreportonvocational 141120000656-conversion-gate02
 
Presentationforme 131229054440-phpapp01
Presentationforme 131229054440-phpapp01Presentationforme 131229054440-phpapp01
Presentationforme 131229054440-phpapp01
 
Indianrailway 131124014609-phpapp02
Indianrailway 131124014609-phpapp02Indianrailway 131124014609-phpapp02
Indianrailway 131124014609-phpapp02
 
Hightechvehicles 150910135052-lva1-app6891
Hightechvehicles 150910135052-lva1-app6891Hightechvehicles 150910135052-lva1-app6891
Hightechvehicles 150910135052-lva1-app6891
 
Turbinetechnologyinautomobiles 150130070618-conversion-gate02
Turbinetechnologyinautomobiles 150130070618-conversion-gate02Turbinetechnologyinautomobiles 150130070618-conversion-gate02
Turbinetechnologyinautomobiles 150130070618-conversion-gate02
 
32754131 recent-trends-in-automobile-seminar
32754131 recent-trends-in-automobile-seminar32754131 recent-trends-in-automobile-seminar
32754131 recent-trends-in-automobile-seminar
 
Recent trends in automobile engg ppt
Recent trends in automobile engg ppt Recent trends in automobile engg ppt
Recent trends in automobile engg ppt
 
Recent trends in automobile
Recent trends in automobileRecent trends in automobile
Recent trends in automobile
 
Introduction of Fracture
Introduction of FractureIntroduction of Fracture
Introduction of Fracture
 
Forming and rolling class 25 mar ppt
Forming and rolling class 25 mar pptForming and rolling class 25 mar ppt
Forming and rolling class 25 mar ppt
 
Robotics sensor topic
Robotics sensor topicRobotics sensor topic
Robotics sensor topic
 
Class sheet metal processes
Class sheet metal processesClass sheet metal processes
Class sheet metal processes
 
Introduction of creep
Introduction of creepIntroduction of creep
Introduction of creep
 
Casting processes
Casting processesCasting processes
Casting processes
 
Mechanics of Biomaterials
Mechanics of Biomaterials Mechanics of Biomaterials
Mechanics of Biomaterials
 
Casting Defects And Remedies
Casting Defects And RemediesCasting Defects And Remedies
Casting Defects And Remedies
 
Sherline Model 5400 Milling Machine
Sherline Model 5400 Milling MachineSherline Model 5400 Milling Machine
Sherline Model 5400 Milling Machine
 
Machining Process
Machining Process Machining Process
Machining Process
 
Abrasive jet machining.51 ppt
Abrasive jet machining.51 pptAbrasive jet machining.51 ppt
Abrasive jet machining.51 ppt
 
Presenting
PresentingPresenting
Presenting
 

Recently uploaded

Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 

Recently uploaded (20)

Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 

Introduction to solid modeling

  • 1. Ken Youssefi Mechanical Engineering Dept. 1 Introduction to Solid Modeling Parametric Modeling
  • 2. Ken Youssefi Mechanical Engineering Dept. 2 Why draw 3D Models? • 3D models are easier to interpret. • Simulation under real-life conditions. • Less expensive than building a physical model. • 3D models can be used to perform finite element analysis (stress, deflection, thermal…..). • 3D models can be used directly in manufacturing, Computer Numerical Control (CNC). • Can be used for presentations and marketing.
  • 3. Ken Youssefi Mechanical Engineering Dept. 3 3D Modeling • Wireframe modeling • Surface modeling • Solid modeling There are three basic types of three-dimensional computer geometric modeling methods:
  • 4. Ken Youssefi Mechanical Engineering Dept. 4 Wireframe Modeling • Contains information about the locations of all the points (vertices) and edges in space coordinates. • Each vertex is defined by x, y, z coordinate. • Edges are defined by a pair of vertices. • Faces are defined as three or more edges. • Wireframe is a collection of edges, there is no skin defining the area between the edges.
  • 5. Ken Youssefi Mechanical Engineering Dept. 5 Wireframe Modeling • Can quickly and efficiently convey information than multiview drawings. • The only lines seen are the intersections of surfaces. • Can be used for finite element analysis. • Can be used as input for CNC machines to generate simple parts. • Contain most of the information needed to create surface, solid and higher order models Advantages:
  • 6. Ken Youssefi Mechanical Engineering Dept. 6 Wireframe Modeling • Do not represent an actual solids (no surface and volume). • Cannot model complex curved surfaces. • Cannot be used to calculate dynamic properties. • Ambiguous views Disadvantages:
  • 7. Ken Youssefi Mechanical Engineering Dept. 7 Wireframe Modeling • Uniqueness problem.
  • 8. Ken Youssefi Mechanical Engineering Dept. 8 Surface Modeling • Surface models define the surface features, as well as the edges, of objects. • A mathematical function describes the path of a curve (parametric techniques). • Surfaces are edited as single entities. A surface model represents the skin of an object, these skins have no thickness or material type.
  • 9. Ken Youssefi Mechanical Engineering Dept. 9 Surface Modeling • Eliminates ambiguity and non-uniqueness present in wireframe models by hiding lines not seen. • Renders the model for better visualization and presentation, objects appear more realistic. • Provides the surface geometry for CNC machining. • Provides the geometry needed for mold and die design. • Can be used to design and analyze complex free-formed surfaces (ship hulls, airplane fuselages, car bodies, …). • Surface properties such as roughness, color and reflectivity can be assigned and demonstrated. Advantages:
  • 10. Ken Youssefi Mechanical Engineering Dept. 10 Surface Modeling • Surface models provide no information about the inside of an object. • Complicated computation, depending on the number of surfaces Disadvantages:
  • 11. Ken Youssefi Mechanical Engineering Dept. 11 Solid Models • Has all the advantages of surface models (uniqueness, non-ambiguous, realistic, surface profile) plus volumetric information. • Allows the designer to create multiple options for a design. • 2D standard drawings, assembly drawing and exploded views are generated form the 3D model. In the solid modeling, the solid definitions include vertices (nodes), edges, surfaces, weight, and volume. The model is a complete and unambiguous representation of a precisely enclosed and filled volume. Advantages:
  • 12. Ken Youssefi Mechanical Engineering Dept. 12 Solid Models • Can easily be exported to different Finite Element Methods programs for analysis. • Can be used in newly manufacturing techniques; computer integrated manufacturing (CIM), computer aided manufacturing (CAM) and design for manufacturability ans assembly (DFM, DFA) • Mass and volumetric properties of an object can be easily obtained; total mass, mass center, area and mass moment of inertia, volume, radius of gyration, … Advantages:
  • 13. Ken Youssefi Mechanical Engineering Dept. 13 • Volumetric and Mass properties of an object can be easily obtained. Corresponding mass properties are obtained if density is included.
  • 14. Ken Youssefi Mechanical Engineering Dept. 14 Solid Models • More intensive computation than wireframe and surface modeling. • Requires more powerful computers (faster with more memory and good graphics), not a problem any more. Disadvantages:
  • 15. Ken Youssefi Mechanical Engineering Dept. 15 Methods of Creating Solid Models • Boundary Representation (B-rep), mostly used in finite element programs. • Constructive Solid Geometry (CSG), CAD packages; Unigraphics, AutoCAD – 3D modeler. • Parametric Modeling, CAD packages; Unigraphics, SolidWorks, Inventor by AutoDesk, Pro/Engineer, ….
  • 16. Ken Youssefi Mechanical Engineering Dept. 16 Solid Modeling Boundary Representation (B-rep) • A solid model is formed by defining the surfaces that form its boundary (edges and surfaces) • The face of a B-rep represents an oriented surface, there are two sides to the surface; solid side (inside) and void side (outside), unlike faces in a wireframe. • B-rep model is created using Euler operation • Many Finite Element Method (FEM) programs use this method. Allows the interior meshing of the volume to be more easily controlled.
  • 17. Ken Youssefi Mechanical Engineering Dept. 17 B-Rep Data Structure
  • 18. Ken Youssefi Mechanical Engineering Dept. 18 Euler Operators Geometric entities stored in B-Rep data structures are the shell, face, loop, edge, and vertex. Operators are needed to manipulate these entities (e.g., an operator to make an edge, an operator to delete an edge,…)
  • 19. Ken Youssefi Mechanical Engineering Dept. 19 Euler-Poincare Formula v – e + f – h =2 (s – p) v represents the number of vortices, e the number of edges, f the number of faces, h the number of hole loops, s the number of shells and p the number of passages (through holes of a solid) Applies to the geometric entities
  • 20. Ken Youssefi Mechanical Engineering Dept. 20 Euler Operators
  • 21. Ken Youssefi Mechanical Engineering Dept. 21 Constructive Solid Geometry, CSG • CSG defines a model in terms of combining basic and generated (using extrusion and sweeping operation) solid shapes. • CSG uses Boolean operations to construct a model (George Boole, 1815-1864, invented Boolean algebra). • There are three basic Boolean operations: Union (Unite, join) - the operation combines two volumes included in the different solids into a single solid. Subtract (cut) - the operation subtracts the volume of one solid from the other solid object. Intersection - the operation keeps only the volume common to both solids
  • 22. Ken Youssefi Mechanical Engineering Dept. 22 Primitive Solids and Boolean Operations The basic primitive solid:
  • 23. Ken Youssefi Mechanical Engineering Dept. 23 Primitive Solids The location of the insertion base or base point and default axes orientation.
  • 24. Ken Youssefi Mechanical Engineering Dept. 24 Boolean Operations Union Subtract Intersection
  • 25. Ken Youssefi Mechanical Engineering Dept. 25 Implementing Boolean Operation Consider solids A and B.
  • 26. Ken Youssefi Mechanical Engineering Dept. 26 Boolean Operation The intersection curves of all the faces of solid A and B are calculated. These intersections are inscribed on the associated faces of the two solids.
  • 27. Ken Youssefi Mechanical Engineering Dept. 27 Boolean Operation The faces of solid A are classified according to their relative location with respect to solid B. Each face is tested to determine whether it is located inside, outside, or on the boundary surface of solid B. The faces in group A1 are outside solid B, and those of group B1 are inside solid A.
  • 28. Ken Youssefi Mechanical Engineering Dept. 28 Boolean Operation Groups of faces are collected according to the specific Boolean operation and the unnecessary face groups are eliminated. For example, for union operation, group A1 and B2 are collected and A2 and B1 are eliminated.
  • 29. Ken Youssefi Mechanical Engineering Dept. 29 Boolean Operation The two solids are glued at their common boundary.
  • 30. Ken Youssefi Mechanical Engineering Dept. 30 Union Plan your modeling strategy before you start creating the solid model Solid Modeling Example Using CSG Cut Cut
  • 31. Ken Youssefi Mechanical Engineering Dept. 31 Creating Solid Models Parametric Modeling Concept • Parametric is a term used to describe a dimension’s ability to change the shape of model geometry if the dimension value is modified. • Feature-based is a term used to describe the various components of a model. For example, a part can consists of various types of features such as holes, grooves, fillets, and chamfers. • Parametric modeler are featured-based, parametric, solid modeling design program: SolidWorks, Pro- Engineer, Unigraphics (CSG and parametric), …..
  • 32. Ken Youssefi Mechanical Engineering Dept. 32 Design Intent • In parametric modeling, dimensions control the model. • Design intent is how your model will react when dimension values are changed.
  • 33. Ken Youssefi Mechanical Engineering Dept. 33 Design Intent Remember that the placement of dimensions is very important because they are being used to drive the shape of the geometry. If the 2.5 in. vertical dimension increases, the 2.5 in. flat across the chamfer will be maintained, but its angle will change. The drawing shows the intent of the designer that the inclined plane (chamfer) should have a flat area measuring 2.5 inches and that it should start at a point 1.25 inches from the base of the drawing. These parameters are what the designer deemed significant for this model. 2.50 4.00 1.25 2.50 Example:
  • 34. Ken Youssefi Mechanical Engineering Dept. 34 Design Intent In this drawing, what is important to the designer is the vertical location and horizontal dimension of the chamfer, rather than the flat of the chamfer. 2.50 4.00 1.25 2.125 In the last drawing, the designer calls for a specific angle for the chamfer. In this case the angle of the chamfer should be dimensioned. 2.50 4.00 1.75 30.0O
  • 35. Ken Youssefi Mechanical Engineering Dept. 35 Design Intent
  • 36. Ken Youssefi Mechanical Engineering Dept. 36 Design Notes • Keep in mind that dimensioning scheme can be changed at any time. You are not locked into a specific design. You can also design without dimensioning, rough out a sketch, and then later go back and fully define it. • Do not be concerned with dimensioning to datum or stacked tolerances in the part. Those issues can be addressed in the drawing layout. Be more concerned with your design intent.
  • 37. Ken Youssefi Mechanical Engineering Dept. 37 Boolean Versus Parametric Modeling The ability to go back on some earlier stage in the design process and make changes by editing a sketch or changing some dimensions is extremely important to a designer. This is the main advantage of a parametric (SolidWorks, Unigraphics, Inventor, Pro-Engineer) over a non-parametric modeler (AutoCAD 3D modeler – Boolean operation)
  • 38. Ken Youssefi Mechanical Engineering Dept. 38 Boolean Versus Parametric Modeling Example: Let’s assume that it is desired to design a part consisting of a ring with a certain thickness and a series of counterbore holes along the perimeter.
  • 39. Ken Youssefi Mechanical Engineering Dept. 39 Boolean Versus Parametric Modeling Boolean operation Make the base part by creating two cylinders and subtract the small one from the large one Create the solid geometry that will become the counterbore holes and generate the pattern.
  • 40. Ken Youssefi Mechanical Engineering Dept. 40 Boolean Versus Parametric Modeling Position the pattern about the perimeter of the base part. Locating the holes is critical to creating an accurate solid model. What would happen if you had to come back to this part to change the thickness of the ring or size of the counterbore holes? Since Boolean operation was used to create the part, changing the thickness would not increase the height of the holes. There is no association between the thickness and the hole pattern location. Subtract the pattern from the base part to create the actual holes.
  • 41. Ken Youssefi Mechanical Engineering Dept. 41 Boolean Versus Parametric Modeling Parametric modeling (SolidWorks, ProE, UG, …) Create the initial base, the ring, by extruding the profile (circles) in a particular direction (Pro/E or SolidWorks) or use primitive solids and Boolean operation (UG). Create the counterbore as a feature. Select the top surface of the ring and either sketch the two holes and extrude at different depth or use the hole feature option.
  • 42. Ken Youssefi Mechanical Engineering Dept. 42 Boolean Versus Parametric Modeling The next step would be to pattern the hole. The pattern would actually be considered a feature in itself, and would have its set of parametric variables, such as the number of copies and the angle between copies. The model created would be identical to the one created using Boolean operation, but with intelligence built into the model.
  • 43. Ken Youssefi Mechanical Engineering Dept. 43 Boolean Versus Parametric Modeling The true power of parametric modeling shines through when design changes need to be made. The design modification is made by simply changing a dimension. Since the counterbore is associated with the top surface of the ring, any changes in the thickness of the ring would automatically be reflected on the counterbore depth.
  • 44. Ken Youssefi Mechanical Engineering Dept. 44 Sketching and Features • Take the word sketch literally. A sketch should be just that, a sketch. • When sketching, it is not necessary to create geometry with accuracy. Lines, arcs, and additional geometry need not be created with exact dimensions in mind. • When the dimensions are added, the sketch will change size and shape. This is the essence of Parametric Modeling. When discussing the mind-set needed for working with parametric modelers, there are two topics that need to be expanded: Sketching and Features Sketching In short, the sketch need only be the approximate size and shape of the part being designed. When dimensions and constraints are added, they will drive the size and the shape of the geometry.
  • 45. Ken Youssefi Mechanical Engineering Dept. 45 Sketching and Features • Sketched Feature Features  Create a feature from the sketch by extruding, revolving, sweeping, lofting and blending. 2.75 2.51.0 .25 .75  Create a 2D sketch. Revolved feature Extruded feature
  • 46. Ken Youssefi Mechanical Engineering Dept. 46 Creating Features from Sketches
  • 47. Ken Youssefi Mechanical Engineering Dept. 47 Sketching and Features • Applied Feature  Applied feature does not require a sketch.  They are applied directly to the model.  Fillets and chamfers are very common applied features. Chamfer Fillet
  • 48. Ken Youssefi Mechanical Engineering Dept. 48 Summary – Solid Modeling Methods • Primitive creation modeling A solid model is created by retrieving primitive solids and performing Boolean operations • Sweeping function Creates a solid by translating, revolving or sweeping a predefined 2D shape (Sketching). If geometric and dimensional constraints are imposed, it is called Parametric Modeling. • Feature-based Modeling Models a solid by using familiar shapes; holes, slots, grooves, pockets, chamfers, fillets…..
  • 49. Ken Youssefi Mechanical Engineering Dept. 49 Summary – Solid Modeling Methods • Modifying functions Rounding (or blending) and lifting. • Boundary Modeling Lower entities of a solid (vertices, edges and faces) are directly manipulated.
  • 50. Ken Youssefi Mechanical Engineering Dept. 50 Sketching • Take the word sketch literally. A sketch should be just that, a sketch. • Sketches are able to capture the designer’s intent for the part like no other technique. • The sketch is the best tool for creating solids because of flexibility in shapes and the ability to edit. • Ideal for creating unusual freeform shapes.
  • 51. Ken Youssefi Mechanical Engineering Dept. 51 Sketching • A sketch is a set of two dimensional curves joined in a string that when swept or extruded forms a solid body. • When sketching it is not necessary to create geometry with accuracy. • Lines, arcs, and additional geometry need not be created with exact dimensions in mind.
  • 52. Ken Youssefi Mechanical Engineering Dept. 52 Sketching • When the dimensions are added, the sketch will change size and shape. This is the essence of parametric modeling • In short, the sketch need only be the approximate size and shape of the part being designed. The geometric constraints and dimensions, when added, will drive the size and the shape of the geometry. • Curves are parametrically associated to each other and the solid that is created by them.