Module 1
Module 1
SYLLABUS
GEOMETRIC MODELING: Requirements, geometric models, geometric construction
models, curve representation methods, surface representation methods, modelling
facilities desired.
DRAFTING AND MODELING SYSTEMS: Basic geometric commands, layers,
display control commands, editing, dimensioning, solid modelling.
Geometric Models
• A geometric Model is a mathematical representation of real world object.
• It is a forms a data base which can integrate CAD and CAM operations of a firm as the same model can be
used for all the functions of CAD and CAM
Graphics
Display
User Geometric Model (or)
Interface Mathematical Drawing
Representation Generation
(Common Database)
FEA, CFD,
MBD
Geometric
Modeling
Technique CAM
Geometric Models
Requirements of Geometric Models
• The basic requirements of a geometric model are
• Basic graphic elements
• Geometry (shape) of the model component and their layout in space
• Topology or structure of the models – how various elements are connected to form the model
• Application – specific data, such as material properties
• Application – specific program supporting data, such as FEM mesh
Same
geometry
but different
topology
Different
Geometry
but same
Topology
Department of Mechanical Engineering Slide No: 7
Topic: Geometric Model Course : CAD/CAM
Geometric Models
Requirements of Geometric Models
• The model database can be maintained in two ways:
• Complete data of the model is stored explicitly
• The programs required for regenerating the model are stored
• The latter though takes less memory space, requires more time to be processed as the model computation is to be
done based on the program that has been stored.
• Below image shows how data is stored with relations between each. Examine any of the files like dxf, stp, igs, stl,
vrml files. You will find that data is preserved in similar format.
• Wireframe modelling
• Surface Modeling
• Solid Modeling
Curve Representation
Parametric Representation
Explicit Representation
,
Parametric Representation
Line
Non Parametric Representation
𝑥 − 𝑥1 𝑦 − 𝑦1
=
P2 (x2,y2) 𝑥2− 𝑥1 𝑦2 − 𝑦 1
u=1
¿
Department of Mechanical Engineering Slide No: 13
Topic: Curve Representation Course : CAD/CAM
Parametric Representation
Circle Non Parametric Representation
+
𝑟𝑐
𝜃𝑐 Parametric Representation
𝑃 𝑐 (𝑥𝑐 , 𝑦 𝑐 )
𝑥= 𝑥 𝑐 +𝑟 𝑐 cos ( 𝜃 𝑐 )
𝑦 = 𝑦 𝑐 +𝑟 𝑐 sin ( 𝜃 𝑐 ) }
, 0 ≤ 𝜃𝑐≤ 2 𝜋
Parametric Representation
Conics