SlideShare una empresa de Scribd logo
1 de 123
Descargar para leer sin conexión
PPT
ADVANCED COMPUTER AIDED DESIGN
DEPARTMENT OF MECHANICAL ENGINEERING
M.TECH : CAD / CAM - I SEM
Dr. K RAGHU RAM MOHAN REDDY
by
UNIT-1: PRINCIPLES OF COMPUTER GRAPHICS
2
Introduction, graphic primitives, point plotting, lines,
Bresenham”s circle algorithm, ellipse, transformation in
graphics, coordinate systems, view port, 2D and 3D
transformation, hidden surface removal, reflection, shading
and generation of character.
Syllabus
3
Classification of computer graphics
4
Graphic Primitives
5
Display devices
Output devices include:
• CRT
• Random scan display
• Rastar scan display
• Monitors
• Speakers
• Headphones
• Printer
Cathode ray tube
6
Rastar Scan Display
7
8
Bresenham’s line algorithm
9
10
Two Dimensional Transformations
1. Introduction
2. What is transformation
3. Basic information
4. Translation
5. Rotation
6. Scaling
11
12
13
Scaling
14
Three Dimensional Transformations
1. Introduction
2. 3D transformation
3. Translation
4. Rotation
5. Scaling
15
16
Rotation
17
Hidden Surface Removal
The Depth Buffer Algorithm
Warnock’s Algorithm
18
19
20
21
22
23
24
Unit-II: CAD TOOLS
25
Syllabus
Definition of CAD Tools, Types of system, CAD/CAM system
evaluation criteria, brief treatment of input and output devices.
Graphics standard, functional areas of CAD, Modeling and
viewing, software documentation, efficient use of CAD software;
Geometric modeling: Types of mathematical representation of
curves, wire frame models wire frame entities parametric
representation of synthetic curves hermite cubic splines Bezier
curves Bezier splines rational curves.
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Unit- III: SURFACE MODELING
50
Syllabus
Mathematical representation surfaces, surface model, surface
entities surface representation.
Parametric representation of surfaces, plane surface, rule
surface, surface of revolution, tabulated cylinder.
51
Basic modeling techniques are
1. Wire frame modeling
2. Surface modeling
3. Solid modeling
52
53
Wireframe modeling is the process of visual presentation of
a three-dimensional or physical object used in 3-D computer
graphics. It is an abstract edge or skeletal representation of a
real-world 3-D object using lines and curves.
Merits:
Simple to construct for 2D and simple and
symmetric 3D objects
Designer needs little training
System needs little memory
Take less manipulation time
Retrieving and editing can be done easy
Consumes less time
Best suitable for manipulations as orthographic
isometric and perspective views.
54
Surface modelling
Surface models define the surface features, as well as the edges,
of objects. Different types of spline curves are used to create
surface patches with different modelling characteristics.
Merits:
It is less ambiguous.
Complex surfaces can be easily identified.
It removes hidden line and adds realism.
Demerits:
Difficult to construct.
Difficult to calculate mass property.
More time is required for creation.
Requires high storage space as compared to wire frame
modelling.
Also requires more time for manipulation.
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Unit- IV :PARAMETRIC REPRESENTATION OF
SYNTHETIC SURFACES
76
Parametric representation of synthetic surfaces: Hermite
Bicubic surface, Bezier surface, Bezier Spline surface, COONs
surface, Blending surface Sculptured surface, Surface
manipulation; Displaying, Segmentation, Trimming,
Intersection, Transformations (both 2D and 3D).
Syllabus
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Unit – V : GEOMETRICMODELLING-3D
94
Syllabus
Geometricmodelling-3D: Solid modeling, solid representation,
boundary representation (B-rep), Constructive solid geometry
(CSG). CAD/CAM exchange: Evaluation of data, exchange format,
IGES data representations and structure, STEP Architecture,
implementation, ACIS and DXF; Design applications: Mechanical
tolerances, mass property calculations, finite element modeling
and analysis and mechanical assembly; Collaborative engineering:
Collaborative design, principles, approaches, tools, design systems.
95
96
Solid Modelling
Solid Modelling is a modelling that provides a complete representation
of an object than a wire frame modelling and surface modelling. In this
model, the appearance of an object is displayed in solid design.
Merits:
Complete modelling.
Unambiguous.
Best suitable for calculating mass properties.
Very much suitable for automated applications.
Fast creation.
Gives huge information.
Demerits:
Requires large memory.
Slow manipulation.
Some manipulations can be complex and require tedious procedure.
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Data Exchange formats and standards
112
IGES specification defines the format of the file, language
format, and the product definition data in these formats. The
product definition includes geometric, topological, and non-
geometric data. The geometry part defines the geometric
entities to be used to define the geometry. The topology part
defines the entities to describe the relationships between the
geometric entities. The geometric shape of a product is
described using these two parts (i.e. geometry and topology).
The non-geometric part can be divided into annotation,
definition, and organization. The annotation category consists of
dimensions, drafting notations, text, etc. The definition category
allows users to define specific properties of individual or
collections of entities. The organization category defines
groupings of geometric, annotation, or property elements.
113
An IGES file consists of six sections: Flag, Start, Global, Directory
Entry, Parameter Data, and Terminate. Each entity instance consists
of a directory entry and parameter data entry. The directory entry
provides an index and includes attributes to describe the data. The
parameter data defines the specific entity. Parameter data are
defined by fixed length records, according to the corresponding
entity. Each entity instance has bi-directional pointers between the
directory entry and the parameter data section.
114
DXF (Data eXchange Format) was originally developed by
Autodesk, Inc., the vendor of AutoCAD. It has become a "de-
facto" standard among most CAD vendors and is in wide use to
exchange 2D/3D wireframe data. All implementations of
AutoCAD accept this format and are able to convert it to and
from their internal representation. A DXF file is a complete
representation of the AutoCAD drawing database thus some
features or concepts can't be used by other CAD systems. The
DXF version R13 supports wireframe, surface, and solid
representations.
115
A DXF file consists of four sections: Header, Table, Block, and
Entity section. The header section contains general information
about the drawing. Each parameter has a variable name and an
associated value. The table section contains definitions of line
types, layers, text styles, views, etc. The block section contains
entities for block definitions. These entities define the blocks
used in the drawing. The format of the entities in the block
section is identical to entities in the entity section. The entity
section contains the drawing entities, including any block
references. Items in the entity section exist also in the block
section and the appearance of entities in the two sections is
identical.
116
STEP (STandard for the Exchange of Product model data)
is a new International Standard (ISO 10303) for
representing and exchanging product model information.
It includes an object-flavored data specification language,
EXPRESS, to describe the representation of the data. STEP
defines also implementation methods, for instance, a
physical transfer file, and offers different resources, e.g.
geometric and topological representation.
117
The objective of STEP is to offer system-independent
mechanism to describe the product information in
computer aided systems throughout its lifetime. It
separates the representation of product information
from the implementation methods. Implementation
methods are used for data exchange. The
representation offers a definition of product
information to many applications. STEP provides also a
basis for archiving product information and a
methodology for the conformance testing of
implementations.
118
STEP does not only define the geometric shape of a product: it
also includes topology, features, tolerance specifications,
material properties, etc. necessary to completely define a
product for the purposes of design, analysis, manufacture, test,
inspection and product support. The use of STEP is still very
modest but it is growing all the time. The majority of CAD
system vendors has implemented or is implementing STEP pre-
and postprocessors for their CAD systems. STEP is an evolving
standard that will cover the whole product life cycle in terms of
data sharing, storage and exchange. It is the most important
and largest effort ever established in engineering domain and
will replace current CAD exchange standards.
Collaborative Engineering
119
Collaborative Engineering
120
Collaborative Engineering
121
Collaborative Engineering
122
Collaborative Engineering
123

