SlideShare a Scribd company logo
CAD/CAM
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
30-10-2023 7
Pahl and Beitz design
Process
30-10-2023 8
Ohsuga design Process
30-10-2023 9
Earle design Process
30-10-2023 10
SEQUENCIAL ENGINEERING
Traditional Engineering Also known as sequential Engineering.
Marketing
Engineering Design
Manufacturing
Testing
Production
Each stages of the developments process is carried out separately.
Three major phases of conventional manufacturing process are design, process
planning and manufacturing.
SEQUENCIAL ENGINEERING
ADVANTAGES:
Easy to track progress and understand the requirements of the project and
processes.
It is well defined for each team member or department.
Simple to understand and avoids misinterpretation.
It is an imposed discipline approach which takes away any misunderstanding.
LIMITATIONS:
Increased product cycle time
Change requests from others in the latter stages are often very expensive and
difficult to manage
Without staged feedback
Final unit cost not economically viable
CONCURRENT ENGINEERING
Concurrent engineering, also known as simultaneous engineering, is a
method designing and developing products, in which the different stages
run simultaneously rather than consecutively.
It decreases,
Product Development Time
Time to market
Improved productivity
Reduced costs
Elimination of waste
Improvement of quality
Reduction of cost
Continuous Improvement
Faster decisions.
Objectives of Concurrent Engineering
CONCURRENT ENGINEERING
COMPARISION BETWEEN SEQUENTIAL
AND CONCURRENT ENGINEERING
Product development cost
Number of design changes
Lead time for product development
Customer satisfaction
Coordination between departments
COMPARISION BETWEEN SEQUENTIAL
AND CONCURRENT ENGINEERING
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
30-10-2023 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
30-10-2023 37
2D & 3D TRASLATION
,
, ,
.
 
   
  
   

    
   

     
 
x y
x
y
x x t y y t
t
x x
t
y y
P P T
P P T
30-10-2023
38
2D FORMULA 3D FORMULA
2D & 3D SCALING
30-10-2023
40
2D FORMULA 3D FORMULA
,
0
0
x y
x
y
x x s y y s
s
x x
s
y y
 
   
  
   
  
   

   
 
  
P S P
2D & 3D ROTATION
30-10-2023
42
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.
30-10-2023 45
HOMOGENEOUS TRANSFORMATION
30-10-2023 46
LINE DRAWING
30-10-2023 48
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
30-10-2023 49
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
30-10-2023 50
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
30-10-2023 51
If any part of the geometry is not inside the window, it is made invisible
by the graphic software is called clipping.
30-10-2023 52
CLIPPING
30-10-2023 53
VIEWING TRANSFORMATIONS
30-10-2023 54
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.
30-10-2023 55

More Related Content

Similar to UNIT 1-INTRODUCTION.pptx

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
 
Towards smart and sustainable machining
Towards smart and sustainable machiningTowards smart and sustainable machining
Towards smart and sustainable machining
Liu PeiLing
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptx
HayelomGebre
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
SenthilkumarKR5
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
SenthilkumarKR5
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
NegesaBekuma
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
Abhijeet Pombarekar
 
Nx file
Nx fileNx file
Nx file
Nx fileNx file
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
 
CAD/CAM Lecture #5
CAD/CAM Lecture #5CAD/CAM Lecture #5
CAD/CAM Lecture #5
Yugal Kishor Sahu
 
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESSINTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESSAbhilash kk
 
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURINGCOMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
jyyothees mv
 
Introduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptx
suyogpatil49
 
Introduction to cad
Introduction to cadIntroduction to cad
Introduction to cad
Deepak Antil
 
CAD/CAM 1 Module-2 18ME72 Part-A
CAD/CAM  1 Module-2 18ME72 Part-ACAD/CAM  1 Module-2 18ME72 Part-A
CAD/CAM 1 Module-2 18ME72 Part-A
Mohammed Imran
 
Computer graphics notes
Computer graphics notesComputer graphics notes
Computer graphics notes
smruti sarangi
 
Introduction of cad cam
Introduction of cad camIntroduction of cad cam
Introduction of cad cam
vask82
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer Graphics
Abdullah Khan
 

Similar to UNIT 1-INTRODUCTION.pptx (20)

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
 
Towards smart and sustainable machining
Towards smart and sustainable machiningTowards smart and sustainable machining
Towards smart and sustainable machining
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptx
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
 
Nx file
Nx fileNx file
Nx file
 
Nx file
Nx fileNx file
Nx file
 
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
 
