Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 12

Mahatma Education Society’s

Pillai HOC College of Engineering & Technology, Rasayani

Department of Mechanical Engineering

Question Bank
CAD/CAM/CAE
Semester VII
Question Bank: CAD/CAM/CAE – Semester VII

Department of Mechanical and Automobile Engineering


SYLLABUS AND SCHEME OF EXAMINATION
Course Code Course/Subject Name Credits
&
MEC702 CAD/CAM/CAE 4+1
& Common with Automobile Engineering

Objectives
1. To introduce new and exciting field of Intelligent CAD/CAM/CAE with particular focus on
engineering product design and manufacturing.
2. To develop a holistic view of initial competency in engineering design by modern computational
methods.
Outcomes: A learner will be able to….
1. Identify proper computer graphics techniques for geometric modelling.
2. Transform, manipulate objects and store and manage data.
3. Prepare part programming applicable to CNC machines.
4. Use rapid prototyping and tooling concepts in any real life applications.
5. Identify the tools for Analysis of a complex engineering component.

Module Detailed Contents Hrs.


01 Computer Graphics and Techniques for Geometric Modeling
Computer Graphics: Two dimensional computer graphics, vector generation,
the windowing transformation, Three dimensional Computer graphics, viewing
transformation, Homogeneous coordinates, Perspective projection, Hidden line
removal & hidden surface removal algorithm, light & shade ray tracing. The
parametric representation of geometry, Bezier curves, Cubic Spline curve, B- 08
Spline curve, parametric representation of line, circle, ellipse & parabola.
Constructive solid geometry (CSG), Boundary Representation (B-Rep), Wire
Frame Modeling, Solid Modeling, Surface Modeling, Parametric Modeling,
feature based modeling, Feature recognition, Design by feature.

02 Transformation, Manipulation & Data Storage


2D & 3D Transformations (Translation, Rotation, & Scaling & Magnification),
Concatenations, Matrix representation, Problems & object oriented
programming on Transformations. Object transformation, mirror 08
transformation, Artificial Intelligence in Design & Manufacturing,
Representation of Knowledge, and Knowledge base Engineering.

03 NC & CNC Technology 08


Tape coding & format, Manual Part Programming, Computer Aided Part
Programming, CNC functions & advantages, DNC, adaptive Control, CNC
programming concepts, Trends & new developments in NC, Part programmers
job, functions of a post processor, NC part programming languages, Elements
of a APT language, The Macro Statement in APT, NC programming with
interactive graphics. Constructional details of CNC machines, Feedback

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 2


Question Bank: CAD/CAM/CAE – Semester VII

devices- Velocity & displacement, Machining Centers and its types, Automated
Material Handling & storage Systems like Robots, AGVs and AS/RS etc.

04 Computer Aided Engineering (CAE)


Fundamentals of computer aided engineering; CAE includes mass property
calculations, kinematic analysis and animation (movement, visualization,
08
simulation and FEA). Case study based on modeling and analysis of structural,
thermal/fluid, and dynamic (vibration analysis) system. Parameter optimization.

05 Computer Integrated Manufacturing & Technology Driven Practices


Introduction, Evolution, Objectives, CIM Hardware and Software, CIM
Benefits, Nature and role of the elements of CIM, Identifying CIM needs, Data
base requirements of CIM, Role of CAD/CAM in CIM, Obstacles to Computer 08
Integrated Manufacturing, Concept of the future CIM systems, Socio -techno-
economic aspects of CIM.

06 Rapid Prototyping and Tooling


Introduction to RP, Technology Description, Overview of RP, Benefits and
Application. RP Processes: Process overviews, STL file Generation, Classes of
RP systems: Stereo-lithography Approach (SLA), SLA with photo-
polymerization (mathematical modelling of the process), SLA with liquid
thermal polymerization, Selective Laser Sintering (SLS), Fused deposition
modelling, Laminated object manufacturing, Laser powder forming. Prototype
08
properties: Material properties, colour, dimensional accuracy, stability, surface
finish, machinability, environmental resistance, operational properties.
RP Applications: Design, Concept Models, Form & fit checking, Functional
testing, CAD data verification, Rapid Tooling, Rapid manufacturing, Science &
Medicine, RP processes for MEMS, Photolithography, Direct Laser Writer,
Bulk Lithography for 3D micro fabrication (Modelling of beam propagation and
curing in resin system).
List of Exercises
1. Programming for transformations,
2. Solid modeling using any 3D modeling software
3. Part programming and part fabrication on CNC trainer (Turning / Milling)
4. Geometrical optimization of any mechanical component using computer aided engineering
concepts.
5. Development of physical 3D mechanical structure using any one of the rapid prototyping
processes.
6. Rapid tooling for any one of the engineering or medical applications.

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 3


