SlideShare a Scribd company logo
1 of 17
Download to read offline
ME6501- COMPUTER AIDED DESIGN (CAD)
IMPORTANT TWO MARK QUESTIONS WITH ANSWERS
UNIT 1 TO 5
Unit -1(FUNDAMENTALS OF COMPUTER GRAPHICS)
1. What is the design process? Mention the steps involved in Shigley’s
model for the design process.
Design process is an approach for breaking down a large project into
manageable portions.
ī‚ˇ Recognition of need
ī‚ˇ Definition of Problem
ī‚ˇ Synthesis
ī‚ˇ Analysis and Optimization
ī‚ˇ Evaluation
ī‚ˇ Presentation
2. Mention any four applications of computer aided design in Mechanical
Engineering.
ī‚ˇ Computer-aided engineering (CAE) and Finite element analysis (FEA)
ī‚ˇ Computer-aided manufacturing (CAM) including instructions to
Computer Numerical Control (CNC) machines
ī‚ˇ Photorealistic rendering and Motion Simulation.
ī‚ˇ Document management and revision control using Product Data
Management
3. List and differentiate the types of 2D geometric transformations.
ī‚ˇ Translation- moves an object to a different position on the screen.
ī‚ˇ Rotation - rotate the object at particular angle θ (theta) from its
origin.
ī‚ˇ Scaling - change the size of an object
ī‚ˇ Reflection - mirror image of original object
ī‚ˇ Shear - slants the shape of an object
J.S.JAVITH SALEEM
AP/MECH-AEC
AL AMEEN ENGINEERING COLLEGE
DEPARTMENT OF MECHANICAL ENGINEERING
4. What is Homogeneous Coordinate
ī‚ˇ In homogeneous coordinates, we add a third coordinate to a point.
Instead of being represented by a pair of numbers (x,y), each point
is represented by a triple (x,y,W).
ī‚ˇ Two sets of homogeneous coordinates (x,y,W) and (x',y',W')
represent the same point if one is a multiple of the other. Thus,
(4,5,6) and (8,10,12) are the same points represented by different
coordinate triples.
ī‚ˇ "That is, each point has many different homogeneous coordinate
representations. Also one of the homogeneous coordinates must be
nonzero: (0,0,0) is not allowed. If the W coordinate is nonzero, we
can divide by it: (x,y,W) represents the same point as (x/W, y/W,
1).
ī‚ˇ When W is nonzero, we normally do this division, and the numbers
x/W and y/W are called the cartesian coordinates of the
homogeneous point. The points with W=0 are called points of
infinity.
5. What do you mean by synthesis of design?
ī‚ˇ Synthesis is a scheme to generate a possible way the product work.
ī‚ˇ It will also be called as concept design.
ī‚ˇ In the design process a number of concepts will be identified and
then the best concept is chosen for further development.
6. List the various stages in the life cycle of a product
ī‚ˇ Developing the product concept
ī‚ˇ Evolving the design
ī‚ˇ Engineering the Product
ī‚ˇ Manufacturing the product
ī‚ˇ Marketing and
ī‚ˇ servicing
7. Define Clipping.
Any procedure that identifies those portions of a picture that are
clipping.
Types of Clipping
ī‚ˇ Point Clipping
J.S.JAVITH SALEEM
AP/MECH-AEC
either inside or outside of a specified region or space is known as
ī‚ˇ Line clipping
ī‚ˇ Area Clipping
ī‚ˇ Text Clipping
8. What is viewing transformations?
ī‚ˇ The mapping of a part of a world-coordinate scene to device
coordinates is referred to as a viewing transformation.
Sometimes the two-dimensional viewing transformation is simply
referred to as the window-to-viewport transformation or the
windowing transformation.
ī‚ˇ A world-coordinate area selected for display is called a window.
ī‚ˇ An area on a display device to which a window is mapped is
called a viewport.
ī‚ˇ The window defines what is to be viewed; the viewport defines
where it is to be displayed.
Unit - 2 (GEOMETRIC MODELING)
1. What are the limitations of Hermite Curves?
ī‚ˇ Hermite curve is limited to 3rd
degree polynomial therefore the
curve is
ī‚ˇ quite stiff.
J.S.JAVITH SALEEM
AP/MECH-AEC
ī‚ˇ Hard to guess behavior between 2 defined points for arbitrary end
point slopes.
ī‚ˇ Hermite curves are designed using two control points and tangent
segments at each control point.
ī‚ˇ It can be seen from the Action script demo that it is difficult to
determine how long to make a tangent handle in order to produce a
desired shape.
2. State advantages of Bezier Curve
ī‚ˇ Very Simple
ī‚ˇ 3 points uniquely determine a parabola.
ī‚ˇ It’s easy to calculate points.
ī‚ˇ The numerical algorithm is stable. (i.e. given reasonable input,
the algorithm won’t blow up.)
ī‚ˇ
3. Classification of wireframe entities.
J.S.JAVITH SALEEM
AP/MECH-AEC
4. Differentiate between analytical curves, approximated curves and
interpolated curves.
ī‚ˇ Analytic Curves are points, lines, arcs and circles,
fillets and chamfers, and conics (ellipses, parabolas,
and hyperbolas)
5. Comparison of CSG and B-rep.
6. Why B-rep modelling approach is widely followed than CSG approach?
ī‚ˇ Boundary representation is more flexible and has a much richer
operation set.
ī‚ˇ In addition to the Boolean operations, B-rep has extrusion (or
sweeping), chamfer, blending, drafting, shelling, tweaking and
J.S.JAVITH SALEEM
AP/MECH-AEC
other operations which make use of these.
7. What are the advantages and disadvantages of wire frame modelling?
Advantages of Wireframe model:
1. Simple to construct
2. Designer needs little training
3. System needs little memory
4. Take less manipulation time
5. Retreiving and editing can be done easy
6. Consumes less time
7. Best suitable for manipualations as orthographic isometric and
perspective views.
Disadvantages of Wireframe model:
1. Image causes confusion
2. Cannot get required indormation from this model
3. Hidden line removal features not available
4. Not possible for volume and mass calculation, NC programming
cross sectioning etc
5. Not suitable to represent complex solids
Unit - 3 (VISUAL REALISM)
1. List out various visualization approaches.
ī‚ˇ Hidden Line Removal – Priority Algorithm , Area Oriented
Algorithm
o Visibility Techniques- Minimax test, Containment test,
Surface test, Computing silhouettes, Edge intersections,
Segment comparisons, Homogeneity test
ī‚ˇ Hidden Surface removal – Z-buffer algorithm, Warnock’s
algorithm
ī‚ˇ Hidden Solid removal – ray tracing algorithm
2. List the shading models.
ī‚ˇ Diffuse reflection
ī‚ˇ Specular reflection
ī‚ˇ Ambient light
3. What are silhouettes?
J.S.JAVITH SALEEM
AP/MECH-AEC
A set of edges that separates visible faces from invisible faces of an object
with respect to a given viewing direction is called silhouette edges.
4. What is meant by visible surface determination in 3D computer graphics.
ī‚ˇ In 3D computer graphics surface determination (also known as
hidden surface removal (HSR), occlusion culling (OC) or visible
surface determination (VSD))
ī‚ˇ It is the process used to determine which surfaces and parts of
surfaces are not visible from a certain viewpoint.
ī‚ˇ A hidden surface determination algorithm is a solution to the
visibility problem, which was one of the first major problems in the
field of 3D computer graphics.
5. Name the different types of light sources.
ī‚ˇ Ambient light - Intensity is the same at all points (no direction)
ī‚ˇ Point source - given only by point
ī‚ˇ Distant light - given only by direction
ī‚ˇ Spotlight - from source in direction
ī‚ˇ Light source described by a luminance -Each color is described
separately
ī‚ˇ Directional lighting
6. Define key framing.
ī‚ˇ Keyframing is the process of assigning a specific parameter value
to an object at a specific point in time.
ī‚ˇ For example, if you want a title to change from green to blue over
time, you would set two keyframes at two different points in time.
The first one would define the text’s color as green, and the second
J.S.JAVITH SALEEM
AP/MECH-AEC
keyframe would set the color to blue.
ī‚ˇ The computer then automatically fills in the missing frames by
smoothly interpolating between those positions and change
smoothly from green to blue.
7. Define interpolative shading. List the two methods used for interpolative
shading.
Interpolative shading is to avoid computing the full lighting equation
at each pixel by interpolating quantites at the vertices of the faces.
There are two methods used for interpolative shading:
Gouraud Shading - The radiance values are computed at the
vertices and then linearly interpolated within each triangle.
Phong shading - The normal values at each vertex are linearly
interpolated within each triangle, and the radiance is computed at
each pixel.
Gouraud shading is more efficient, but Phong shading is more a
ccurate.
8. Define Gouraud Shading.
ī‚ˇ It is an intensity interpolation scheme.
ī‚ˇ It renders a polygon surface by linearly interpolating intensity values across
the surface.
ī‚ˇ Intensity values for each polygon are matched with the values of adjacent
polygons along the common edges, thus eliminating the intensity
discontinuities that can occur in flat shading.
J.S.JAVITH SALEEM
AP/MECH-AEC
For Gouraud shading, the intensity at point
4 is linearly interpolated from the
intensities at vertices 1 and 2.
The intensity at point 5 is linearly
interpolated from intensities at vertices 2
and 3.
An interior point p is then assigned an
intensity value that is linearly interpolated
from intensities at positions 4 and 5.
9. Define Phong Shading.
ī‚ˇ A more accurate method for rendering a polygon surface is to
interpolate normal vectors, and then apply the illumination
model to each surface point.
ī‚ˇ This method, developed by Phong Bui Tuong, is called Phong
shading, or normal- vector interpolation shading.
ī‚ˇ It displays more realistic highlights on a surface and greatly
reduces the Mach-band effect.
Figure: Interpolation of surface normals along a polygon edge
10. Define RGB color model.
The Red, Green, Blue (RGB) cube uses a Cartesian coordinate method to
create any color from the three RGB basics. In the RGB cube, black is at
the starting point and represented by (0,0,0) and white is represented end
point by (1,1,1).
J.S.JAVITH SALEEM
AP/MECH-AEC
11. What are the improvements brought by Gouraud Shading compared with
other shading techniques?
ī‚ˇ It removes the intensity discontinuities existing in constant shading
model.
ī‚ˇ It can be combined with a hidden surface algorithm to fill in the
visible polygons along each scan line.
12. Define CMY color model.
ī‚ˇ CMY color model defines for Cyan Magenta Yellow and is utilized
for devices for hardcopy.
ī‚ˇ In contrast to color on the display unit, the color in printing acts
subtractive and not additive.
ī‚ˇ A printed color that appears red attracts the other two
components Green and Blue and reflects Red.
ī‚ˇ Thus its color is Green + Blue = CYAN. Likewise Red + Blue =
MAGENTA and Red + Green = YELLOW. The CMY is
considered a subtractive model since the model main colors deduct
some color from white light.
J.S.JAVITH SALEEM
AP/MECH-AEC
13. Mention the importance of Colouring of three dimensional objects in Computer
graphics.
ī‚ˇ Colouring is a significant component of computer aided
visualization of information, concepts and ideas.
ī‚ˇ The Value of colour determines how light or dark the colour is in
its shade.
ī‚ˇ This aspect of color is used extensively to depict the spatial form of
an object.
Unit - 4 (ASSEMBLY OF PARTS)
1. What is meant by assembly modelling?
ī‚ˇ Assembly modelling is the collection of individual parts.
ī‚ˇ The assembly is mating of the individual parts by axis, surface
mates etc.
2. Define top-down assembly approach.
â€ĸ In this approach, the assembly file is created first with an assembly
layout sketch.
â€ĸ The parts are made in the assembly file or the concept drawing of
the parts are inserted and finalized in the assembly file.
J.S.JAVITH SALEEM
AP/MECH-AEC
3. List down the mating conditions in assembly modelling.
ī‚ˇ Coincidence
ī‚ˇ Concentric
ī‚ˇ Tangent
ī‚ˇ Coplanar
ī‚ˇ Parallel
ī‚ˇ Perpendicular
4. List out the advantages of Tolerance Analysis.
1. Accurate part assembly.
2. Elimination of assembly rework
3. Improvement in assembly quality.
4. Reduction of assembly cost.
5. High customer satisfaction.
6. Effectiveness of out-sourcing.
5. Mention the importance of Geometric tolerance.
ī‚ˇ Geometric tolerances are used to control more precisely the shape
and form of a component.
ī‚ˇ Geometric tolerance permits explicit definition of datum with clear
specification of the datum precedence in relation to each tolerance
specification.
6. What are the uses of tolerance stack ups?
ī‚ˇ Tolerance Stack-Ups are vital to address mechanical fit and
mechanical performance requirements.
ī‚ˇ Tolerance stack-up calculations represent the cumulative effect of
part tolerance with respect to an assembly requirement.
J.S.JAVITH SALEEM
AP/MECH-AEC
ī‚ˇ The idea of tolerances “stacking up” would refer to adding
tolerances to find total part tolerance, then comparing that to the
available gap or performance limits in order to see if the design will
work properly.
7. What is coincident mating condition?
ī‚ˇ The coincident mating condition is applied between to planar faces.
ī‚ˇ Each face is specified by its unit normal vector, n, and a point on
the surface, P. The coincident condition is satisfied by forcing n1
and n2 to be opposite of each other, and the two faces touch each
other such that P1 and P2 are coincident
8. What is Concentric mating condition?
ī‚ˇ The concentric mating condition is applied between to cylindrical
faces
ī‚ˇ The concentric mating condition is achieved by forcing the axes to
become collinear. Each axis is defined by two points
J.S.JAVITH SALEEM
AP/MECH-AEC
9. . List out parameters calculated by mass property calculations.
ī‚ˇ Mass
ī‚ˇ Centroid
ī‚ˇ First moment of inertia
Second moment of inertia
10. Difference between geometric and mass properties.
ī‚ˇ Geometric properties are
those that can be derived
from the geometry of a solid
body or particle.
ī‚ˇ Mass Properties are
physical attributes of a
mechanical part that relate
to how the component will
behave in an environment.
ī‚ˇ Length, area, surface area
and volume
ī‚ˇ Mass, centroid, first
moment of inertia, second
moment of inertia
11. What are the types of Mechanism Simulation?
ī‚ˇ Kinematics simulation
ī‚ˇ Dynamics simulation
ī‚ˇ Computer simulation
ī‚ˇ Virtual simulation
12. What are the types of fits?
ī‚ˇ Clearance fit
ī‚ˇ Transition fit
ī‚ˇ Interference fit
J.S.JAVITH SALEEM
AP/MECH-AEC
13. What is Interference Checking?
ī‚ˇ Interference Checking is the process of checking if any parts of an
assembly overlap each other or not.
ī‚ˇ When working with multiple parts or the components of an
assembly, you should frequently check for interference among
them.
ī‚ˇ If interference is detected between two parts, the CAD system
displays the interference volume to allow users to examine and
eliminate it.
Unit - 5 (CAD STANDARDS)
1. State the needs for data exchange standards.
ī‚ˇ Design Projects require data to be shared between suppliers
ī‚ˇ Different companies often used different CAD systems
ī‚ˇ All CAD systems have their own database formats
ī‚ˇ They are mostly proprietary and often confidential
ī‚ˇ Data conversion between systems become necessary
2. What is meant by CAD date exchange? Mention its importance.
ī‚ˇ CAD data exchange is a modality of data exchange used to translate data
between different Computer-aided design (CAD) authoring systems or
between CAD and other downstream systems.
ī‚ˇ Neutral file exchange uses an intermediary neutral format to translate data
between CAD systems.
ī‚ˇ NC programming typically requires that the geometry received from a CAD
system, whether in wireframe, surface, solid or combined formats, be free from
any irregularities and inconsistencies that may have occurred in the CAD phase
of geometry creation. Data exchange from CAD to CAM must therefore
include tools for identifying and repairing those inconsistencies. These tools
are typically included in the data exchange software of each CAM solution-set.
3. What is the importance of standards in CAD?
ī‚ˇ CAD Standards are necessary and very important to the industry to
allow for designs and drawings to be interchanged between teams
on projects.
ī‚ˇ Sometimes large projects use multiple CAD platforms, so CAD
Standards are essential for the project to function.
ī‚ˇ It helped us to link the different hardware and software from
J.S.JAVITH SALEEM
AP/MECH-AEC
various vendors in such a way to integrate according to the need of
industries.
4. Write any three CAD standards for exchange of modelling data.
ī‚ˇ IGES – Initial Graphics Exchange Specification
ī‚ˇ STEP – Standard for Exchange of Product model data
ī‚ˇ DXF- Drawing Exchange Format
5. Compare the shape based and the product data based exchange standards.
ī‚ˇ IGES - the shape based - both geometric and topological
information
ī‚ˇ STEP - product data based
6. Define GKS cell array.
ī‚ˇ The GKS cell array function displays raster like images in a device-
independent manner.
ī‚ˇ The cell array function takes the two corner points of a rectangle
that you specify a number of divisions (M) in the X direction and a
number of divisions (N) in the Y direction.
ī‚ˇ It then partitions the rectangle into M x N sub rectangles called
cells.
ī‚ˇ Assign each cell a colour and create the final cell array by
colouring each individual cell with its assigned colour.
7. What are the neutral formats?
ī‚ˇ IGES
ī‚ˇ STEP
ī‚ˇ DXF
8. What are the three types of data types in IGES?
ī‚ˇ Geometric
ī‚ˇ Annotation
ī‚ˇ Structure
9. What are the three layers of architecture in STEP?
ī‚ˇ Application layer
ī‚ˇ Logical layer
ī‚ˇ Physical layer
J.S.JAVITH SALEEM
AP/MECH-AEC
10. Mention the different file section in IGES.
ī‚ˇ Flag section
ī‚ˇ Start Section
ī‚ˇ Global section
ī‚ˇ Directory entry section
ī‚ˇ Parameter data section
ī‚ˇ Terminal section
J.S.JAVITH SALEEM
AP/MECH-AEC

More Related Content

What's hot

Unit 5-cad standards
Unit 5-cad standardsUnit 5-cad standards
Unit 5-cad standardsJavith Saleem
 
Design process
Design processDesign process
Design processrashmi322
 
Group Technology, coding and cell design
Group Technology, coding and cell designGroup Technology, coding and cell design
Group Technology, coding and cell designNauman khan
 
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 MANUFACTURINGMohanumar S
 
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURINGMohanumar S
 
Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. aman1312
 
Group technology
Group technologyGroup technology
Group technologyjntuhcej
 
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURINGMohanumar S
 
Adaptive control System
Adaptive control SystemAdaptive control System
Adaptive control SystemSUMIT ATTRI
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)Victor Al
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)jntuhcej
 
