SlideShare a Scribd company logo
COMPUTER AIDED DESIGN AND
MANUFACTURING
UNIT 1
INTRODUCTION
SYALLABUS
Product cycle, Design process, Sequential and concurrent engineering
Computer aided design – CAD system architecture, Computer graphics
co-ordinate systems- 2D and 3D transformations – homogeneous coordinates
Line drawing -Clipping- viewing transformation
Brief introduction to CAD and CAM – Manufacturing Planning
Manufacturing control- Introduction to CAD/CAM –CAD/CAM concepts
Types of production - Manufacturing models and Metrics
Mathematical models of Production Performance
Product cycle
The cycle through which a product goes from development to
retirement is called product life cycle.
The product cycle starts with developing the product concept,
evolving the design, engineering the product, manufacturing the
part, marketing and servicing.
The product undergoes the following two main processes
Design process
Manufacturing process
DESIGN PROCESS
Design is an activity that needs to be well organized and should take into
account all influences that are likely to be responsible for the success of the
product under development.
The following models are considered in design purpose
Shigley
Pahl and Beitz
Ohsuga
Earle
Shigley design Process
28-03-2020 7
Pahl and Beitz design
Process
28-03-2020 8
Ohsuga design Process
28-03-2020 9
Earle design Process
28-03-2020 10
SEQUENCIAL ENGINEERING
Three major phases of conventional manufacturing process are design,
process planning and manufacturing.
All these phases are sequentially carried out.
CONCURRENT ENGINEERING
It is the methodology of restructuring the product development activity in
a manufacturing organization using cross functional team approach.
COMPARISION BETWEEN SEQUENTIAL
AND CONCURRENT ENGINEERING
Product development cost
Number of design changes
Lead time for product development
Customer satisfaction
Coordination between departments
COMPUTER AIDED DESIGN
Groover and Zimmers defined “CAD is the technology concerned with the use
of computer systems to assist the creation, modification, analysis and
optimization of a design”.
Roles of CAD in Design
Accurately generated and easily modifiable graphical representation of the
product.
User can nearly view the actual product on the screen, make any
modification to it and present his ideas on screen without any prototype,
especially during the early stages of the design process.
Complex design analysis in short time. By implementing Finite Element
Analysis (FEA) methods user can perform as follows
Static, dynamic & natural frequency analysis
Heat transfer analysis
Fluid flow analysis
Plastic analysis
Roles of CAD in Design
It records and recalls information with consistency and speed
Use of Product Data Management (PDM) systems can store the whole
design and processing history of a certain product for future reuse and
upgrade.
CAD PROCESS
APPLICATION OF CAD
Mechanical engineering
Civil engineering
Electrical and electronics engineering
Textile industry
ADVANTAGES OF CAD
Easy editing
High quality
Compact storage
3D Drawing
CAD SYSTEM ARCHITECTURE
It is an early model which was used for the basic geometry construction
and modelling purpose.
Four major components of CAD System Architecture are
1. Database
2. Operating system
3. Input/output devices
4. User interface
COMPUTER GRAPHICS (CG)
Computer graphics is a technology which uses the display of the drawing or
the geometric model of the component in CAD.
CG may be defined as the process of creation, storage and manipulation of
drawings and pictures with aid of a computer.
It is an extremely effective medium for communication between users and
computers.
There are two types
1. Passive CG
2. Interactive CG
Interactive CG
The following functions of the ICG
Modelling
Storage
Manipulation
Viewing
ADVANTAGES OF COMPUTER
GRAPHICS
The object drawings can be denoted by its geometric model in three
dimensions. i.e. X, Y, Z coordinates.
Accurate drawings can be made.
Sectional drawings can be easily created.
Modification of geometric model of objects is easy.
It is easy storage and retrieval of drawings.
APPLICATIONS OF COMPUTER
GRAPHICS
Paint programs
Design programs
Presentation graphics software
Animation software
CAD software
Desktop publishing
Education and training
Image processing
CO-ORDINATE SYSTEMS
In general, there are two types of co-ordinate system
1. Cartesian – Linear distances X,Y and Z
2. Polar – Angles such as θ, α, φ
Left hand and right hand co-ordinate systems
Multiple co-ordinate systems
World co-ordinate system
Object co-ordinate system
Hierarchical co-ordinate system
View point co-ordinate system
Model view co-ordinate system
Screen co-ordinate system
View port co-ordinate system
Left and right handed
coordinate system
28-03-2020 34
2D & 3D
(GEOMETRIC)TRANSFORMATION
A geometric transformation is an operation that modifies
its shape, size, position, orientation etc. with respect to its
current configuration operating on the vertices.
Some of the important transformations are
Translation
Scaling
Rotation
Reflection
Shear
28-03-2020 35
2D & 3D TRASLATION
,
, ,
.
    
     
            
 
x y
x
y
x x t y y t
tx x
ty y
P P T
P P T
28-03-2020
36
2D FORMULA 3D FORMULA
2D & 3D SCALING
28-03-2020
38
2D FORMULA 3D FORMULA
,
0
0
x y
x
y
x x s y y s
sx x
sy y
    
     
         
  P S P
