
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm new to AutoCAD
I'm trying to drawing a spur gear.
I've used the article here:
https://www.rcgroups.com/forums/showatt.php?attachmentid=263847
The author has described how to calculate these offsets for the shape of one half of a single spur tooth:
Angle(Deg) | Arc Length(mm) |
0 | 0.00 |
5 | 3.56 |
10 | 7.12 |
15 | 10.68 |
20 | 14.24 |
25 | 17.81 |
30 | 21.37 |
35 | 24.93 |
40 | 28.49 |
45 | 32.05 |
50 | 35.61 |
I've done this:
1. Draw a circle using circle command
2. Draw a line from circle center to circle circumference - mark circle center with dimcenter then use line command
3. Draw a tangent to the line in 2. using line command
Then comes the part I do not understand:
"Create polar array of this tangent line about the center of the circle at increments that you used to calculate the involute radius (5° in my case) and about 10 of them should be enough..."
I've create a polar array:
a. arraypolar
b. Selected the tangent drawn
Question: How do I input the offsets in the table shown in the remainder of the command?
Solved! Go to Solution.