SlideShare a Scribd company logo
COMPUTER AIDED DESIGN
UNIT 1
FUNDAMENTALS OF COMPUTER
GRAPHICS
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
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
Introduction of Computer aided Design
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
18-02-2020 7
Pahl and Beitz design
Process
18-02-2020 8
Ohsuga design Process
18-02-2020 9
Earle design Process
18-02-2020 10
MORPHOLOGY OF DESIGN
Morphology design refers to the study of the chronological structure of
design projects.
It is defined by seven phases and their sub steps. Out of seven phases, the
first three phases belong to the design the proposed by asimow and the
remaining four phases belong to production, distribution, consumption and
retirement.
Introduction of Computer aided Design
SEQUENCIAL ENGINEERING
Three major phases of conventional manufacturing process are design,
process planning and manufacturing.
All these phases are sequentially carried out.
Introduction of Computer aided Design
CONCURRENT ENGINEERING
It is the methodology of restructuring the product development activity in
a manufacturing organization using cross functional team approach.
Introduction of Computer aided Design
COMPARISION BETWEEN SEQUENTIAL
AND CONCURRENT ENGINEERING
Product development cost
Number of design changes
Lead time for product development
Customer satisfaction
Coordination between departments
Introduction of Computer aided Design
Introduction of Computer aided Design
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
Introduction of Computer aided Design
Introduction of Computer aided Design
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
Introduction of Computer aided Design
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
18-02-2020 36
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
18-02-2020 37
2D & 3D TRASLATION
,
, ,
x y
x
y
x x t y y t
tx x
ty y
    
     
            
  
P P T
P P T
18-02-2020
38
2D FORMULA 3D FORMULA
2D & 3D SCALING
18-02-2020
39
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
18-02-2020
40
2D FORMULA 3D FORMULA
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.
18-02-2020 41
HOMOGENEOUS TRANSFORMATION
18-02-2020 42
LINE DRAWING
18-02-2020 43
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
18-02-2020 44
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
18-02-2020 45
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
18-02-2020 46
If any part of the geometry is not inside the window, it is made invisible by
the graphic software is called clipping.
18-02-2020 47
18-02-2020 48
VIEWING TRANSFORMATIONS
18-02-2020 49
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.
18-02-2020 50

More Related Content

PPTX
CAD - Unit-1 (Fundamentals of Computer Graphics)
PPTX
PPTX
Auto cad ppt
PPTX
Orthographic projection
PPTX
Autocad 2015 (best presentation)
PDF
Basic introduction to Engineering Drawing
PDF
Auto cad manual
CAD - Unit-1 (Fundamentals of Computer Graphics)
Auto cad ppt
Orthographic projection
Autocad 2015 (best presentation)
Basic introduction to Engineering Drawing
Auto cad manual

What's hot (20)

PPTX
Engineering Drawing basics.ppt
PDF
Zimmers, Emory W._ Groover, Mikell P - CAD_CAM_ computer-aided design and man...
PPTX
Auto cad
PPTX
Introduction to engineering graphics
PPTX
Curves wire frame modelling
PPT
BE sem 1 Engineering Graphics(E.G.) full course ppt
PDF
Solid Modeling Schemes CAM
 
PDF
Sectioning notes ppt
PPT
Drilling jig
PPTX
Design For Assembly- Machining COnsideration
PDF
Engineering Graphics PPT.pdf
PPTX
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
PPTX
CNC Programming
PDF
Solid Works powerpoint presentation .pdf
PPT
Engineering Drawing: Chapter 09 section
PPT
GE8152 ENGINEERING GRAPHICS Unit v-1. isometric projection
PPTX
Geometric modeling
PPT
Cnc technology
PDF
AUTOCAD 2D&3D PRACTICE DRAWING
PDF
Auto cad 2007-tutorial
Engineering Drawing basics.ppt
Zimmers, Emory W._ Groover, Mikell P - CAD_CAM_ computer-aided design and man...
Auto cad
Introduction to engineering graphics
Curves wire frame modelling
BE sem 1 Engineering Graphics(E.G.) full course ppt
Solid Modeling Schemes CAM
 