Various types of surfaces 131044119001
Various types of surfaces 131044119001Various types of surfaces 131044119001
Various types of surfaces 131044119001rockrakos
 
Flexible manufacturing system(FMS).
Flexible manufacturing system(FMS).Flexible manufacturing system(FMS).
Flexible manufacturing system(FMS).Nitin Patil
 
Canned cycle
Canned cycleCanned cycle
Canned cycleaman1312
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)KRUNAL RAVAL
 
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
 
REVERSE ENGINEERING
REVERSE ENGINEERING REVERSE ENGINEERING
REVERSE ENGINEERING S. Sathishkumar
 

What's hot (20)

Unit 5-cad standards
Unit 5-cad standardsUnit 5-cad standards
Unit 5-cad standards
 
Design process
Design processDesign process
Design process
 
Group Technology, coding and cell design
Group Technology, coding and cell designGroup Technology, coding and cell design
Group Technology, coding and cell design
 
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
 
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware. Introduction to CNC machine and Hardware.
Introduction to CNC machine and Hardware.
 
Group technology
Group technologyGroup technology
Group technology
 
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
Adaptive control System
Adaptive control SystemAdaptive control System
Adaptive control System
 
Introduction to solid modeling
Introduction to solid modelingIntroduction to solid modeling
Introduction to solid modeling
 
Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)Lecture 3 Computer - Aided Manufacturing (CAM)
Lecture 3 Computer - Aided Manufacturing (CAM)
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)
 