Más contenido relacionado

La actualidad más candente

09 shop floor control
09 shop floor control09 shop floor control
09 shop floor controlArif Rahman
 
Computer Integrated Manufacturing
Computer Integrated Manufacturing  Computer Integrated Manufacturing
Computer Integrated Manufacturing suraj_21
 
MECH CREO
MECH CREOMECH CREO
MECH CREONaren R
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)Victor Al
 
Intro to CAD CAM Tools
Intro to CAD CAM ToolsIntro to CAD CAM Tools
Intro to CAD CAM ToolsAbhay Gore
 
Computer Aided Design (CAD)
Computer Aided Design (CAD)Computer Aided Design (CAD)
Computer Aided Design (CAD)NirajChaudhari23
 
Cad lecture-3
Cad lecture-3Cad lecture-3
Cad lecture-327273737
 
Product Data Management
Product Data ManagementProduct Data Management
Product Data ManagementArchita Singh
 
Computer Aided Process Planning (CAPP)
Computer Aided Process Planning (CAPP)Computer Aided Process Planning (CAPP)
Computer Aided Process Planning (CAPP)Pratik Gandhi
 
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )ravis205084
 
Transfer machines
Transfer machines Transfer machines
Transfer machines Suresh Lal
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer GraphicsYatin Singh
 
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)Avt Shubhash
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)manojg1990
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)jntuhcej
 