Question Bank: CAD/CAM/CAE – Semester VII

Term Work
Term work shall consist of exercises and a course project in a group of not more than three (3)
students on either computer aided engineering or rapid prototyping and tooling. The distribution of
marks for term work shall be as follows:
Exercises: 15 Marks
Course Project: 05 Marks
Attendance (Theory & Practical): 05 Marks
Internal Assessment
Assessment consists of two tests out of which; one should be compulsory class test (on minimum 40% of
curriculum) and the other is either a class test (on minimum 70% of curriculum) or assignment on live
problems.
Practical / Oral Examination
Practical examination of 2 hours duration based on any one of the following.
1) Programming for Algorithms, transformations.
2) Part Programming and machining of components.
3) 3D Modeling on software.
4) Analysis of component for optimization
The distribution of marks for oral-practical examination shall be as follows:
Practical Examination …… 15 marks
Oral …… 10 marks
Theory Examination
In question paper weightage of each module will be proportional to number of respective
lecture hours as mention in the syllabus.
1. Question paper will comprise of 6 questions, each carrying 20 marks.
2. Question number 1 will be compulsory and based on maximum contents of the syllabus
3. Remaining questions will be mixed in nature (for example, if Q.2 has part (a) from module 3 then
part (b) will be from other than module 3)
4. Total four questions need to be solved.

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 4


Question Bank: CAD/CAM/CAE – Semester VII

Module 1
1. Explain any one Hidden surface and one hidden line removal algorithm, in detail.
2. Explain the concept of ray tracing. Give parametric vector representation of a Ray.
3. Write Sutherland-Hodgman algorithm for polygon clipping and explain the same with the
help of a rectangular clipping polygon and a polygon to be clipped having at least 8 sides.
Show the vertex output list after clipping each edge of the polygon to be clipped in turn
against each edge of the clipping' polygon.
4. List merits and demerits of wire frame, solid and surface modeling.
5. Explain the method of representing an ellipse in parametric form. Also develop the equation
further to calculate the various points on the ellipse by an incremental method. If the ellipse is
at an orientation angle, how would the calculations is done?
6. What are the problems with Beizer curves? How are these taken care of?
7. Compare Beizer and B-Spline curve with reference to number of control points, order of
continuity and surface normal.
8. The coordinates of four control points relative to a current WCS are given by – P 0 = [2 2 0]T,
P1 = [2 3 0]T, P2 = [3 3 0]T and P3 = [3 2 0]T. Find the equation of the resulting Beizer curve.
Also find points on the curve for u = 0, ¼, ½, ¾ and 1.
9. Find the degree of the Bezier curve controlled by three points (4,2), (0,0) and (2,8). Also find
the equation of the Bezier curve in parametric format with parameter ‘u’.
10. List important advantages and disadvantages of NURBS.
11. Explain
i) Cohen Sutherland Algorithm
ii) Painter Algorithm
iii) Area Subdivision Algorithm
iv) B-Spline Curve
v) Cubic Spline curve
vi) Feature based Modeling
vii) Design by feature
viii) Constructive solid geometry
ix) Boundary representation
x) Light and shade ray tracing

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 5


Question Bank: CAD/CAM/CAE – Semester VII