Various types of surfaces 131044119001
Various types of surfaces 131044119001Various types of surfaces 131044119001
Various types of surfaces 131044119001
 
Flexible manufacturing system(FMS).
Flexible manufacturing system(FMS).Flexible manufacturing system(FMS).
Flexible manufacturing system(FMS).
 
Canned cycle
Canned cycleCanned cycle
Canned cycle
 
COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)COMPUTER AIDED PROCESS PLANNING (CAPP)
COMPUTER AIDED PROCESS PLANNING (CAPP)
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
 
REVERSE ENGINEERING
REVERSE ENGINEERING REVERSE ENGINEERING
REVERSE ENGINEERING
 
Apt programming
Apt programmingApt programming
Apt programming
 

Similar to ME6501 Cad 2 mark question and answer

Two marks with answers ME6501 CAD
Two marks with answers ME6501 CADTwo marks with answers ME6501 CAD
Two marks with answers ME6501 CADPriscilla CPG
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdfVIGNESHG144026
 
Registration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with UncertaintiesRegistration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with UncertaintiesMaximeGT
 
IRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET Journal
 
3D Reconstruction from Multiple uncalibrated 2D Images of an Object
3D Reconstruction from Multiple uncalibrated 2D Images of an Object3D Reconstruction from Multiple uncalibrated 2D Images of an Object
3D Reconstruction from Multiple uncalibrated 2D Images of an ObjectAnkur Tyagi
 
