File size: 953 Bytes
985c397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
================================================
 FCGear: an Involute Gear Generator for FreeCAD
================================================

This is a simple gear generation tool usable in FreeCAD. The tooth
profiles are approximations of the ideal involutes by Bezier curves,
according the paper:

  Approximation of Involute Curves for CAD-System Processing
  Higuchi et al. approximation to an involute.
  ref: YNU Digital Eng Lab Memorandum 05-1
  http://maekawalab-ynu.com/papers.html

This code is based on the JavaScript implementation of the published
method provided by A.R. Collins in his gearUtils.js tool:

  Based on gearUtils-03.js by Dr A.R.Collins
  Latest version:  <www.arc.id.au/gearDrawing.html>

Also took inspirations from the Inkscape extension provided by Matthew
Dockrey on

  https://github.com/attoparsec/inkscape-extensions.git

Copyright 2014 David Douard <david.douard@gmail.com>.
Distributed under the LGPL licence.