2D & 3D ROTATION
28-03-2020
40
2D FORMULA 3D FORMULA
CONCATENATION OR COMBINED
TRANSFORMATION
HOMOGENEOUS TRANSFORMATION
The three dimensional representation of two
dimensional plane is called as homogeneous
representation and the transformation using
homogeneous representation is called
homogeneous transformation.
28-03-2020 43
HOMOGENEOUS TRANSFORMATION
28-03-2020 44
LINE DRAWING
28-03-2020 46
Straight line segments are used a great deal in computer generated
pictures. The following criteria have been stipulated for line drawing
displays:
i. Lines should appear straight
ii.Lines should terminate accurately
iii.Lines should have constant density
iv.Line density should be independent of length and angle
v.Line should be drawn rapidly
DDA ALGORITHM
28-03-2020 47
A popular method uses an algorithm known as “Digital Differential
Analyzer” which generates lines from their differential equations.
For a line segment joining two points P1 and P2, a parametric
representation is given by
P(u) =P1+(P2-P1)u
In terms of x(u) and y(u)
x(u) = x1 + (x2-x1)u
y(u) = y1 + (y2-y1)u
BRESENHAM’S LINE ALGORITHM
28-03-2020 48
The basic principle of Bresenham’s line algorithms is to select the optimum
raster location to represents a straight line.
To achieve optimum raster scan, the algorithm always increments either x
or y by one unit depending on the slope line.
The increment in the other variable is determined by examining the
distance between the actual line location and the nearest pixel.
This distance is called decision variable or error.
CLIPPING
28-03-2020 49
If any part of the geometry is not inside the window, it is made invisible by
the graphic software is called clipping.
28-03-2020 50
28-03-2020 51
VIEWING TRANSFORMATIONS
28-03-2020 52
Displaying an image of a picture involves in mapping the co-ordinates of the
picture into the appropriate coordinates on the device where the image is to
be displayed.
28-03-2020 53

More Related Content

What's hot

Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Mohanumar S
 
Unit 2 curves & surfaces
Unit 2  curves & surfacesUnit 2  curves & surfaces
Unit 2 curves & surfaces
S.DHARANI KUMAR
 
INTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURING
INTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURINGINTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURING
INTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURING
Balamurugan Subburaj
 
Apt programming
Apt programmingApt programming
Apt programming
Vemulapalli Das
 
Data standard - IGES
Data standard - IGESData standard - IGES
Data standard - IGES
Himanshu Shrivastava
 
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
 
CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)
Priscilla CPG
 
Geometric Modelling approaches
Geometric Modelling approachesGeometric Modelling approaches
GEOMETRIC MODELING
GEOMETRIC MODELINGGEOMETRIC MODELING
GEOMETRIC MODELING
Balamurugan Subburaj
 
CADCAM CAE Notes
CADCAM CAE NotesCADCAM CAE Notes
CADCAM CAE Notes
Abhay Gore
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
Victor Al
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
Shrikunj Patel
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
KRUNAL RAVAL
 
DNC SYSTEMS
DNC SYSTEMSDNC SYSTEMS
DNC SYSTEMS
Elson Paul
 