Sectioning notes ppt
Drilling jig
Design For Assembly- Machining COnsideration
Engineering Graphics PPT.pdf
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
CNC Programming
Solid Works powerpoint presentation .pdf
Engineering Drawing: Chapter 09 section
GE8152 ENGINEERING GRAPHICS Unit v-1. isometric projection
Geometric modeling
Cnc technology
AUTOCAD 2D&3D PRACTICE DRAWING
Auto cad 2007-tutorial
Ad

Similar to Introduction of Computer aided Design (20)

PPTX
CADM-Unit 1/INTRODUCTION
PPTX
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
PPTX
UNIT 1-INTRODUCTION.pptx
PPTX
COMPUTER AIDED DESIGN
PPTX
FUNDAMENTALS OF COMPUTER GRAPHICS
PDF
Module- I (CO-I) Fundamentals of Computer Graphics- Product cycle, sequential...
PPTX
AutoCAD Tutorial AB.pptx
PDF
Fundamentals of 3D modeling
PPTX
computer aided design
PPTX
CAD PPT computer aided design for engineering
PDF
role of computer in manufacturing industry
PPTX
Computer Aided Engineering - Introduction
PDF
Unit2 cad/ cam
PDF
Computer graphics notes
DOCX
Computer Graphics Practical
PPTX
Product Design and CAD.pptx
PPT
Computer Aided Design Introduction to CAD
PPTX
Abhijeet Pombarekar
PPTX
UNIT 1.pptx
PDF
UNIT 1.pdf
CADM-Unit 1/INTRODUCTION
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
UNIT 1-INTRODUCTION.pptx
COMPUTER AIDED DESIGN
FUNDAMENTALS OF COMPUTER GRAPHICS
Module- I (CO-I) Fundamentals of Computer Graphics- Product cycle, sequential...
AutoCAD Tutorial AB.pptx
Fundamentals of 3D modeling
computer aided design
CAD PPT computer aided design for engineering
role of computer in manufacturing industry
Computer Aided Engineering - Introduction
Unit2 cad/ cam
Computer graphics notes
Computer Graphics Practical
Product Design and CAD.pptx
Computer Aided Design Introduction to CAD
Abhijeet Pombarekar
UNIT 1.pptx
UNIT 1.pdf
Ad

More from Muthukumar V (20)

PPT
UNIT II - CENTRE LATHE AND SPECIAL PURPOSE LATHES..ppt
PPT
UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
PPT
UNIT I -INTRODUCTION OF THEORY OF METAL CUTTING.ppt
PPT
UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
PPTX
ABRASIVE PROCESSES AND GEAR CUTTING.pptx
PPTX
HEAT TREATMENT
PPTX
NON-METALLIC MATERIALS
PPTX
TESTING OF MECHANICAL PROPERTIES
PPTX
FERROUS AND NON FERROUS METALS
PPTX
CONSTITUTION OF ALLOYS
PPTX
UNIT-II---FEA
PPTX
UNIT-IV-- FEA
PPTX
Unit-III---FEA
PPTX
Unit-I--FEA
PPTX
Unit 5--FEA
PPTX
Robotics - Unit-II
PPTX
Unit-V---Implementation of Robot
PPTX
Economic analysis of robot
PPTX
UNIT-IV-- Robotics
PPTX
Unit III-- senors in robotics
UNIT II - CENTRE LATHE AND SPECIAL PURPOSE LATHES..ppt
UNIT III-SHAPER, MILLING AND BROACHING MACHINES.ppt
UNIT I -INTRODUCTION OF THEORY OF METAL CUTTING.ppt
UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
ABRASIVE PROCESSES AND GEAR CUTTING.pptx
HEAT TREATMENT
NON-METALLIC MATERIALS
TESTING OF MECHANICAL PROPERTIES
FERROUS AND NON FERROUS METALS
CONSTITUTION OF ALLOYS
UNIT-II---FEA
UNIT-IV-- FEA
Unit-III---FEA
Unit-I--FEA
Unit 5--FEA
Robotics - Unit-II
Unit-V---Implementation of Robot
Economic analysis of robot
UNIT-IV-- Robotics
Unit III-- senors in robotics

