Searched refs:teeth (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-gears.h28 ScalarParam teeth; member in class:Inkscape::LivePathEffect::LPEGears
H A Dlpe-gears.cpp43 // root circle specifies the bottom of the fillet between teeth
214 teeth(_("_Teeth:"), _("The number of teeth"), "teeth", &wr, this, 10),
215 phi(_("_Phi:"), _("Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in contact."), "phi", &wr, this, 5)
220 * gears. A high pressure angle means that higher ratio of teeth not in contact. However, this
221 * allows the teeth to have higher capacity and also allows fewer teeth without undercutting.
224 teeth.param_make_integer();
225 teeth
[all...]
/inkscape/share/extensions/
H A Drender_gears.py48 self.OptionParser.add_option("-t", "--teeth",
50 dest="teeth", default=24,
51 help="Number of teeth")
70 teeth = self.options.teeth
75 # print >>sys.stderr, "Teeth: %s\n" % teeth
81 pitch_diameter = float( teeth ) * pitch / pi
88 # Diametrial pitch: Number of teeth per unit length.
89 pitch_diametrial = float( teeth )/ pitch_diameter
99 tooth = ( pi * pitch_diameter ) / ( 2.0 * float( teeth ) )
[all...]

Completed in 956 milliseconds