Geometric model & curve
Geometric model & curveGeometric model & curve
Geometric model & curve
sai surendra veerla
 
Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)
Amanuel Diriba From Jimma Institute of Technology
 
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MFUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
Balamurugan Subburaj
 
Unit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Mohanumar S
 

What's hot (20)

Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
Unit 2 curves & surfaces
Unit 2  curves & surfacesUnit 2  curves & surfaces
Unit 2 curves & surfaces
 
INTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURING
INTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURINGINTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURING
INTRODUCTION TO COMPUTER AIDED DESIGN & MANUFACTURING
 
Apt programming
Apt programmingApt programming
Apt programming
 
Data standard - IGES
Data standard - IGESData standard - IGES
Data standard - IGES
 
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)
 
Introduction to cad cam
Introduction to cad camIntroduction to cad cam
Introduction to cad cam
 
CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)
 
Geometric Modelling approaches
Geometric Modelling approachesGeometric Modelling approaches
Geometric Modelling approaches
 
GEOMETRIC MODELING
GEOMETRIC MODELINGGEOMETRIC MODELING
GEOMETRIC MODELING
 
CADCAM CAE Notes
CADCAM CAE NotesCADCAM CAE Notes
CADCAM CAE Notes
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
 
DNC SYSTEMS
DNC SYSTEMSDNC SYSTEMS
DNC SYSTEMS
 
Geometric model & curve
Geometric model & curveGeometric model & curve
Geometric model & curve
 
Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)
 
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MFUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
 
Unit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 5 -1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
CAD/CAM/CIM (Lecture 1 CAD)
CAD/CAM/CIM  (Lecture 1 CAD)CAD/CAM/CIM  (Lecture 1 CAD)
CAD/CAM/CIM (Lecture 1 CAD)
 

Similar to Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING

Introduction of Computer aided Design
Introduction of Computer aided DesignIntroduction of Computer aided Design
Introduction of Computer aided Design
Muthukumar V
 
CADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTIONCADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTION
gopalkrishnan202
 
UNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxUNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptx
dinesh babu
 
COMPUTER AIDED DESIGN
COMPUTER AIDED DESIGNCOMPUTER AIDED DESIGN
COMPUTER AIDED DESIGN
ravikumarmrk
 
FUNDAMENTALS OF COMPUTER GRAPHICS
FUNDAMENTALS OF COMPUTER GRAPHICSFUNDAMENTALS OF COMPUTER GRAPHICS
FUNDAMENTALS OF COMPUTER GRAPHICS
RAVIS637559
 
AutoCAD Tutorial AB.pptx
AutoCAD Tutorial AB.pptxAutoCAD Tutorial AB.pptx
AutoCAD Tutorial AB.pptx
Arba Minch University
 
computer aided design
computer aided design computer aided design
computer aided design
Amita Gautam
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
SenthilkumarKR5
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
SenthilkumarKR5
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
Abhijeet Pombarekar
 
Towards smart and competitive sustainable machining
Towards smart and competitive sustainable machiningTowards smart and competitive sustainable machining
Towards smart and competitive sustainable machining
Liu PeiLing
 
Fundamentals of 3D modeling
Fundamentals of 3D modelingFundamentals of 3D modeling
Fundamentals of 3D modeling
Aniket Joshi
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptx
HayelomGebre
 
Towards smart and sustainable machining
Towards smart and sustainable machiningTowards smart and sustainable machining
Towards smart and sustainable machining
Liu PeiLing
 
Introduction to cad
Introduction to cadIntroduction to cad
Introduction to cad
Deepak Antil
 
solve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdf
solve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdfsolve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdf
solve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdf
arihantcomputersddn
 
Part 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxPart 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptx
Khalil Alhatab
 

Similar to Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING (20)

Introduction of Computer aided Design
Introduction of Computer aided DesignIntroduction of Computer aided Design
Introduction of Computer aided Design
 
CADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTIONCADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTION
 
UNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxUNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptx
 
COMPUTER AIDED DESIGN
COMPUTER AIDED DESIGNCOMPUTER AIDED DESIGN
COMPUTER AIDED DESIGN
 