Intelligent Auto Horn System Using Artificial Intelligence
Intelligent Auto Horn System Using Artificial IntelligenceIntelligent Auto Horn System Using Artificial Intelligence
Intelligent Auto Horn System Using Artificial IntelligenceIRJET Journal
 
Efficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpointsEfficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpointsjournalBEEI
 
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...IOSR Journals
 
Unit 3
Unit 3Unit 3
Unit 3ypnrao
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Performance Evaluation of Illumination Invariant Face Recognition Algorthims
Performance Evaluation of Illumination Invariant Face Recognition AlgorthimsPerformance Evaluation of Illumination Invariant Face Recognition Algorthims
Performance Evaluation of Illumination Invariant Face Recognition AlgorthimsIRJET Journal
 
05 contours seg_matching
05 contours seg_matching05 contours seg_matching
05 contours seg_matchingankit_ppt
 
Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Iman Roosta
 
Synthetic Curves.pdf
Synthetic Curves.pdfSynthetic Curves.pdf
Synthetic Curves.pdfMehulMunshi3
 
5th Unit CAD.pdf
5th Unit CAD.pdf5th Unit CAD.pdf
5th Unit CAD.pdfDURAIMURUGANM2
 
47549379 paper-on-image-processing
47549379 paper-on-image-processing47549379 paper-on-image-processing
47549379 paper-on-image-processingmaisali4
 

