Ex - 7 Parametric Curves
Ex - 7 Parametric Curves
NAGAR
MECHANICAL ENGINEERING DEPARTMENT
ME 310: COMPUTER AIDED DESIGN
Ex. No.: 7 Date:
Parametric curves
Theory:
Curve generating methods:
There are three methods to create a 1-D, 2-D, or 3-D datum curve are as follow:
1. Curve through Points
2. Curve from Equation
3. Curve from Cross Section
Figure 1 Figure 2
Figure 3 Figure 4
Figure 5
Figure 6
Figure 7
Laboratory Exercise:
Create 20 teeth involute spur gear model using following relations and parametric equation for
involute curve.
Relations:
MO=3
N=20
PHI=20
RP=MO*N/2
RB=RP*cos(PHI)
RA=RP+MO
RD=RP-(1.25*MO)
RF=0.02*RP
B=10*MO
Equation for Involute curve:
r = RB
ang = t * 90
s = (PI * r * t ) / 2
xc = r * cos(ang)
yc = r * sin(ang)
x = xc + ( s * sin(ang))
y = yc - ( s * cos(ang))
z=0