FUNDAMENTALS OF COMPUTER GRAPHICS
FUNDAMENTALS OF COMPUTER GRAPHICSFUNDAMENTALS OF COMPUTER GRAPHICS
FUNDAMENTALS OF COMPUTER GRAPHICS
 
AutoCAD Tutorial AB.pptx
AutoCAD Tutorial AB.pptxAutoCAD Tutorial AB.pptx
AutoCAD Tutorial AB.pptx
 
computer aided design
computer aided design computer aided design
computer aided design
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
DOC of Crank shaft
DOC of Crank shaftDOC of Crank shaft
DOC of Crank shaft
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
 
Towards smart and competitive sustainable machining
Towards smart and competitive sustainable machiningTowards smart and competitive sustainable machining
Towards smart and competitive sustainable machining
 
Fundamentals of 3D modeling
Fundamentals of 3D modelingFundamentals of 3D modeling
Fundamentals of 3D modeling
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptx
 
Towards smart and sustainable machining
Towards smart and sustainable machiningTowards smart and sustainable machining
Towards smart and sustainable machining
 
Introduction to cad
Introduction to cadIntroduction to cad
Introduction to cad
 
solve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdf
solve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdfsolve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdf
solve 6 , quiz 2link of book httpwww.irccyn.ec-nantes.fr~mart.pdf
 
Presentation_1375882767439
Presentation_1375882767439Presentation_1375882767439
Presentation_1375882767439
 
Presentation_1375882705328
Presentation_1375882705328Presentation_1375882705328
Presentation_1375882705328
 
Part 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxPart 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptx
 

More from Mohanumar S

20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt
20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt
20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt
Mohanumar S
 
20ME702– MECHATRONICS -UNIT-4.ppt
20ME702– MECHATRONICS -UNIT-4.ppt20ME702– MECHATRONICS -UNIT-4.ppt
20ME702– MECHATRONICS -UNIT-4.ppt
Mohanumar S
 
20ME702– MECHATRONICS -UNIT-3.ppt
20ME702– MECHATRONICS -UNIT-3.ppt20ME702– MECHATRONICS -UNIT-3.ppt
20ME702– MECHATRONICS -UNIT-3.ppt
Mohanumar S
 
20ME702– MECHATRONICS -UNIT-2.pptx
20ME702– MECHATRONICS -UNIT-2.pptx20ME702– MECHATRONICS -UNIT-2.pptx
20ME702– MECHATRONICS -UNIT-2.pptx
Mohanumar S
 
20ME702– MECHATRONICS -UNIT-5-Motor.ppt
20ME702– MECHATRONICS -UNIT-5-Motor.ppt20ME702– MECHATRONICS -UNIT-5-Motor.ppt
20ME702– MECHATRONICS -UNIT-5-Motor.ppt
Mohanumar S
 
20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt
20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt
20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt
Mohanumar S
 
M.P- II-UNIT II CENTRE LATHE AND SPECIAL PURPOSE LATHES..ppt
M.P- II-UNIT II  CENTRE LATHE AND SPECIAL PURPOSE  LATHES..pptM.P- II-UNIT II  CENTRE LATHE AND SPECIAL PURPOSE  LATHES..ppt
M.P- II-UNIT II CENTRE LATHE AND SPECIAL PURPOSE LATHES..ppt
Mohanumar S
 
M.P- II-UNIT I -THEORY OF METAL CUTTING.ppt
M.P- II-UNIT I -THEORY OF METAL CUTTING.pptM.P- II-UNIT I -THEORY OF METAL CUTTING.ppt
M.P- II-UNIT I -THEORY OF METAL CUTTING.ppt
Mohanumar S
 
M.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
M.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.pptM.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
M.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
Mohanumar S
 
M.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptx
M.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptxM.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptx
M.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptx
Mohanumar S
 
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.pptM.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
Mohanumar S
 
EM-Unit-V-Mechanical properties
EM-Unit-V-Mechanical propertiesEM-Unit-V-Mechanical properties
EM-Unit-V-Mechanical properties
Mohanumar S
 