CAD/CAM Lecture #5
CAD/CAM Lecture #5CAD/CAM Lecture #5
CAD/CAM Lecture #5
 
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESSINTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
 
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURINGCOMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
 
Introduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptx
 
Introduction to cad
Introduction to cadIntroduction to cad
Introduction to cad
 
CAD/CAM 1 Module-2 18ME72 Part-A
CAD/CAM  1 Module-2 18ME72 Part-ACAD/CAM  1 Module-2 18ME72 Part-A
CAD/CAM 1 Module-2 18ME72 Part-A
 
Computer graphics notes
Computer graphics notesComputer graphics notes
Computer graphics notes
 
Introduction of cad cam
Introduction of cad camIntroduction of cad cam
Introduction of cad cam
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer Graphics
 

More from dinesh babu

Metrology Measurements and All units PPT
Metrology Measurements and  All units PPTMetrology Measurements and  All units PPT
Metrology Measurements and All units PPT
dinesh babu
 
Unit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptx
Unit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptxUnit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptx
Unit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptx
dinesh babu
 
Unit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptx
Unit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptxUnit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptx
Unit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptx
dinesh babu
 
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptxUnit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
dinesh babu
 
UNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxUNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptx
dinesh babu
 
UNIT-5FIRE SAFETY AND INSTALLATION.pptx
UNIT-5FIRE SAFETY AND INSTALLATION.pptxUNIT-5FIRE SAFETY AND INSTALLATION.pptx
UNIT-5FIRE SAFETY AND INSTALLATION.pptx
dinesh babu
 
UNIT-4-REFIGERATION PRINCIPLES.pptx
UNIT-4-REFIGERATION PRINCIPLES.pptxUNIT-4-REFIGERATION PRINCIPLES.pptx
UNIT-4-REFIGERATION PRINCIPLES.pptx
dinesh babu
 
UNIT-3-Principles of illumination.pptx
UNIT-3-Principles of illumination.pptxUNIT-3-Principles of illumination.pptx
UNIT-3-Principles of illumination.pptx
dinesh babu
 
UNIT-2-Electrical Systems.pptx
UNIT-2-Electrical Systems.pptxUNIT-2-Electrical Systems.pptx
UNIT-2-Electrical Systems.pptx
dinesh babu
 
UNIT-1-MACHINERIES.pptx
UNIT-1-MACHINERIES.pptxUNIT-1-MACHINERIES.pptx
UNIT-1-MACHINERIES.pptx
dinesh babu
 
UNIT- 2&3 based on gear life.pdf
UNIT- 2&3 based on gear life.pdfUNIT- 2&3 based on gear life.pdf
UNIT- 2&3 based on gear life.pdf
dinesh babu
 
ELEMENTS OF TECHNOLOGY.pdf
ELEMENTS OF TECHNOLOGY.pdfELEMENTS OF TECHNOLOGY.pdf
ELEMENTS OF TECHNOLOGY.pdf
dinesh babu
 
belt_drive.ppt
belt_drive.pptbelt_drive.ppt
belt_drive.ppt
dinesh babu
 
Unit iii
Unit iiiUnit iii
Unit iii
dinesh babu
 
Unit ii engine auxiliary systems
Unit ii engine auxiliary systemsUnit ii engine auxiliary systems
Unit ii engine auxiliary systems
dinesh babu
 
Unit i
Unit iUnit i
Unit i
dinesh babu
 
Unitv
Unitv   Unitv
Unitv
dinesh babu
 
Unit iv
Unit ivUnit iv
Unit iv
dinesh babu
 
Mm -unit iii
Mm -unit iii Mm -unit iii
Mm -unit iii
dinesh babu
 
Unit iv form measurement
Unit iv form measurementUnit iv form measurement
Unit iv form measurement
dinesh babu
 

More from dinesh babu (20)

Metrology Measurements and All units PPT
Metrology Measurements and  All units PPTMetrology Measurements and  All units PPT
Metrology Measurements and All units PPT
 
Unit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptx
Unit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptxUnit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptx
Unit 5-CELLULAR MANUFACTURING AND FLEXIBLE MANUFACTURING SYSTEM (FMS) .pptx
 
Unit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptx
Unit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptxUnit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptx
Unit 4-FUNDAMENTAL OF CNC AND PART PROGRAMING.pptx
 
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptxUnit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
 
UNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxUNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptx
 
UNIT-5FIRE SAFETY AND INSTALLATION.pptx
UNIT-5FIRE SAFETY AND INSTALLATION.pptxUNIT-5FIRE SAFETY AND INSTALLATION.pptx
UNIT-5FIRE SAFETY AND INSTALLATION.pptx
 