La actualidad más candente (20)

09 shop floor control
09 shop floor control09 shop floor control
09 shop floor control
 
Geometric modeling
Geometric modelingGeometric modeling
Geometric modeling
 
Computer Integrated Manufacturing
Computer Integrated Manufacturing  Computer Integrated Manufacturing
Computer Integrated Manufacturing
 
MECH CREO
MECH CREOMECH CREO
MECH CREO
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
 
Intro to CAD CAM Tools
Intro to CAD CAM ToolsIntro to CAD CAM Tools
Intro to CAD CAM Tools
 
Computer Aided Design (CAD)
Computer Aided Design (CAD)Computer Aided Design (CAD)
Computer Aided Design (CAD)
 
Cad lecture-3
Cad lecture-3Cad lecture-3
Cad lecture-3
 
Product Data Management
Product Data ManagementProduct Data Management
Product Data Management
 
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)
 
Rapid prototyping
Rapid prototypingRapid prototyping
Rapid prototyping
 
CAD/CAM/CIM (Lecture 1 CAD)
CAD/CAM/CIM  (Lecture 1 CAD)CAD/CAM/CIM  (Lecture 1 CAD)
CAD/CAM/CIM (Lecture 1 CAD)
 
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
 
Transfer machines
Transfer machines Transfer machines
Transfer machines
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer Graphics
 
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)
 
Introduction to CIM
Introduction to CIMIntroduction to CIM
Introduction to CIM
 

Similar a A CAD ppt 25-10-19.pdf

Graphics Standards and Algorithm
Graphics Standards and AlgorithmGraphics Standards and Algorithm
Graphics Standards and AlgorithmYatin Singh
 
CAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHCAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHRAJESHS631800
 
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptxRamanathanSabesan
 
Unit 5-cad standards
Unit 5-cad standardsUnit 5-cad standards
Unit 5-cad standardsJavith Saleem
 
TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...
TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...
TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...Liu PeiLing
 
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.pptxdinesh babu
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modelingmanojg1990
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modelingmanojg1990
 
5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoriaRaghu Gadde
 
11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...
11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...
11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...Alexander Decker
 
M tech 1 2 cad cam
M tech 1 2 cad camM tech 1 2 cad cam
M tech 1 2 cad camAKRAMTARIQ2
 

Similar a A CAD ppt 25-10-19.pdf (20)

Graphics Standards and Algorithm
Graphics Standards and AlgorithmGraphics Standards and Algorithm
Graphics Standards and Algorithm
 
C045061425
C045061425C045061425
C045061425
 
50120140504013 2
50120140504013 250120140504013 2
50120140504013 2
 
CAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHCAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECH
 
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
 
VLSI design flow.pptx
VLSI design flow.pptxVLSI design flow.pptx
VLSI design flow.pptx
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
 
Unit 5-cad standards
Unit 5-cad standardsUnit 5-cad standards
Unit 5-cad standards
 
Solidworks software
Solidworks softwareSolidworks software
Solidworks software
 
TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...
TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...
TOWARDS A UNIFIED IN-PROCESS GEOMETRIC MODEL FOR MULTIPLE MACHINING AND Layer...
 
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
 
Choudhary2015
Choudhary2015Choudhary2015
Choudhary2015
 
report rp
report rp report rp
report rp
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
 
187186134 5-geometric-modeling
187186134 5-geometric-modeling187186134 5-geometric-modeling
187186134 5-geometric-modeling
 
5 geometric modeling
5 geometric modeling5 geometric modeling
5 geometric modeling
 
5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria5 geometric-modeling-ppt-university-of-victoria
5 geometric-modeling-ppt-university-of-victoria
 
Cad cam
Cad camCad cam
Cad cam
 
11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...
11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...
11.design and modeling of tool trajectory in c0000www.iiste.org call for pape...
 
M tech 1 2 cad cam
M tech 1 2 cad camM tech 1 2 cad cam
M tech 1 2 cad cam
 