Similar to ME6501 Cad 2 mark question and answer (20)

Two marks with answers ME6501 CAD
Two marks with answers ME6501 CADTwo marks with answers ME6501 CAD
Two marks with answers ME6501 CAD
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
 
CAD/CAM/CAE - Notes
CAD/CAM/CAE - NotesCAD/CAM/CAE - Notes
CAD/CAM/CAE - Notes
 
Registration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with UncertaintiesRegistration & Modeling of Shapes with Uncertainties
Registration & Modeling of Shapes with Uncertainties
 
IRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A Review
 
3D Reconstruction from Multiple uncalibrated 2D Images of an Object
3D Reconstruction from Multiple uncalibrated 2D Images of an Object3D Reconstruction from Multiple uncalibrated 2D Images of an Object
3D Reconstruction from Multiple uncalibrated 2D Images of an Object
 
Intelligent Auto Horn System Using Artificial Intelligence
Intelligent Auto Horn System Using Artificial IntelligenceIntelligent Auto Horn System Using Artificial Intelligence
Intelligent Auto Horn System Using Artificial Intelligence
 
Efficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpointsEfficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpoints
 
FEA Report
FEA ReportFEA Report
FEA Report
 
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
 
Unit 3
Unit 3Unit 3
Unit 3
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: Review
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Performance Evaluation of Illumination Invariant Face Recognition Algorthims
Performance Evaluation of Illumination Invariant Face Recognition AlgorthimsPerformance Evaluation of Illumination Invariant Face Recognition Algorthims
Performance Evaluation of Illumination Invariant Face Recognition Algorthims
 
05 contours seg_matching
05 contours seg_matching05 contours seg_matching
05 contours seg_matching
 
Solids
SolidsSolids
Solids
 
Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819Multifocus_IRANIANCEE.2014.6999819
Multifocus_IRANIANCEE.2014.6999819
 
Synthetic Curves.pdf
Synthetic Curves.pdfSynthetic Curves.pdf
Synthetic Curves.pdf
 
5th Unit CAD.pdf
5th Unit CAD.pdf5th Unit CAD.pdf
5th Unit CAD.pdf
 
47549379 paper-on-image-processing
47549379 paper-on-image-processing47549379 paper-on-image-processing
47549379 paper-on-image-processing
 

More from Javith Saleem

Ppc 2 m and 16m
Ppc 2 m and 16mPpc 2 m and 16m
Ppc 2 m and 16mJavith Saleem
 
Ppc 2mark answer
Ppc 2mark answerPpc 2mark answer
Ppc 2mark answerJavith Saleem
 
Unit 4 assembly of parts
Unit 4 assembly of partsUnit 4 assembly of parts
Unit 4 assembly of partsJavith Saleem
 
Unit 3 visual realism
Unit 3 visual realismUnit 3 visual realism
Unit 3 visual realismJavith Saleem
 
ME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingJavith Saleem
 
ME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadJavith Saleem
 
Seven traditional tools
Seven traditional toolsSeven traditional tools
Seven traditional toolsJavith Saleem
 
New seven management tools
New seven management toolsNew seven management tools
New seven management toolsJavith Saleem
 

More from Javith Saleem (10)

Ppc 2 m and 16m
Ppc 2 m and 16mPpc 2 m and 16m
Ppc 2 m and 16m
 
Ppc 2mark answer
Ppc 2mark answerPpc 2mark answer
Ppc 2mark answer
 
Unit 4 assembly of parts
Unit 4 assembly of partsUnit 4 assembly of parts
Unit 4 assembly of parts
 
Unit 3 visual realism
Unit 3 visual realismUnit 3 visual realism
Unit 3 visual realism
 
ME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modeling
 
ME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cad
 
Seven traditional tools
Seven traditional toolsSeven traditional tools
Seven traditional tools
 
New seven management tools
New seven management toolsNew seven management tools
New seven management tools
 
Fmea
FmeaFmea
Fmea
 
BENCH MARKING
BENCH MARKINGBENCH MARKING
BENCH MARKING
 

Recently uploaded

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube ExchangerAnamika Sarkar
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Recently uploaded (20)

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
 