EM-UNIT-V-Testing utm-hardness-impact
EM-UNIT-V-Testing  utm-hardness-impactEM-UNIT-V-Testing  utm-hardness-impact
EM-UNIT-V-Testing utm-hardness-impact
Mohanumar S
 
EM-Unit-IV- Vacuum plasma hardening
EM-Unit-IV- Vacuum plasma hardeningEM-Unit-IV- Vacuum plasma hardening
EM-Unit-IV- Vacuum plasma hardening
Mohanumar S
 
EM-Unit-IV- Ttt diagram
EM-Unit-IV- Ttt diagramEM-Unit-IV- Ttt diagram
EM-Unit-IV- Ttt diagram
Mohanumar S
 
EM-Unit-IV- Cct diagram
EM-Unit-IV- Cct diagramEM-Unit-IV- Cct diagram
EM-Unit-IV- Cct diagram
Mohanumar S
 
EM-Unit-IV- Case hardening
EM-Unit-IV- Case hardeningEM-Unit-IV- Case hardening
EM-Unit-IV- Case hardening
Mohanumar S
 
EM-Unit-IV- case hardening
EM-Unit-IV- case hardeningEM-Unit-IV- case hardening
EM-Unit-IV- case hardening
Mohanumar S
 
EM-Unit-IV- heat treatment
EM-Unit-IV- heat treatmentEM-Unit-IV- heat treatment
EM-Unit-IV- heat treatment
Mohanumar S
 
EM-UNIT III -ceramics & composites
EM-UNIT III -ceramics & compositesEM-UNIT III -ceramics & composites
EM-UNIT III -ceramics & composites
Mohanumar S
 

More from Mohanumar S (20)

20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt
20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt
20CE501PE – INDUSTRIAL WASTE MANAGEMENT.ppt
 
20ME702– MECHATRONICS -UNIT-4.ppt
20ME702– MECHATRONICS -UNIT-4.ppt20ME702– MECHATRONICS -UNIT-4.ppt
20ME702– MECHATRONICS -UNIT-4.ppt
 
20ME702– MECHATRONICS -UNIT-3.ppt
20ME702– MECHATRONICS -UNIT-3.ppt20ME702– MECHATRONICS -UNIT-3.ppt
20ME702– MECHATRONICS -UNIT-3.ppt
 
20ME702– MECHATRONICS -UNIT-2.pptx
20ME702– MECHATRONICS -UNIT-2.pptx20ME702– MECHATRONICS -UNIT-2.pptx
20ME702– MECHATRONICS -UNIT-2.pptx
 
20ME702– MECHATRONICS -UNIT-5-Motor.ppt
20ME702– MECHATRONICS -UNIT-5-Motor.ppt20ME702– MECHATRONICS -UNIT-5-Motor.ppt
20ME702– MECHATRONICS -UNIT-5-Motor.ppt
 
20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt
20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt
20ME702– MECHATRONICS -UNIT-1-Sensor and transducers.ppt
 
M.P- II-UNIT II CENTRE LATHE AND SPECIAL PURPOSE LATHES..ppt
M.P- II-UNIT II  CENTRE LATHE AND SPECIAL PURPOSE  LATHES..pptM.P- II-UNIT II  CENTRE LATHE AND SPECIAL PURPOSE  LATHES..ppt
M.P- II-UNIT II CENTRE LATHE AND SPECIAL PURPOSE LATHES..ppt
 
M.P- II-UNIT I -THEORY OF METAL CUTTING.ppt
M.P- II-UNIT I -THEORY OF METAL CUTTING.pptM.P- II-UNIT I -THEORY OF METAL CUTTING.ppt
M.P- II-UNIT I -THEORY OF METAL CUTTING.ppt
 
M.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
M.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.pptM.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
M.P- II-UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
 
M.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptx
M.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptxM.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptx
M.P- II-UNIT IV - ABRASIVE PROCESSES AND GEAR CUTTING.pptx
 
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.pptM.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
 
EM-Unit-V-Mechanical properties
EM-Unit-V-Mechanical propertiesEM-Unit-V-Mechanical properties
EM-Unit-V-Mechanical properties
 
