<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Spur gear drawing using arraypolar in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8720677#M143523</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table you show in your post doesn't match the one the author gives you.&amp;nbsp; If you follow the instructions on the pdf you will end up with the gear expected.&amp;nbsp; I followed it all the way through and it works.&amp;nbsp; Your calculations were off (assuming you are trying to draw the exact gear shown).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have the arrayed lines to the lengths specified (the arc length they represent) you connect the end points with a spline as the instructions tell you.&amp;nbsp; Continue with the instructions on how to find the center line of the first tooth so you can mirror about that line, and continue from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached image.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spurgear involute.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/624548iEA251FF373E08626/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spurgear involute.JPG" alt="spurgear involute.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2019 14:40:47 GMT</pubDate>
    <dc:creator>GrantsPirate</dc:creator>
    <dc:date>2019-04-10T14:40:47Z</dc:date>
    <item>
      <title>Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8716611#M143518</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm new to AutoCAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to drawing a spur gear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've used the article here:&lt;BR /&gt;&lt;A href="https://www.rcgroups.com/forums/showatt.php?attachmentid=263847" target="_blank"&gt;https://www.rcgroups.com/forums/showatt.php?attachmentid=263847&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The author has described how to calculate these offsets for the shape of one half of a single spur tooth:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Angle(Deg)&lt;/TD&gt;
&lt;TD&gt;Arc Length(mm)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;0&lt;/TD&gt;
&lt;TD&gt;0.00&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;3.56&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;7.12&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15&lt;/TD&gt;
&lt;TD&gt;10.68&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;14.24&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;25&lt;/TD&gt;
&lt;TD&gt;17.81&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;30&lt;/TD&gt;
&lt;TD&gt;21.37&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;35&lt;/TD&gt;
&lt;TD&gt;24.93&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;40&lt;/TD&gt;
&lt;TD&gt;28.49&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;45&lt;/TD&gt;
&lt;TD&gt;32.05&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;50&lt;/TD&gt;
&lt;TD&gt;35.61&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've done this:&lt;/P&gt;
&lt;P&gt;1. Draw a circle using circle command&lt;/P&gt;
&lt;P&gt;2. Draw a line from circle center to circle circumference - mark circle center with dimcenter then use line command&lt;/P&gt;
&lt;P&gt;3. Draw a tangent to the line in 2. using line command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then comes the part I do not understand:&lt;/P&gt;
&lt;P&gt;"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..."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've create a polar array:&lt;/P&gt;
&lt;P&gt;a. arraypolar&lt;/P&gt;
&lt;P&gt;b. Selected the tangent drawn&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question: How do I input the offsets in the table shown in the remainder of the command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 06:57:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8716611#M143518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T06:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8717731#M143519</link>
      <description>Use the LENGTHEN command as directed in the instructions.  First erase the horizontal line.  Start the Lengthen command, Total option, enter the 3.56, enter, now select the first line at a point furthest from the circle so the correct side gets adjusted to the length desired, repeat for the other lines moving down in your list for each line length.</description>
      <pubDate>Tue, 09 Apr 2019 14:40:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8717731#M143519</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-04-09T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8717812#M143520</link>
      <description>&lt;P&gt;I'm not sure where they were going with those instructions. As you can see, the array polar command creates multiple copies of the selected geometry rotated about the center point. To create your spur gear, first you should draw a single tooth of your gear. It could help to layout a few radial lines that show where the key points of a single tooth are. I.E. draw a line from the center to the toe of the Dedendum/Edge of the Bottom land (without its Fillet radius); draw a line from the center to the other edge of the same Bottom land (without its Fillet radius); draw a line from the center to each end of the Tooth thickness (intersecting the Pitch circle); draw lines from the center to the left and the right of the Top land. Construct the tooth geometry (arcs or other required curves). Note that your geometry should include only one complete tooth beginning at any point you select as the start point and continuing to that same point of the next tooth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After your tooth geometry is created, use the ARRAY/POLAR command with your tooth geometry. The angle to fill is 360°. The number of items is the Circular pitch divided by 360°.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW I am not a machinist or a mechanical designer.&amp;nbsp; I found this spur gear nomenclature using Google.&amp;nbsp; If any of you mechanical professionals see that it is not correct, I apologize.&amp;nbsp; If so, would you please correct it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spur gear.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/624062i4711420782AE1216/image-size/large?v=v2&amp;amp;px=999" role="button" title="spur gear.jpg" alt="spur gear.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 15:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8717812#M143520</guid>
      <dc:creator>hencoop</dc:creator>
      <dc:date>2019-04-09T15:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8719011#M143521</link>
      <description>Thanks for your detailed response.&lt;BR /&gt;The offset table is a set of points (degree, length) that shows one half of a single gear tooth.&lt;BR /&gt;I think these are polar co-ordinates.&lt;BR /&gt;Once the table points have been mapped out then I think I'm supposed to:&lt;BR /&gt;- join the endpoints of each of these lines via a polyline(?)&lt;BR /&gt;- remove the draft lines&lt;BR /&gt;- mirror the shape of the polyline so giving the tooth shape&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2019 22:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8719011#M143521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T22:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8719012#M143522</link>
      <description>Thanks.&lt;BR /&gt;I assume I'm to draw each of the polar coordinates by "hand".&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2019 22:56:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8719012#M143522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T22:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8720677#M143523</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table you show in your post doesn't match the one the author gives you.&amp;nbsp; If you follow the instructions on the pdf you will end up with the gear expected.&amp;nbsp; I followed it all the way through and it works.&amp;nbsp; Your calculations were off (assuming you are trying to draw the exact gear shown).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have the arrayed lines to the lengths specified (the arc length they represent) you connect the end points with a spline as the instructions tell you.&amp;nbsp; Continue with the instructions on how to find the center line of the first tooth so you can mirror about that line, and continue from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached image.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spurgear involute.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/624548iEA251FF373E08626/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spurgear involute.JPG" alt="spurgear involute.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 14:40:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8720677#M143523</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-04-10T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8735869#M143524</link>
      <description>&lt;P&gt;Thanks very much for going through the tutorial.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did change the dimensions to tailor&amp;nbsp; for a gear I wanted to make - hence the dimension change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In AutoCad I thought there&amp;nbsp;maybe a&amp;nbsp;command like "arraypolar"&amp;nbsp;that took a table of offsets to graph from say a text file - there is no such command that I know of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However this is what I did:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "arraypolar"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; change the number of lines to be 11&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; change&amp;nbsp;angle between lines to 5 degrees&lt;/P&gt;
&lt;P&gt;&amp;nbsp; split the "arraypolar" group of lines into individual lines using "explode"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;change line lengths using "lengthen" with absolute length&amp;nbsp;from the excel table.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 01:44:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8735869#M143524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-17T01:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spur gear drawing using arraypolar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8737392#M143525</link>
      <description>&lt;P&gt;One last comment.&amp;nbsp; Since this is being done in AutoCAD there is no need to use math to calculate the length of each arc, although it is a good thing to know how to do with math.&amp;nbsp; What I did was draw the first arc from the top quad point to the first 5 degree line.&amp;nbsp; I listed that and then used that length in lengthen command.&amp;nbsp; For the the next line I used the lengthen command and when it is time to input the length I used (* N.n 2), and for the next one while in the lengthen command again I used the up arrow key to find the previous little formula and changed the 2 to a 3 (* N.n 3), and so on for each line.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:14:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/spur-gear-drawing-using-arraypolar/m-p/8737392#M143525</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-04-17T14:14:18Z</dc:date>
    </item>
  </channel>
</rss>