ME6501 Cad 2 mark question and answer

  • 1. ME6501- COMPUTER AIDED DESIGN (CAD) IMPORTANT TWO MARK QUESTIONS WITH ANSWERS UNIT 1 TO 5 Unit -1(FUNDAMENTALS OF COMPUTER GRAPHICS) 1. What is the design process? Mention the steps involved in Shigley’s model for the design process. Design process is an approach for breaking down a large project into manageable portions. ī‚ˇ Recognition of need ī‚ˇ Definition of Problem ī‚ˇ Synthesis ī‚ˇ Analysis and Optimization ī‚ˇ Evaluation ī‚ˇ Presentation 2. Mention any four applications of computer aided design in Mechanical Engineering. ī‚ˇ Computer-aided engineering (CAE) and Finite element analysis (FEA) ī‚ˇ Computer-aided manufacturing (CAM) including instructions to Computer Numerical Control (CNC) machines ī‚ˇ Photorealistic rendering and Motion Simulation. ī‚ˇ Document management and revision control using Product Data Management 3. List and differentiate the types of 2D geometric transformations. ī‚ˇ Translation- moves an object to a different position on the screen. ī‚ˇ Rotation - rotate the object at particular angle θ (theta) from its origin. ī‚ˇ Scaling - change the size of an object ī‚ˇ Reflection - mirror image of original object ī‚ˇ Shear - slants the shape of an object J.S.JAVITH SALEEM AP/MECH-AEC AL AMEEN ENGINEERING COLLEGE DEPARTMENT OF MECHANICAL ENGINEERING
  • 2. 4. What is Homogeneous Coordinate ī‚ˇ In homogeneous coordinates, we add a third coordinate to a point. Instead of being represented by a pair of numbers (x,y), each point is represented by a triple (x,y,W). ī‚ˇ Two sets of homogeneous coordinates (x,y,W) and (x',y',W') represent the same point if one is a multiple of the other. Thus, (4,5,6) and (8,10,12) are the same points represented by different coordinate triples. ī‚ˇ "That is, each point has many different homogeneous coordinate representations. Also one of the homogeneous coordinates must be nonzero: (0,0,0) is not allowed. If the W coordinate is nonzero, we can divide by it: (x,y,W) represents the same point as (x/W, y/W, 1). ī‚ˇ When W is nonzero, we normally do this division, and the numbers x/W and y/W are called the cartesian coordinates of the homogeneous point. The points with W=0 are called points of infinity. 5. What do you mean by synthesis of design? ī‚ˇ Synthesis is a scheme to generate a possible way the product work. ī‚ˇ It will also be called as concept design. ī‚ˇ In the design process a number of concepts will be identified and then the best concept is chosen for further development. 6. List the various stages in the life cycle of a product ī‚ˇ Developing the product concept ī‚ˇ Evolving the design ī‚ˇ Engineering the Product ī‚ˇ Manufacturing the product ī‚ˇ Marketing and ī‚ˇ servicing 7. Define Clipping. Any procedure that identifies those portions of a picture that are clipping. Types of Clipping ī‚ˇ Point Clipping J.S.JAVITH SALEEM AP/MECH-AEC either inside or outside of a specified region or space is known as
  • 3. ī‚ˇ Line clipping ī‚ˇ Area Clipping ī‚ˇ Text Clipping 8. What is viewing transformations? ī‚ˇ The mapping of a part of a world-coordinate scene to device coordinates is referred to as a viewing transformation. Sometimes the two-dimensional viewing transformation is simply referred to as the window-to-viewport transformation or the windowing transformation. ī‚ˇ A world-coordinate area selected for display is called a window. ī‚ˇ An area on a display device to which a window is mapped is called a viewport. ī‚ˇ The window defines what is to be viewed; the viewport defines where it is to be displayed. Unit - 2 (GEOMETRIC MODELING) 1. What are the limitations of Hermite Curves? ī‚ˇ Hermite curve is limited to 3rd degree polynomial therefore the curve is ī‚ˇ quite stiff. J.S.JAVITH SALEEM AP/MECH-AEC
  • 4. ī‚ˇ Hard to guess behavior between 2 defined points for arbitrary end point slopes. ī‚ˇ Hermite curves are designed using two control points and tangent segments at each control point. ī‚ˇ It can be seen from the Action script demo that it is difficult to determine how long to make a tangent handle in order to produce a desired shape. 2. State advantages of Bezier Curve ī‚ˇ Very Simple ī‚ˇ 3 points uniquely determine a parabola. ī‚ˇ It’s easy to calculate points. ī‚ˇ The numerical algorithm is stable. (i.e. given reasonable input, the algorithm won’t blow up.) ī‚ˇ 3. Classification of wireframe entities. J.S.JAVITH SALEEM AP/MECH-AEC
  • 5. 4. Differentiate between analytical curves, approximated curves and interpolated curves. ī‚ˇ Analytic Curves are points, lines, arcs and circles, fillets and chamfers, and conics (ellipses, parabolas, and hyperbolas) 5. Comparison of CSG and B-rep. 6. Why B-rep modelling approach is widely followed than CSG approach? ī‚ˇ Boundary representation is more flexible and has a much richer operation set. ī‚ˇ In addition to the Boolean operations, B-rep has extrusion (or sweeping), chamfer, blending, drafting, shelling, tweaking and J.S.JAVITH SALEEM AP/MECH-AEC
  • 6. other operations which make use of these. 7. What are the advantages and disadvantages of wire frame modelling? Advantages of Wireframe model: 1. Simple to construct 2. Designer needs little training 3. System needs little memory 4. Take less manipulation time 5. Retreiving and editing can be done easy 6. Consumes less time 7. Best suitable for manipualations as orthographic isometric and perspective views. Disadvantages of Wireframe model: 1. Image causes confusion 2. Cannot get required indormation from this model 3. Hidden line removal features not available 4. Not possible for volume and mass calculation, NC programming cross sectioning etc 5. Not suitable to represent complex solids Unit - 3 (VISUAL REALISM) 1. List out various visualization approaches. ī‚ˇ Hidden Line Removal – Priority Algorithm , Area Oriented Algorithm o Visibility Techniques- Minimax test, Containment test, Surface test, Computing silhouettes, Edge intersections, Segment comparisons, Homogeneity test ī‚ˇ Hidden Surface removal – Z-buffer algorithm, Warnock’s algorithm ī‚ˇ Hidden Solid removal – ray tracing algorithm 2. List the shading models. ī‚ˇ Diffuse reflection ī‚ˇ Specular reflection ī‚ˇ Ambient light 3. What are silhouettes? J.S.JAVITH SALEEM AP/MECH-AEC
  • 7. A set of edges that separates visible faces from invisible faces of an object with respect to a given viewing direction is called silhouette edges. 4. What is meant by visible surface determination in 3D computer graphics. ī‚ˇ In 3D computer graphics surface determination (also known as hidden surface removal (HSR), occlusion culling (OC) or visible surface determination (VSD)) ī‚ˇ It is the process used to determine which surfaces and parts of surfaces are not visible from a certain viewpoint. ī‚ˇ A hidden surface determination algorithm is a solution to the visibility problem, which was one of the first major problems in the field of 3D computer graphics. 5. Name the different types of light sources. ī‚ˇ Ambient light - Intensity is the same at all points (no direction) ī‚ˇ Point source - given only by point ī‚ˇ Distant light - given only by direction ī‚ˇ Spotlight - from source in direction ī‚ˇ Light source described by a luminance -Each color is described separately ī‚ˇ Directional lighting 6. Define key framing. ī‚ˇ Keyframing is the process of assigning a specific parameter value to an object at a specific point in time. ī‚ˇ For example, if you want a title to change from green to blue over time, you would set two keyframes at two different points in time. The first one would define the text’s color as green, and the second J.S.JAVITH SALEEM AP/MECH-AEC
  • 8. keyframe would set the color to blue. ī‚ˇ The computer then automatically fills in the missing frames by smoothly interpolating between those positions and change smoothly from green to blue. 7. Define interpolative shading. List the two methods used for interpolative shading. Interpolative shading is to avoid computing the full lighting equation at each pixel by interpolating quantites at the vertices of the faces. There are two methods used for interpolative shading: Gouraud Shading - The radiance values are computed at the vertices and then linearly interpolated within each triangle. Phong shading - The normal values at each vertex are linearly interpolated within each triangle, and the radiance is computed at each pixel. Gouraud shading is more efficient, but Phong shading is more a ccurate. 8. Define Gouraud Shading. ī‚ˇ It is an intensity interpolation scheme. ī‚ˇ It renders a polygon surface by linearly interpolating intensity values across the surface. ī‚ˇ Intensity values for each polygon are matched with the values of adjacent polygons along the common edges, thus eliminating the intensity discontinuities that can occur in flat shading. J.S.JAVITH SALEEM AP/MECH-AEC
  • 9. For Gouraud shading, the intensity at point 4 is linearly interpolated from the intensities at vertices 1 and 2. The intensity at point 5 is linearly interpolated from intensities at vertices 2 and 3. An interior point p is then assigned an intensity value that is linearly interpolated from intensities at positions 4 and 5. 9. Define Phong Shading. ī‚ˇ A more accurate method for rendering a polygon surface is to interpolate normal vectors, and then apply the illumination model to each surface point. ī‚ˇ This method, developed by Phong Bui Tuong, is called Phong shading, or normal- vector interpolation shading. ī‚ˇ It displays more realistic highlights on a surface and greatly reduces the Mach-band effect. Figure: Interpolation of surface normals along a polygon edge 10. Define RGB color model. The Red, Green, Blue (RGB) cube uses a Cartesian coordinate method to create any color from the three RGB basics. In the RGB cube, black is at the starting point and represented by (0,0,0) and white is represented end point by (1,1,1). J.S.JAVITH SALEEM AP/MECH-AEC
  • 10. 11. What are the improvements brought by Gouraud Shading compared with other shading techniques? ī‚ˇ It removes the intensity discontinuities existing in constant shading model. ī‚ˇ It can be combined with a hidden surface algorithm to fill in the visible polygons along each scan line. 12. Define CMY color model. ī‚ˇ CMY color model defines for Cyan Magenta Yellow and is utilized for devices for hardcopy. ī‚ˇ In contrast to color on the display unit, the color in printing acts subtractive and not additive. ī‚ˇ A printed color that appears red attracts the other two components Green and Blue and reflects Red. ī‚ˇ Thus its color is Green + Blue = CYAN. Likewise Red + Blue = MAGENTA and Red + Green = YELLOW. The CMY is considered a subtractive model since the model main colors deduct some color from white light. J.S.JAVITH SALEEM AP/MECH-AEC
  • 11. 13. Mention the importance of Colouring of three dimensional objects in Computer graphics. ī‚ˇ Colouring is a significant component of computer aided visualization of information, concepts and ideas. ī‚ˇ The Value of colour determines how light or dark the colour is in its shade. ī‚ˇ This aspect of color is used extensively to depict the spatial form of an object. Unit - 4 (ASSEMBLY OF PARTS) 1. What is meant by assembly modelling? ī‚ˇ Assembly modelling is the collection of individual parts. ī‚ˇ The assembly is mating of the individual parts by axis, surface mates etc. 2. Define top-down assembly approach. â€ĸ In this approach, the assembly file is created first with an assembly layout sketch. â€ĸ The parts are made in the assembly file or the concept drawing of the parts are inserted and finalized in the assembly file. J.S.JAVITH SALEEM AP/MECH-AEC
  • 12. 3. List down the mating conditions in assembly modelling. ī‚ˇ Coincidence ī‚ˇ Concentric ī‚ˇ Tangent ī‚ˇ Coplanar ī‚ˇ Parallel ī‚ˇ Perpendicular 4. List out the advantages of Tolerance Analysis. 1. Accurate part assembly. 2. Elimination of assembly rework 3. Improvement in assembly quality. 4. Reduction of assembly cost. 5. High customer satisfaction. 6. Effectiveness of out-sourcing. 5. Mention the importance of Geometric tolerance. ī‚ˇ Geometric tolerances are used to control more precisely the shape and form of a component. ī‚ˇ Geometric tolerance permits explicit definition of datum with clear specification of the datum precedence in relation to each tolerance specification. 6. What are the uses of tolerance stack ups? ī‚ˇ Tolerance Stack-Ups are vital to address mechanical fit and mechanical performance requirements. ī‚ˇ Tolerance stack-up calculations represent the cumulative effect of part tolerance with respect to an assembly requirement. J.S.JAVITH SALEEM AP/MECH-AEC
  • 13. ī‚ˇ The idea of tolerances “stacking up” would refer to adding tolerances to find total part tolerance, then comparing that to the available gap or performance limits in order to see if the design will work properly. 7. What is coincident mating condition? ī‚ˇ The coincident mating condition is applied between to planar faces. ī‚ˇ Each face is specified by its unit normal vector, n, and a point on the surface, P. The coincident condition is satisfied by forcing n1 and n2 to be opposite of each other, and the two faces touch each other such that P1 and P2 are coincident 8. What is Concentric mating condition? ī‚ˇ The concentric mating condition is applied between to cylindrical faces ī‚ˇ The concentric mating condition is achieved by forcing the axes to become collinear. Each axis is defined by two points J.S.JAVITH SALEEM AP/MECH-AEC
  • 14. 9. . List out parameters calculated by mass property calculations. ī‚ˇ Mass ī‚ˇ Centroid ī‚ˇ First moment of inertia Second moment of inertia 10. Difference between geometric and mass properties. ī‚ˇ Geometric properties are those that can be derived from the geometry of a solid body or particle. ī‚ˇ Mass Properties are physical attributes of a mechanical part that relate to how the component will behave in an environment. ī‚ˇ Length, area, surface area and volume ī‚ˇ Mass, centroid, first moment of inertia, second moment of inertia 11. What are the types of Mechanism Simulation? ī‚ˇ Kinematics simulation ī‚ˇ Dynamics simulation ī‚ˇ Computer simulation ī‚ˇ Virtual simulation 12. What are the types of fits? ī‚ˇ Clearance fit ī‚ˇ Transition fit ī‚ˇ Interference fit J.S.JAVITH SALEEM AP/MECH-AEC
  • 15. 13. What is Interference Checking? ī‚ˇ Interference Checking is the process of checking if any parts of an assembly overlap each other or not. ī‚ˇ When working with multiple parts or the components of an assembly, you should frequently check for interference among them. ī‚ˇ If interference is detected between two parts, the CAD system displays the interference volume to allow users to examine and eliminate it. Unit - 5 (CAD STANDARDS) 1. State the needs for data exchange standards. ī‚ˇ Design Projects require data to be shared between suppliers ī‚ˇ Different companies often used different CAD systems ī‚ˇ All CAD systems have their own database formats ī‚ˇ They are mostly proprietary and often confidential ī‚ˇ Data conversion between systems become necessary 2. What is meant by CAD date exchange? Mention its importance. ī‚ˇ CAD data exchange is a modality of data exchange used to translate data between different Computer-aided design (CAD) authoring systems or between CAD and other downstream systems. ī‚ˇ Neutral file exchange uses an intermediary neutral format to translate data between CAD systems. ī‚ˇ NC programming typically requires that the geometry received from a CAD system, whether in wireframe, surface, solid or combined formats, be free from any irregularities and inconsistencies that may have occurred in the CAD phase of geometry creation. Data exchange from CAD to CAM must therefore include tools for identifying and repairing those inconsistencies. These tools are typically included in the data exchange software of each CAM solution-set. 3. What is the importance of standards in CAD? ī‚ˇ CAD Standards are necessary and very important to the industry to allow for designs and drawings to be interchanged between teams on projects. ī‚ˇ Sometimes large projects use multiple CAD platforms, so CAD Standards are essential for the project to function. ī‚ˇ It helped us to link the different hardware and software from J.S.JAVITH SALEEM AP/MECH-AEC
  • 16. various vendors in such a way to integrate according to the need of industries. 4. Write any three CAD standards for exchange of modelling data. ī‚ˇ IGES – Initial Graphics Exchange Specification ī‚ˇ STEP – Standard for Exchange of Product model data ī‚ˇ DXF- Drawing Exchange Format 5. Compare the shape based and the product data based exchange standards. ī‚ˇ IGES - the shape based - both geometric and topological information ī‚ˇ STEP - product data based 6. Define GKS cell array. ī‚ˇ The GKS cell array function displays raster like images in a device- independent manner. ī‚ˇ The cell array function takes the two corner points of a rectangle that you specify a number of divisions (M) in the X direction and a number of divisions (N) in the Y direction. ī‚ˇ It then partitions the rectangle into M x N sub rectangles called cells. ī‚ˇ Assign each cell a colour and create the final cell array by colouring each individual cell with its assigned colour. 7. What are the neutral formats? ī‚ˇ IGES ī‚ˇ STEP ī‚ˇ DXF 8. What are the three types of data types in IGES? ī‚ˇ Geometric ī‚ˇ Annotation ī‚ˇ Structure 9. What are the three layers of architecture in STEP? ī‚ˇ Application layer ī‚ˇ Logical layer ī‚ˇ Physical layer J.S.JAVITH SALEEM AP/MECH-AEC
  • 17. 10. Mention the different file section in IGES. ī‚ˇ Flag section ī‚ˇ Start Section ī‚ˇ Global section ī‚ˇ Directory entry section ī‚ˇ Parameter data section ī‚ˇ Terminal section J.S.JAVITH SALEEM AP/MECH-AEC