Gear CAD Model Tutorial: Problem: Given A Radius of The Pitch Circle, R
Gear CAD Model Tutorial: Problem: Given A Radius of The Pitch Circle, R
Pitch circle
Straight line
portion
Base /dedundum circle
Root circle
Fillet
% rb = 60;
th=(pi/180)*(0:5:90);
80
60
x=-rb*(sin(th)-th.* cos(th));
y=rb*(cos(th)+th.*sin(th));
z= zeros(1,length(x));
40
Base circle
20
plot (x,y,'r','LineWidth',3)
set(gca,'Fontsize',14)
xlabel('X')
ylabel('Y')
hold on
0
-20
-40
-60
-80
-100
-100
-50
0
X
50
xlim([-100,100]);
ylim([-100,100]);
[x' y' z]
100
3.(c) Imported
-you will see the preview of the involute
- The imported vectors will show up too
- Click OK
Addendum
pitch
Base
Root
Involute to entities
2
involute
center line
pitch circle
- Measure the angle between (1) and (2) with smart dimension, you will get 0.850
reference line
Half of the
tooth angle
7. Trim + Mirror
- Trim the involute profile beyond the addendum circle
Trim entities 1 --- > Power trim or Trim to closest --- > select involute 2
- Create the mirror image of the left involute about the symmetry line
Mirror entities 3 --- > select the right involute 4 as entity to be mirrored
and the symmetry line 5 as mirror line when using mirror tool
2
4
1
3
5
Construction line
from the end of involutes to the origin ( the tooth below the base is straight)
Sketch fillet ---- > Select the entities and the desired radius
R= 0.5
3
3
Line 2
Spline1
Spline2
Line 1
Line 3
fillet2
fillet1
2b
5
2a
3
1
2b
4
All selected
entities
appear here
origin