CAD Assignment
CAD Assignment
Assignment-1 (Introduction)
1. Explain the different techniques used for generating the picture on the CRT screen.
5. Explain LCD display with its advantages and disadvantages over CRT display.
6. List out display devices and explain raster scan display with figure.
--------------------------------
Subject: Computer Aided Design
1. Write Bresenham’s algorithm for generation of line also indicate which raster locations
would be chosen by Bresenham’s algorithm when scan converting a line from screen co-
ordinate (1, 0) to (10, 3).
2. Reflect the diamond shape polygon whose vertices are A(-2,0), B(0,-1), C(2,0), D(0,1)
about an arbitrary line L which is represented by equations y=0.5x+1.
4. A triangle ABC with vertices A (0, 0), B (4, 0) and C (2, 3). Perform the following
operations for it.
6. What is clipping? List out algorithm for clipping and explain Cohen-Sutherland
algorithm.
8. Generate a circle of radius 3 with centre located at (3,3) using rotational method.
---------------------------
Subject: Computer Aided Design
1. Plot the hermite cubic curve having endpoints Po(1, 3) and P1(7, 2). The tangent vector
for end PO is defined by a line joining Po and another point P2(10, 8), whereas the
tangent vector for end P1 is defined by a line joining P1and another point P3 (6, 0). Also
plot the curve in the same graph, if the point P3 is changed to (9,6) with the other things
remaining the same.
2. Plot the Bezier curve having endpoints PO (1,3) and P3(7,2). The other control Points are
P1 (5, 6) and P2 (6, 0). Plot for values for u = 0, 0.1, 0.2, …..1, if the characteristic
polygon is drawn in the sequence PO - P1 - P2 - P3.
3. Discuss (1) B’ezier surfaces (2) B- spline surfaces (3) Lofted surfaces.
4. Calculate parametric midpoint of the Hermite cubic curve that fits the points P 0 =(1,1),
P1=(6,5) and the tangent vector P0’=(0,4), P1’=(4,0).
5. Given P o[1,1], P1[2,3], P2[4,3] and P3[3,1] the vertices of a Bezier polygon, determine seven
points on Bezier curve.
6. Explain parametric and non-parametric, Explict and Implict representation of curves and
its importance in CAD.
--------------------------
Subject: Computer Aided Design
1. List the various approaches used for creating solid models of the objects. Explain three of
them in detail.
5. List out methods of solid modeling and explain any two in detail.
------------------------
1. What is Data, Database and Data structure? Explain different data structure.
3. What is the function of a Graphic Standard? Explain any two of the Graphic
Standards with their structure.