Module 2
1. The equation of line (L) is y=1/2x + 2. The vertices of the triangle ABC are given in
homogeneous co-ordinates as A(2,4,1) , B(4,6,1) and C(2,6,1). Find a composite
transformation matrix that will reflect  ABC about the line (L), and also find its new co-
ordinates.
2. The pyramid defined by the co-ordinates A(0, 0, 0), B(1, 0, 0), C(0, 1, 0) and D(0, 0, 1) is
rotated 45 about the line L that has the direction V = J + K and passing through point C(0, 1,
0). Find the co-ordinates of the rotated figure.
3. Find the transformed coordinates when a line (3,4), (4,2) is rotated about a Z axis by an angle
of 45 in anticlockwise direction.
4. Justify how reflection is a special case of scaling transformation.
5. Find the transformed coordinates when a square [(1, 1), (2, 1), (1, 2) and (2, 2)] is scale for –
i) Uniform scaling with a factor of 2 in XY plane.
ii) Non uniform scaling with a factor of 2 and 1.5 in X and Y directions, while anchoring
point (1, 1).
6. Write geometric transformation to magnify a triangle about a point R and find the mirror
image about the line having Y intercept as 8 .The slope of the line is 1.5.The coordinates of
the triangles are P (10, 12), Q (14,13),R (12,16).
7. Find the transformation that converts a triangle C with vertices (-3, 3), (0.3), (0, 5) into an
equilateral triangle ‘D’ with vertices (0, 0), (2, 0) and (1, 3).

8.
9. Explain 3D rotation transformation @ Z axis.
10. Write a program in C++ by ooprogramming method for 2D geometric transformation which
include functions for the following operations:
a) Translation b) Rotation c) Scaling
11. Write a program in object oriented language for 3D geometric transformation which include
functions for the following operations:
a) Translation b) Rotation @ Y axis c) Scaling d) shearing
12. List benefits of using Artificial Intelligence
13. Write short note on
i) Data structures for interactive modeling.

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 6


Question Bank: CAD/CAM/CAE – Semester VII

ii) Knowledge base engineering

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 7


Question Bank: CAD/CAM/CAE – Semester VII

Module 3
1. Explain CNC functions and its advantages.
2. Explain absolute and incremental coordinate system with an example.
3. Write a part program using G and M codes to machine the contour as shown:
i)

ii)

Assume:
i) Incremental positioning system
ii) Suitable tool and name it.
iii) Start and end point as shown in figure.

iii)

Assume:
i) Suitable tool and name them.
ii) Suitable speed and feed for machining.
iii) Show starting point and load/unload point.
iv) The component is 12mm thick.

iv)

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 8


Question Bank: CAD/CAM/CAE – Semester VII

v)

4. Write a complete APT program to machine the outline of the geometry (Assume suitable
data)
i)

ii)

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 9


Question Bank: CAD/CAM/CAE – Semester VII

iii)

iv)

5. With the help of suitable job explain at least 6 G and 3 M codes of manual part programming.
6. Explain machining centers and its types. State their applications.
7. Explain the basic components of AS/RS System. Enlist the types of AS/RS (Explain any one in
detail). What are the criteria to measure the performance of AS/RS Systems?
8. Explain any one velocity and one displacement feedback device.
Department of Mechanical and Automobile Engineering, PHCET, Rasayani 10
Question Bank: CAD/CAM/CAE – Semester VII

9. Compare CNC and DNC machines.


10. Explain:
i) Tape coding and its format
ii) Tool length compensation.
iii) Canned Cycles
iv) Constructional details of CNC machines
v) Macro statement in APT
vi) Industrial Robots and its application in manufacturing.
vii) Adaptive control system by explaining ACC and ACO
viii) Types of AGV
ix) Dry run.

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 11


Question Bank: CAD/CAM/CAE – Semester VII

Module 4
1. Explain the fundamentals of CAE.

2. Write short note on

a. Parameter optimization

b. Kinematic Analysis

c. Mass property calculations

Module 5
1. With neat sketch of CIM wheel, explain the salient features of CIM system.

2. Explain importance, benefits, functioning and features of CIM wheel

3. Describe hardware configuration of CIM with the help of a neat sketch.

4. Explain future CIM systems.

5. Explain Socio-techno-economic aspects of CIM.

Module 6
1. Explain rapid prototyping. State its advantages and limitations.

2. What are the main roles and functions of prototypes?

3. Explain any two rapid prototyping processes.

4. Explain the Significance of rapid prototyping in product development and testing.

5. State the benefits of rapid prototyping?

6. State and explain the various applications of rapid prototyping?

7. Explain STL file format?

Department of Mechanical and Automobile Engineering, PHCET, Rasayani 12

You might also like