Último

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Último (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

A CAD ppt 25-10-19.pdf

  • 1. PPT ADVANCED COMPUTER AIDED DESIGN DEPARTMENT OF MECHANICAL ENGINEERING M.TECH : CAD / CAM - I SEM Dr. K RAGHU RAM MOHAN REDDY by
  • 2. UNIT-1: PRINCIPLES OF COMPUTER GRAPHICS 2 Introduction, graphic primitives, point plotting, lines, Bresenham”s circle algorithm, ellipse, transformation in graphics, coordinate systems, view port, 2D and 3D transformation, hidden surface removal, reflection, shading and generation of character. Syllabus
  • 3. 3
  • 5. Graphic Primitives 5 Display devices Output devices include: • CRT • Random scan display • Rastar scan display • Monitors • Speakers • Headphones • Printer
  • 8. 8
  • 10. 10 Two Dimensional Transformations 1. Introduction 2. What is transformation 3. Basic information 4. Translation 5. Rotation 6. Scaling
  • 11. 11
  • 12. 12
  • 14. 14 Three Dimensional Transformations 1. Introduction 2. 3D transformation 3. Translation 4. Rotation 5. Scaling
  • 15. 15
  • 17. 17 Hidden Surface Removal The Depth Buffer Algorithm Warnock’s Algorithm
  • 18. 18
  • 19. 19
  • 20. 20
  • 21. 21
  • 22. 22
  • 23. 23
  • 24. 24
  • 25. Unit-II: CAD TOOLS 25 Syllabus Definition of CAD Tools, Types of system, CAD/CAM system evaluation criteria, brief treatment of input and output devices. Graphics standard, functional areas of CAD, Modeling and viewing, software documentation, efficient use of CAD software; Geometric modeling: Types of mathematical representation of curves, wire frame models wire frame entities parametric representation of synthetic curves hermite cubic splines Bezier curves Bezier splines rational curves.
  • 26. 26
  • 27. 27
  • 28. 28
  • 29. 29
  • 30. 30
  • 31. 31
  • 32. 32
  • 33. 33
  • 34. 34
  • 35. 35
  • 36. 36
  • 37. 37
  • 38. 38
  • 39. 39
  • 40. 40
  • 41. 41
  • 42. 42
  • 43. 43
  • 44. 44
  • 45. 45
  • 46. 46
  • 47. 47
  • 48. 48
  • 49. 49
  • 50. Unit- III: SURFACE MODELING 50 Syllabus Mathematical representation surfaces, surface model, surface entities surface representation. Parametric representation of surfaces, plane surface, rule surface, surface of revolution, tabulated cylinder.
  • 51. 51 Basic modeling techniques are 1. Wire frame modeling 2. Surface modeling 3. Solid modeling
  • 52. 52
  • 53. 53 Wireframe modeling is the process of visual presentation of a three-dimensional or physical object used in 3-D computer graphics. It is an abstract edge or skeletal representation of a real-world 3-D object using lines and curves. Merits: Simple to construct for 2D and simple and symmetric 3D objects Designer needs little training System needs little memory Take less manipulation time Retrieving and editing can be done easy Consumes less time Best suitable for manipulations as orthographic isometric and perspective views.
  • 54. 54 Surface modelling Surface models define the surface features, as well as the edges, of objects. Different types of spline curves are used to create surface patches with different modelling characteristics. Merits: It is less ambiguous. Complex surfaces can be easily identified. It removes hidden line and adds realism. Demerits: Difficult to construct. Difficult to calculate mass property. More time is required for creation. Requires high storage space as compared to wire frame modelling. Also requires more time for manipulation.
  • 55. 55
  • 56. 56
  • 57. 57
  • 58. 58
  • 59. 59
  • 60. 60
  • 61. 61
  • 62. 62
  • 63. 63
  • 64. 64
  • 65. 65
  • 66. 66
  • 67. 67
  • 68. 68
  • 69. 69
  • 70. 70
  • 71. 71
  • 72. 72
  • 73. 73
  • 74. 74
  • 75. 75
  • 76. Unit- IV :PARAMETRIC REPRESENTATION OF SYNTHETIC SURFACES 76 Parametric representation of synthetic surfaces: Hermite Bicubic surface, Bezier surface, Bezier Spline surface, COONs surface, Blending surface Sculptured surface, Surface manipulation; Displaying, Segmentation, Trimming, Intersection, Transformations (both 2D and 3D). Syllabus
  • 77. 77
  • 78. 78
  • 79. 79
  • 80. 80
  • 81. 81
  • 82. 82
  • 83. 83
  • 84. 84
  • 85. 85
  • 86. 86
  • 87. 87
  • 88. 88
  • 89. 89
  • 90. 90
  • 91. 91
  • 92. 92
  • 93. 93
  • 94. Unit – V : GEOMETRICMODELLING-3D 94 Syllabus Geometricmodelling-3D: Solid modeling, solid representation, boundary representation (B-rep), Constructive solid geometry (CSG). CAD/CAM exchange: Evaluation of data, exchange format, IGES data representations and structure, STEP Architecture, implementation, ACIS and DXF; Design applications: Mechanical tolerances, mass property calculations, finite element modeling and analysis and mechanical assembly; Collaborative engineering: Collaborative design, principles, approaches, tools, design systems.
  • 95. 95
  • 96. 96 Solid Modelling Solid Modelling is a modelling that provides a complete representation of an object than a wire frame modelling and surface modelling. In this model, the appearance of an object is displayed in solid design. Merits: Complete modelling. Unambiguous. Best suitable for calculating mass properties. Very much suitable for automated applications. Fast creation. Gives huge information. Demerits: Requires large memory. Slow manipulation. Some manipulations can be complex and require tedious procedure.
  • 97. 97
  • 98. 98
  • 99. 99
  • 100. 100
  • 101. 101
  • 102. 102
  • 103. 103
  • 104. 104
  • 105. 105
  • 106. 106
  • 107. 107
  • 108. 108
  • 109. 109
  • 110. 110
  • 111. 111
  • 112. Data Exchange formats and standards 112 IGES specification defines the format of the file, language format, and the product definition data in these formats. The product definition includes geometric, topological, and non- geometric data. The geometry part defines the geometric entities to be used to define the geometry. The topology part defines the entities to describe the relationships between the geometric entities. The geometric shape of a product is described using these two parts (i.e. geometry and topology). The non-geometric part can be divided into annotation, definition, and organization. The annotation category consists of dimensions, drafting notations, text, etc. The definition category allows users to define specific properties of individual or collections of entities. The organization category defines groupings of geometric, annotation, or property elements.
  • 113. 113 An IGES file consists of six sections: Flag, Start, Global, Directory Entry, Parameter Data, and Terminate. Each entity instance consists of a directory entry and parameter data entry. The directory entry provides an index and includes attributes to describe the data. The parameter data defines the specific entity. Parameter data are defined by fixed length records, according to the corresponding entity. Each entity instance has bi-directional pointers between the directory entry and the parameter data section.
  • 114. 114 DXF (Data eXchange Format) was originally developed by Autodesk, Inc., the vendor of AutoCAD. It has become a "de- facto" standard among most CAD vendors and is in wide use to exchange 2D/3D wireframe data. All implementations of AutoCAD accept this format and are able to convert it to and from their internal representation. A DXF file is a complete representation of the AutoCAD drawing database thus some features or concepts can't be used by other CAD systems. The DXF version R13 supports wireframe, surface, and solid representations.
  • 115. 115 A DXF file consists of four sections: Header, Table, Block, and Entity section. The header section contains general information about the drawing. Each parameter has a variable name and an associated value. The table section contains definitions of line types, layers, text styles, views, etc. The block section contains entities for block definitions. These entities define the blocks used in the drawing. The format of the entities in the block section is identical to entities in the entity section. The entity section contains the drawing entities, including any block references. Items in the entity section exist also in the block section and the appearance of entities in the two sections is identical.
  • 116. 116 STEP (STandard for the Exchange of Product model data) is a new International Standard (ISO 10303) for representing and exchanging product model information. It includes an object-flavored data specification language, EXPRESS, to describe the representation of the data. STEP defines also implementation methods, for instance, a physical transfer file, and offers different resources, e.g. geometric and topological representation.
  • 117. 117 The objective of STEP is to offer system-independent mechanism to describe the product information in computer aided systems throughout its lifetime. It separates the representation of product information from the implementation methods. Implementation methods are used for data exchange. The representation offers a definition of product information to many applications. STEP provides also a basis for archiving product information and a methodology for the conformance testing of implementations.
  • 118. 118 STEP does not only define the geometric shape of a product: it also includes topology, features, tolerance specifications, material properties, etc. necessary to completely define a product for the purposes of design, analysis, manufacture, test, inspection and product support. The use of STEP is still very modest but it is growing all the time. The majority of CAD system vendors has implemented or is implementing STEP pre- and postprocessors for their CAD systems. STEP is an evolving standard that will cover the whole product life cycle in terms of data sharing, storage and exchange. It is the most important and largest effort ever established in engineering domain and will replace current CAD exchange standards.