EM-UNIT-V-Testing utm-hardness-impact
EM-UNIT-V-Testing  utm-hardness-impactEM-UNIT-V-Testing  utm-hardness-impact
EM-UNIT-V-Testing utm-hardness-impact
 
EM-Unit-IV- Vacuum plasma hardening
EM-Unit-IV- Vacuum plasma hardeningEM-Unit-IV- Vacuum plasma hardening
EM-Unit-IV- Vacuum plasma hardening
 
EM-Unit-IV- Ttt diagram
EM-Unit-IV- Ttt diagramEM-Unit-IV- Ttt diagram
EM-Unit-IV- Ttt diagram
 
EM-Unit-IV- Cct diagram
EM-Unit-IV- Cct diagramEM-Unit-IV- Cct diagram
EM-Unit-IV- Cct diagram
 
EM-Unit-IV- Case hardening
EM-Unit-IV- Case hardeningEM-Unit-IV- Case hardening
EM-Unit-IV- Case hardening
 
EM-Unit-IV- case hardening
EM-Unit-IV- case hardeningEM-Unit-IV- case hardening
EM-Unit-IV- case hardening
 
EM-Unit-IV- heat treatment
EM-Unit-IV- heat treatmentEM-Unit-IV- heat treatment
EM-Unit-IV- heat treatment
 
EM-UNIT III -ceramics & composites
EM-UNIT III -ceramics & compositesEM-UNIT III -ceramics & composites
EM-UNIT III -ceramics & composites
 

Recently uploaded

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 

