L1 PDF
L1 PDF
L1 PDF
&
Course Conduct
Computer Aided Design (CAD)
CONTENTS
Brief History of computer-aided design
CAD Process
What is CAD?
product design
drafting
concept engineering
quality production
production
control scheduling
product design
drafting
concept engineering
quality production
production
control scheduling
CG | Computer Graphics
Use of computers for graphics, display and animation.
Broad coverage:
Geometric Transformations
Viewing in 2-D & 3-D
Animation
Hidden line algorithm
Shading and colouring
Clipping and windowing
CG
Modelling
13 Computer Aided Design
What is CAD?
Future Challenges
Each generation demands more.
Features are set by the software industry leaders – we
have to guess when new features will be required by the
market.
Large international teams working on the product or
assembly.
The complexity of our designs is growing faster.
Computer-aided design
Introduction to computer-aided design (CAD)
Knuckle joint
Car body Aircraft body
Why CAD?
To release the drawings of objects
To visualize the 3D shape of objects
To conduct engineering analyses
How to do it better?
Facilitate better representation of the object shape
Lessen the computation cost less time and memory usage
Improve the design for better performance, ergonomics and aesthetics
Computer-aided design Slide #1
Introduction to curves
Disadvantages
It is compute-intensive.
It is axis-dependent whereas real-world objects are not
Computed points are not evenly distributed.
No. x y
y = +(1 – x2)1/2
1 0 1
2 0.25 0.97
3 0.5 0.87
4 0.75 0.66
5 1 0
Line Ellipse
P(u) = P1 + u(P2 – P1) , 0 ≤ u ≤ 1 P(u) = [A.cos u B.sin u] 0≤u≤2π
xn+1= xn.cos du – (A/B).yn.sin du
yn+1= yn.cos du + (A/B).xn.sin du
Directrix
Focus Axis of symmetry
What if only a collection of measured data points are available for design?
What if an existing curve must change to meet new design requirements?
Analytic curves are not sufficient
A synthetic curve offers more flexibility and control of its shape
It is described by a set of data points (control points)
Degree (k-1) does not depend on the number of control points, but limited to 2 ≤ k ≤ n+1
Local shape change is possible without changing degree.
Degree can be changed without changing the control points
Curve is pulled more sharply towards its control points by increasing its multiplicity.
This curve offers the most flexibility and is sufficient for all engineering applications
Computer-aided design