SlideShare a Scribd company logo
1 of 50
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
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.
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
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

What's hot

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 MANUFACTURINGMohanumar S
 
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURINGMohanumar S
 
ME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadJavith Saleem
 
Computer in Design and Manufacturing
Computer in Design and Manufacturing Computer in Design and Manufacturing
Computer in Design and Manufacturing Dr. Mahmoud Al-Naimi
 
Advanced Computer Aided Design ACAD
Advanced Computer Aided Design ACADAdvanced Computer Aided Design ACAD
Advanced Computer Aided Design ACADJordi Torner
 
Intro to CAD CAM Tools
Intro to CAD CAM ToolsIntro to CAD CAM Tools
Intro to CAD CAM ToolsAbhay Gore
 
Introductiuon to cad
Introductiuon to cadIntroductiuon to cad
Introductiuon to cadnayakq
 
Towards smart and sustainable machining
Towards smart and sustainable machiningTowards smart and sustainable machining
Towards smart and sustainable machiningLiu PeiLing
 
the software configuration of a graphic system
the software configuration of a graphic systemthe software configuration of a graphic system
the software configuration of a graphic systemparmjeet singh
 
Geometric modelling
Geometric modellingGeometric modelling
Geometric modellingAakash S
 

What's hot (19)

Cad notes
Cad notesCad notes
Cad notes
 
Introduction cad
Introduction cadIntroduction cad
Introduction cad
 
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 & Production
CAD & Production CAD & Production
CAD & Production
 
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
ME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cad
 
CAD/CAM ppt
CAD/CAM pptCAD/CAM ppt
CAD/CAM ppt
 
Cad cam
Cad camCad cam
Cad cam
 
Computer in Design and Manufacturing
Computer in Design and Manufacturing Computer in Design and Manufacturing
Computer in Design and Manufacturing
 
Advanced Computer Aided Design ACAD
Advanced Computer Aided Design ACADAdvanced Computer Aided Design ACAD
Advanced Computer Aided Design ACAD
 
Intro to CAD CAM Tools
Intro to CAD CAM ToolsIntro to CAD CAM Tools
Intro to CAD CAM Tools
 
Parametric modelling
Parametric modellingParametric modelling
Parametric modelling
 
Introductiuon to cad
Introductiuon to cadIntroductiuon to cad
Introductiuon to cad
 
Towards smart and sustainable machining
Towards smart and sustainable machiningTowards smart and sustainable machining
Towards smart and sustainable machining
 
CAD
CADCAD
CAD
 
the software configuration of a graphic system
the software configuration of a graphic systemthe software configuration of a graphic system
the software configuration of a graphic system
 
Cad cam cae
Cad cam caeCad cam cae
Cad cam cae
 
Geometric modelling
Geometric modellingGeometric modelling
Geometric modelling
 
CAD
CADCAD
CAD
 

Similar to Introduction of Computer aided Design

UNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxUNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxdinesh babu
 
FUNDAMENTALS OF COMPUTER GRAPHICS
FUNDAMENTALS OF COMPUTER GRAPHICSFUNDAMENTALS OF COMPUTER GRAPHICS
FUNDAMENTALS OF COMPUTER GRAPHICSRAVIS637559
 
Fundamentals of 3D modeling
Fundamentals of 3D modelingFundamentals of 3D modeling
Fundamentals of 3D modelingAniket Joshi
 
computer aided design
computer aided design computer aided design
computer aided design Amita Gautam
 
Computer graphics notes
Computer graphics notesComputer graphics notes
Computer graphics notessmruti sarangi
 
Computer Graphics Practical
Computer Graphics PracticalComputer Graphics Practical
Computer Graphics PracticalNeha Sharma
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptxHayelomGebre
 
EXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACES
EXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACESEXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACES
EXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACESijmech
 
Towards smart and competitive sustainable machining
Towards smart and competitive sustainable machiningTowards smart and competitive sustainable machining
Towards smart and competitive sustainable machiningLiu PeiLing
 
Power point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX softwarePower point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX softwareVimalJasoliya1
 
Computer graphics 9068
Computer graphics  9068Computer graphics  9068
Computer graphics 90681061992
 

Similar to Introduction of Computer aided Design (20)

UNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxUNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptx
 
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
 
Fundamentals of 3D modeling
Fundamentals of 3D modelingFundamentals of 3D modeling
Fundamentals of 3D modeling
 
computer aided design
computer aided design computer aided design
computer aided design
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
 
Computer graphics notes
Computer graphics notesComputer graphics notes
Computer graphics notes
 
Computer Graphics Practical
Computer Graphics PracticalComputer Graphics Practical
Computer Graphics Practical
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptx
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
EXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACES
EXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACESEXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACES
EXTREMELY LOW COST SCANNING SYSTEM FOR FREE FORM SURFACES
 
DOC of Crank shaft
DOC of Crank shaftDOC of Crank shaft
DOC of Crank shaft
 
Towards smart and competitive sustainable machining
Towards smart and competitive sustainable machiningTowards smart and competitive sustainable machining
Towards smart and competitive sustainable machining
 
Nx file
Nx fileNx file
Nx file
 
Nx file
Nx fileNx file
Nx file
 