Recently uploaded (20)

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 

Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING

  • 1. COMPUTER AIDED DESIGN AND MANUFACTURING
  • 3. SYALLABUS Product cycle, Design process, Sequential and concurrent engineering Computer aided design – CAD system architecture, Computer graphics co-ordinate systems- 2D and 3D transformations – homogeneous coordinates Line drawing -Clipping- viewing transformation Brief introduction to CAD and CAM – Manufacturing Planning Manufacturing control- Introduction to CAD/CAM –CAD/CAM concepts Types of production - Manufacturing models and Metrics Mathematical models of Production Performance
  • 4. Product cycle The cycle through which a product goes from development to retirement is called product life cycle. The product cycle starts with developing the product concept, evolving the design, engineering the product, manufacturing the part, marketing and servicing. The product undergoes the following two main processes Design process Manufacturing process
  • 5.
  • 6. DESIGN PROCESS Design is an activity that needs to be well organized and should take into account all influences that are likely to be responsible for the success of the product under development. The following models are considered in design purpose Shigley Pahl and Beitz Ohsuga Earle
  • 8. Pahl and Beitz design Process 28-03-2020 8
  • 11. SEQUENCIAL ENGINEERING Three major phases of conventional manufacturing process are design, process planning and manufacturing. All these phases are sequentially carried out.
  • 12.
  • 13. CONCURRENT ENGINEERING It is the methodology of restructuring the product development activity in a manufacturing organization using cross functional team approach.
  • 14.
  • 15. COMPARISION BETWEEN SEQUENTIAL AND CONCURRENT ENGINEERING Product development cost Number of design changes Lead time for product development Customer satisfaction Coordination between departments
  • 16.
  • 17.
  • 18. COMPUTER AIDED DESIGN Groover and Zimmers defined “CAD is the technology concerned with the use of computer systems to assist the creation, modification, analysis and optimization of a design”.
  • 19. Roles of CAD in Design Accurately generated and easily modifiable graphical representation of the product. User can nearly view the actual product on the screen, make any modification to it and present his ideas on screen without any prototype, especially during the early stages of the design process. Complex design analysis in short time. By implementing Finite Element Analysis (FEA) methods user can perform as follows Static, dynamic & natural frequency analysis Heat transfer analysis Fluid flow analysis Plastic analysis
  • 20. Roles of CAD in Design It records and recalls information with consistency and speed Use of Product Data Management (PDM) systems can store the whole design and processing history of a certain product for future reuse and upgrade.
  • 22. APPLICATION OF CAD Mechanical engineering Civil engineering Electrical and electronics engineering Textile industry
  • 23. ADVANTAGES OF CAD Easy editing High quality Compact storage 3D Drawing
  • 24. CAD SYSTEM ARCHITECTURE It is an early model which was used for the basic geometry construction and modelling purpose. Four major components of CAD System Architecture are 1. Database 2. Operating system 3. Input/output devices 4. User interface
  • 25.
  • 26.
  • 27. COMPUTER GRAPHICS (CG) Computer graphics is a technology which uses the display of the drawing or the geometric model of the component in CAD. CG may be defined as the process of creation, storage and manipulation of drawings and pictures with aid of a computer. It is an extremely effective medium for communication between users and computers. There are two types 1. Passive CG 2. Interactive CG
  • 28.
  • 29. Interactive CG The following functions of the ICG Modelling Storage Manipulation Viewing
  • 30. ADVANTAGES OF COMPUTER GRAPHICS The object drawings can be denoted by its geometric model in three dimensions. i.e. X, Y, Z coordinates. Accurate drawings can be made. Sectional drawings can be easily created. Modification of geometric model of objects is easy. It is easy storage and retrieval of drawings.
  • 31. APPLICATIONS OF COMPUTER GRAPHICS Paint programs Design programs Presentation graphics software Animation software CAD software Desktop publishing Education and training Image processing
  • 32. CO-ORDINATE SYSTEMS In general, there are two types of co-ordinate system 1. Cartesian – Linear distances X,Y and Z 2. Polar – Angles such as θ, α, φ
  • 33. Left hand and right hand co-ordinate systems Multiple co-ordinate systems World co-ordinate system Object co-ordinate system Hierarchical co-ordinate system View point co-ordinate system Model view co-ordinate system Screen co-ordinate system View port co-ordinate system
  • 34. Left and right handed coordinate system 28-03-2020 34
  • 35. 2D & 3D (GEOMETRIC)TRANSFORMATION A geometric transformation is an operation that modifies its shape, size, position, orientation etc. with respect to its current configuration operating on the vertices. Some of the important transformations are Translation Scaling Rotation Reflection Shear 28-03-2020 35
  • 36. 2D & 3D TRASLATION , , , .                           x y x y x x t y y t tx x ty y P P T P P T 28-03-2020 36 2D FORMULA 3D FORMULA
  • 37.
  • 38. 2D & 3D SCALING 28-03-2020 38 2D FORMULA 3D FORMULA , 0 0 x y x y x x s y y s sx x sy y                        P S P
  • 39.
  • 40. 2D & 3D ROTATION 28-03-2020 40 2D FORMULA 3D FORMULA
  • 41.
  • 43. HOMOGENEOUS TRANSFORMATION The three dimensional representation of two dimensional plane is called as homogeneous representation and the transformation using homogeneous representation is called homogeneous transformation. 28-03-2020 43
  • 45.
  • 46. LINE DRAWING 28-03-2020 46 Straight line segments are used a great deal in computer generated pictures. The following criteria have been stipulated for line drawing displays: i. Lines should appear straight ii.Lines should terminate accurately iii.Lines should have constant density iv.Line density should be independent of length and angle v.Line should be drawn rapidly
  • 47. DDA ALGORITHM 28-03-2020 47 A popular method uses an algorithm known as “Digital Differential Analyzer” which generates lines from their differential equations. For a line segment joining two points P1 and P2, a parametric representation is given by P(u) =P1+(P2-P1)u In terms of x(u) and y(u) x(u) = x1 + (x2-x1)u y(u) = y1 + (y2-y1)u
  • 48. BRESENHAM’S LINE ALGORITHM 28-03-2020 48 The basic principle of Bresenham’s line algorithms is to select the optimum raster location to represents a straight line. To achieve optimum raster scan, the algorithm always increments either x or y by one unit depending on the slope line. The increment in the other variable is determined by examining the distance between the actual line location and the nearest pixel. This distance is called decision variable or error.
  • 49. CLIPPING 28-03-2020 49 If any part of the geometry is not inside the window, it is made invisible by the graphic software is called clipping.
  • 52. VIEWING TRANSFORMATIONS 28-03-2020 52 Displaying an image of a picture involves in mapping the co-ordinates of the picture into the appropriate coordinates on the device where the image is to be displayed.