UNIT-4-REFIGERATION PRINCIPLES.pptx
UNIT-4-REFIGERATION PRINCIPLES.pptxUNIT-4-REFIGERATION PRINCIPLES.pptx
UNIT-4-REFIGERATION PRINCIPLES.pptx
 
UNIT-3-Principles of illumination.pptx
UNIT-3-Principles of illumination.pptxUNIT-3-Principles of illumination.pptx
UNIT-3-Principles of illumination.pptx
 
UNIT-2-Electrical Systems.pptx
UNIT-2-Electrical Systems.pptxUNIT-2-Electrical Systems.pptx
UNIT-2-Electrical Systems.pptx
 
UNIT-1-MACHINERIES.pptx
UNIT-1-MACHINERIES.pptxUNIT-1-MACHINERIES.pptx
UNIT-1-MACHINERIES.pptx
 
UNIT- 2&3 based on gear life.pdf
UNIT- 2&3 based on gear life.pdfUNIT- 2&3 based on gear life.pdf
UNIT- 2&3 based on gear life.pdf
 
ELEMENTS OF TECHNOLOGY.pdf
ELEMENTS OF TECHNOLOGY.pdfELEMENTS OF TECHNOLOGY.pdf
ELEMENTS OF TECHNOLOGY.pdf
 
belt_drive.ppt
belt_drive.pptbelt_drive.ppt
belt_drive.ppt
 
Unit iii
Unit iiiUnit iii
Unit iii
 
Unit ii engine auxiliary systems
Unit ii engine auxiliary systemsUnit ii engine auxiliary systems
Unit ii engine auxiliary systems
 
Unit i
Unit iUnit i
Unit i
 
Unitv
Unitv   Unitv
Unitv
 
Unit iv
Unit ivUnit iv
Unit iv
 
Mm -unit iii
Mm -unit iii Mm -unit iii
Mm -unit iii
 
Unit iv form measurement
Unit iv form measurementUnit iv form measurement
Unit iv form measurement
 

Recently uploaded

HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
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
 
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
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
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
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
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
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 

Recently uploaded (20)

HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
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...
 
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
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
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
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
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
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 

UNIT 1-INTRODUCTION.pptx

  • 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 30-10-2023 8
  • 11. SEQUENCIAL ENGINEERING Traditional Engineering Also known as sequential Engineering. Marketing Engineering Design Manufacturing Testing Production Each stages of the developments process is carried out separately. Three major phases of conventional manufacturing process are design, process planning and manufacturing.
  • 12.
  • 13. SEQUENCIAL ENGINEERING ADVANTAGES: Easy to track progress and understand the requirements of the project and processes. It is well defined for each team member or department. Simple to understand and avoids misinterpretation. It is an imposed discipline approach which takes away any misunderstanding. LIMITATIONS: Increased product cycle time Change requests from others in the latter stages are often very expensive and difficult to manage Without staged feedback Final unit cost not economically viable
  • 14. CONCURRENT ENGINEERING Concurrent engineering, also known as simultaneous engineering, is a method designing and developing products, in which the different stages run simultaneously rather than consecutively. It decreases, Product Development Time Time to market Improved productivity Reduced costs
  • 15. Elimination of waste Improvement of quality Reduction of cost Continuous Improvement Faster decisions. Objectives of Concurrent Engineering
  • 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. COMPARISION BETWEEN SEQUENTIAL AND CONCURRENT ENGINEERING
  • 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 30-10-2023 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 30-10-2023 37
  • 38. 2D & 3D TRASLATION , , , .                                 x y x y x x t y y t t x x t y y P P T P P T 30-10-2023 38 2D FORMULA 3D FORMULA
  • 39.
  • 40. 2D & 3D SCALING 30-10-2023 40 2D FORMULA 3D FORMULA , 0 0 x y x y x x s y y s s x x s y y                               P S P
  • 41.
  • 42. 2D & 3D ROTATION 30-10-2023 42 2D FORMULA 3D FORMULA
  • 43.
  • 45. 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. 30-10-2023 45
  • 47.
  • 48. LINE DRAWING 30-10-2023 48 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
  • 49. DDA ALGORITHM 30-10-2023 49 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
  • 50. BRESENHAM’S LINE ALGORITHM 30-10-2023 50 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.
  • 51. CLIPPING 30-10-2023 51 If any part of the geometry is not inside the window, it is made invisible by the graphic software is called clipping.
  • 54. VIEWING TRANSFORMATIONS 30-10-2023 54 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.