Recently uploaded (20)

PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Well-logging-methods_new................
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Geodesy 1.pptx...............................................
PPTX
web development for engineering and engineering
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Welding lecture in detail for understanding
PPT
Project quality management in manufacturing
PPTX
Internet of Things (IOT) - A guide to understanding
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Model Code of Practice - Construction Work - 21102022 .pdf
CYBER-CRIMES AND SECURITY A guide to understanding
Well-logging-methods_new................
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Structs to JSON How Go Powers REST APIs.pdf
Strings in CPP - Strings in C++ are sequences of characters used to store and...
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Geodesy 1.pptx...............................................
web development for engineering and engineering
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Arduino robotics embedded978-1-4302-3184-4.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Welding lecture in detail for understanding
Project quality management in manufacturing
Internet of Things (IOT) - A guide to understanding

Introduction of Computer aided Design

  • 2. UNIT 1 FUNDAMENTALS OF COMPUTER GRAPHICS
  • 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
  • 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
  • 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 18-02-2020 8
  • 11. MORPHOLOGY OF DESIGN Morphology design refers to the study of the chronological structure of design projects. It is defined by seven phases and their sub steps. Out of seven phases, the first three phases belong to the design the proposed by asimow and the remaining four phases belong to production, distribution, consumption and retirement.
  • 13. SEQUENCIAL ENGINEERING Three major phases of conventional manufacturing process are design, process planning and manufacturing. All these phases are sequentially carried out.
  • 15. CONCURRENT ENGINEERING It is the methodology of restructuring the product development activity in a manufacturing organization using cross functional team approach.
  • 17. COMPARISION BETWEEN SEQUENTIAL AND CONCURRENT ENGINEERING Product development cost Number of design changes Lead time for product development Customer satisfaction Coordination between departments
  • 20. 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”.
  • 21. 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
  • 22. 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.
  • 24. APPLICATION OF CAD Mechanical engineering Civil engineering Electrical and electronics engineering Textile industry
  • 25. ADVANTAGES OF CAD Easy editing High quality Compact storage 3D Drawing
  • 26. 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
  • 29. 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
  • 31. Interactive CG The following functions of the ICG Modelling Storage Manipulation Viewing
  • 32. 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.
  • 33. APPLICATIONS OF COMPUTER GRAPHICS Paint programs Design programs Presentation graphics software Animation software CAD software Desktop publishing Education and training Image processing
  • 34. 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 θ, α, φ
  • 35. 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
  • 36. Left and right handed coordinate system 18-02-2020 36
  • 37. 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 18-02-2020 37
  • 38. 2D & 3D TRASLATION , , , x y x y x x t y y t tx x ty y                            P P T P P T 18-02-2020 38 2D FORMULA 3D FORMULA
  • 39. 2D & 3D SCALING 18-02-2020 39 2D FORMULA 3D FORMULA , 0 0 x y x y x x s y y s sx x sy y                        P S P
  • 40. 2D & 3D ROTATION 18-02-2020 40 2D FORMULA 3D FORMULA
  • 41. 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. 18-02-2020 41
  • 43. LINE DRAWING 18-02-2020 43 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
  • 44. DDA ALGORITHM 18-02-2020 44 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
  • 45. BRESENHAM’S LINE ALGORITHM 18-02-2020 45 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.
  • 46. CLIPPING 18-02-2020 46 If any part of the geometry is not inside the window, it is made invisible by the graphic software is called clipping.
  • 49. VIEWING TRANSFORMATIONS 18-02-2020 49 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.