SlideShare a Scribd company logo
1 of 123
Download to read offline
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

More Related Content

What's hot

RAPID TOOLING - presentationupdate
RAPID TOOLING - presentationupdateRAPID TOOLING - presentationupdate
RAPID TOOLING - presentationupdate
Kerrie Noble
 

What's hot (20)

Rapid prototyping and tooling
Rapid prototyping and toolingRapid prototyping and tooling
Rapid prototyping and tooling
 
CAD/CAM/CIM (Lecture 1 CAD)
CAD/CAM/CIM  (Lecture 1 CAD)CAD/CAM/CIM  (Lecture 1 CAD)
CAD/CAM/CIM (Lecture 1 CAD)
 
CAD AND CAM PPT.pptx
CAD AND CAM PPT.pptxCAD AND CAM PPT.pptx
CAD AND CAM PPT.pptx
 
RAPID TOOLING - presentationupdate
RAPID TOOLING - presentationupdateRAPID TOOLING - presentationupdate
RAPID TOOLING - presentationupdate
 
CAD / CAM NURBS
CAD / CAM NURBSCAD / CAM NURBS
CAD / CAM NURBS
 
Data standard - IGES
Data standard - IGESData standard - IGES
Data standard - IGES
 
Basics of Thread Rolling
Basics of Thread RollingBasics of Thread Rolling
Basics of Thread Rolling
 
rapit prototyping
rapit prototypingrapit prototyping
rapit prototyping
 
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
projection of Sectional view-engineering drawing b.tech
projection of Sectional view-engineering drawing b.techprojection of Sectional view-engineering drawing b.tech
projection of Sectional view-engineering drawing b.tech
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering Drawing
 
Spray metal tooling
Spray metal toolingSpray metal tooling
Spray metal tooling
 
Introduction to CAD CAM in industries
Introduction to CAD CAM in industriesIntroduction to CAD CAM in industries
Introduction to CAD CAM in industries
 
Non Conventional machining processes
Non Conventional machining processesNon Conventional machining processes
Non Conventional machining processes
 
Materials selection for Design
Materials selection for DesignMaterials selection for Design
Materials selection for Design
 
Geometric Modelling approaches
Geometric Modelling approachesGeometric Modelling approaches
Geometric Modelling approaches
 
Engineering Curves
Engineering CurvesEngineering Curves
Engineering Curves
 
Rapid Prototyping
Rapid PrototypingRapid Prototyping
Rapid Prototyping
 
Reverse engineering
Reverse engineeringReverse engineering
Reverse engineering
 
MAGNETIC ABRASIVE FINISHING
MAGNETIC ABRASIVE FINISHING MAGNETIC ABRASIVE FINISHING
MAGNETIC ABRASIVE FINISHING
 

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

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

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)
 
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
 
computer aided design
computer aided design computer aided design
computer aided design
 
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
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

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.