Power point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX softwarePower point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX software
 
Computer graphics 9068
Computer graphics  9068Computer graphics  9068
Computer graphics 9068
 
CAD/CAM Lecture #5
CAD/CAM Lecture #5CAD/CAM Lecture #5
CAD/CAM Lecture #5
 

More from Muthukumar V

NON-METALLIC MATERIALS
NON-METALLIC MATERIALSNON-METALLIC MATERIALS
NON-METALLIC MATERIALSMuthukumar V
 
TESTING OF MECHANICAL PROPERTIES
TESTING OF MECHANICAL PROPERTIESTESTING OF MECHANICAL PROPERTIES
TESTING OF MECHANICAL PROPERTIESMuthukumar V
 
FERROUS AND NON FERROUS METALS
FERROUS AND NON FERROUS METALSFERROUS AND NON FERROUS METALS
FERROUS AND NON FERROUS METALSMuthukumar V
 
CONSTITUTION OF ALLOYS
CONSTITUTION OF ALLOYSCONSTITUTION OF ALLOYS
CONSTITUTION OF ALLOYSMuthukumar V
 
Robotics - Unit-II
Robotics - Unit-IIRobotics - Unit-II
Robotics - Unit-IIMuthukumar V
 
Unit-V---Implementation of Robot
Unit-V---Implementation of RobotUnit-V---Implementation of Robot
Unit-V---Implementation of RobotMuthukumar V
 
Economic analysis of robot
Economic analysis of robotEconomic analysis of robot
Economic analysis of robotMuthukumar V
 
UNIT-IV-- Robotics
UNIT-IV-- RoboticsUNIT-IV-- Robotics
UNIT-IV-- RoboticsMuthukumar V
 
Unit III-- senors in robotics
Unit III-- senors in roboticsUnit III-- senors in robotics
Unit III-- senors in roboticsMuthukumar V
 
Unit-2-- End effector
Unit-2-- End effectorUnit-2-- End effector
Unit-2-- End effectorMuthukumar V
 
Overview of management
Overview of managementOverview of management
Overview of managementMuthukumar V
 

More from Muthukumar V (20)

HEAT TREATMENT
HEAT TREATMENTHEAT TREATMENT
HEAT TREATMENT
 
NON-METALLIC MATERIALS
NON-METALLIC MATERIALSNON-METALLIC MATERIALS
NON-METALLIC MATERIALS
 
TESTING OF MECHANICAL PROPERTIES
TESTING OF MECHANICAL PROPERTIESTESTING OF MECHANICAL PROPERTIES
TESTING OF MECHANICAL PROPERTIES
 
FERROUS AND NON FERROUS METALS
FERROUS AND NON FERROUS METALSFERROUS AND NON FERROUS METALS
FERROUS AND NON FERROUS METALS
 
CONSTITUTION OF ALLOYS
CONSTITUTION OF ALLOYSCONSTITUTION OF ALLOYS
CONSTITUTION OF ALLOYS
 
UNIT-II---FEA
UNIT-II---FEAUNIT-II---FEA
UNIT-II---FEA
 
UNIT-IV-- FEA
UNIT-IV-- FEAUNIT-IV-- FEA
UNIT-IV-- FEA
 
Unit-III---FEA
Unit-III---FEAUnit-III---FEA
Unit-III---FEA
 
Unit-I--FEA
Unit-I--FEAUnit-I--FEA
Unit-I--FEA
 
Unit 5--FEA
Unit 5--FEAUnit 5--FEA
Unit 5--FEA
 
Robotics - Unit-II
Robotics - Unit-IIRobotics - Unit-II
Robotics - Unit-II
 
Unit-V---Implementation of Robot
Unit-V---Implementation of RobotUnit-V---Implementation of Robot
Unit-V---Implementation of Robot
 
Economic analysis of robot
Economic analysis of robotEconomic analysis of robot
Economic analysis of robot
 
UNIT-IV-- Robotics
UNIT-IV-- RoboticsUNIT-IV-- Robotics
UNIT-IV-- Robotics
 
Unit III-- senors in robotics
Unit III-- senors in roboticsUnit III-- senors in robotics
Unit III-- senors in robotics
 
Unit-2-- End effector
Unit-2-- End effectorUnit-2-- End effector
Unit-2-- End effector
 
Unit-I Robotics
Unit-I RoboticsUnit-I Robotics
Unit-I Robotics
 
Planning
PlanningPlanning
Planning
 
Overview of management
Overview of managementOverview of management
Overview of management
 
Cast iron
Cast ironCast iron
Cast iron
 

Recently uploaded

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

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
  • 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 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.
  • 12.
  • 13. SEQUENCIAL ENGINEERING Three major phases of conventional manufacturing process are design, process planning and manufacturing. All these phases are sequentially carried out.
  • 14.
  • 15. CONCURRENT ENGINEERING It is the methodology of restructuring the product development activity in a manufacturing organization using cross functional team approach.
  • 16.
  • 17. COMPARISION BETWEEN SEQUENTIAL AND CONCURRENT ENGINEERING Product development cost Number of design changes Lead time for product development Customer satisfaction Coordination between departments
  • 18.
  • 19.
  • 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
  • 27.
  • 28.
  • 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
  • 30.
  • 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.