FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!


GuiCommand: Name: PartDesign InvoluteGear MenuLocation: Part Design , Involute gear... Workbenches: PartDesign_Workbench SeeAlso: FCGear_Workbench

PartDesign InvoluteGear

Description

This tool allows you to create a 2D profile of an involute gear or spline. This 2D profile is fully parametric, and can be padded with the PartDesign Pad or PartDesign AdditiveHelix feature.

For more detailed information see Wikipedia\'s entries for: Gear and Involute Gear

Usage

Create the profile

  1. Optionally activate the correct body.
  2. Go to the menu Part Design → [ Involute gear....
  3. Set the Involute parameters.
  4. Click OK.
  5. If there was no active body: drag and drop the gear into a body for the application of further features like padding.

Create a spur gear

  1. Select the gear profile in the Tree view.
  2. Press the PartDesign Pad button.
  3. Set the pad\'s Length to the desired face width of the gear.
  4. Click OK.

Create a helical gear

  1. Select the gear profile in the Tree view.
  2. Press the PartDesign AdditiveHelix button.
  3. Choose as Axis the normal of the gear profile, that is Normal sketch axis (v0.20) . (In earlier versions the Base Z axis can be used as long as the profile\'s plane has not been altered.)
  4. Choose a Height-Turns mode.
  5. Set the Height to the desired face width of the gear.
  6. To set the desired helical angle an Expression for the Turns is required.
    1. Click the blue icon at the right of the input field.
    2. Enter the following formula: Height * tan(25°) / (InvoluteGear.NumberOfTeeth * InvoluteGear.Modules * pi), where 25° is an example for the desired helical angle (also known as beta-value) and InvoluteGear is the Name of the profile.
    3. Click OK to close the formula editor.
  7. Click OK to close the task panel.

Hint: To make the helical angle an accessible parameter, use a dynamic property:

  1. Select the profile.
  2. In the Property editor activate the Show all option in the context menu.
  3. Again in the context menu, select Add Property. Note: this entry is only available when Show all is active.
  4. In the Add Property dialog:
    1. Choose App::PropertyAngle as Type.
    2. Set Gear as Group.
    3. Set HelicalAngle as Name (without a space).
    4. Click OK.
  5. Now a new property Helical Angle (space added automatically), with an initial value of 0.0°, becomes available.
  6. Assign the desired helical angle to the new property.
  7. In the formula of the Turns property of the AdditiveHelix, you can now reference InvoluteGear.HelicalAngle instead of the hard coded value of e.g. 25°; again assuming InvoluteGear is the Name of the profile.

Cut a hub for an involute splined shaft

(v0.21)

  1. Activate the correct body.

  2. Create an internal involute gear profile with the required number of grooves and adapt the values of pressure angle, addendum-, dedendum- and root fillet coefficient. See also the table in Notes below for feasible values. For example:

    **External Gear**
    
    : False
    • Number Of Teeth

      : 12

    • Pressure Angle

      : 37.5°

    • Addendum Coefficient

      : 0.45

    • Dedendum Coefficient

      : 0.7

    • Root Fillet Coefficient

      : 0.3

  3. Select the gear profile in the Tree view.

  4. Press the '''Pocket''' button.

  5. Set the pocket\'s Type to Through All.

  6. Check the pocket\'s Symmetric To Plane option.

  7. Click OK.

Properties

  • Addendum Coefficient: The height of the tooth from the pitch circle up to its tip, normalized by the module. Default is 1.0 for the standard full-depth system. (v0.21)

  • Dedendum Coefficient: The height of the tooth from the pitch circle down to its root, normalized by the module. Default is 1.25 for the standard full-depth system. (v0.21)

  • External Gear: True or false.

  • High Precision: True or false.

  • Modules: Pitch diameter divided by the number of teeth. (Note: the correct technical term is \"Module\", but this name is already used by FreeCAD\'s internals and thus cannot be used here.)

  • Number Of Teeth: Sets the number of teeth.

  • Pressure Angle: Acute angle between the line of action and a normal to the line connecting the gear centers. Default is 20 °. See Involute gear.

  • Profile Shift Coefficient: The distance by which the reference profile is shifted outwards, normalized by the module. Default is zero. Profile shift may be positive or negative. (v0.21)

  • Root Fillet Coefficient: The radius of the fillet at the root of the tooth, normalized by the module. Default is 0.38 as defined by the ISO rack. (v0.21)

Notes

  • In order for two gears to mesh they need to share the same module and pressure angle. Expressions may help to ensure consistency. Their center distance needs to be (NumberOfTeeth + OtherGear.NumberOfTeeth) * Modules / 2 (that is in case of the sum profile shift being zero). Subtract the number of teeth in case of an internal gear.

  • When using a Sketch to position some gears, they can be represented using their pitch circles and using a tangent constraint between those circles. Their diameters can be set by the following Expression: SomeGear.NumberOfTeeth * SomeGear.Modules (assuming no profile shift and \"SomeGear\" being the Name of the respective gear profile object).

  • When using Sketches to create additional features (cutouts, spokes, ...) on a gear, reference circles at the tip or the root of the teeth can help positioning those features. The diameter of the tip circle can be set by the following Expression: (SomeGear.NumberOfTeeth + 2 * (SomeGear.AddendumCoefficient + SomeGear.ProfileShiftCoefficient)) * SomeGear.Modules and the root circle respectively by (SomeGear.NumberOfTeeth - 2 * (SomeGear.DedendumCoefficient - SomeGear.ProfileShiftCoefficient)) * SomeGear.Modules.

  • Profile shifting can be used to prevent undercut on gears with a small number of teeth. Another application is to adjust the center distance of two gears with a given number of teeth and module.

  • When visually checking for proper meshing or interferences a much lower value for Deviation is helpful, e.g. 0.05 instead of the default 0.5. Otherwise the representation in the 3D view may be too coarse.

  • For standard gears the most common pressure angle is 20 °, followed by 14,5 °. Other applications, notably splines, use higher angles.

  • The standard full-depth system uses an addendum coefficient of 1.0 and a dedendum coefficient of 1.25, resulting in a clearance of 0.25 (the difference between the addendum of the one gear and the dedendum of the other). The actual tooth length is the sum of both coefficients, multiplied by the module.

  • Tooth length reduction may be required to prevent undercut or to strengthen the teeth (see stub teeth). For internal gears the addendum (here pointing inwards) may need shortening to avoid certain interferences or non-involute flanks; when indicated in combination with longer teeth of the pinion.

  • For splined shafts and hubs ISO 4156 defines the following parameters:

: {| class=\"wikitable\"

|- ! Pressure Angle !! 30 ° (flat root) !! 30 ° (fillet root) !! 37,5 ° !! 45 ° |- | Addendum Coefficient || 0.5 || 0.5 || 0.45 || 0.4 |- | Dedendum Coefficient || 0.75 || 0.9 || 0.7 || 0.6 |- | Root Fillet Coefficient || 0.2 || 0.4 || 0.3 || 0.25 |}

Limitations

  • It is currently not possible to adjust the tooth thickness. Tooth and tooth space are distributed equally on the reference circle. One way to still control backlash is to adjust the center distance in a gear paring. Another is to apply a tiny amount of negative profile shift. Example: For a typical circumferential backlash coefficient of 0.04 increase either the center distance by (0.04 * Modules / 2) / tan(PressureAngle) or shift the profile of one gear (preferably the larger one) by a coefficient of -(0.04 / 2) / tan(PressureAngle)).

  • There is currently no undercut in the generated gear profile. That means gears with a low number of teeth can interfere with the teeth of the mating gear. The lower limit depends on the Pressure Angle and is around 17 teeth for 20° and 32 for 14.5°. Most practical applications tolerate a missing undercut for gears a little smaller than this theoretical limit though, which assumes mating with a rack and standard tooth length.

Tutorials

Video: How to make gears in FreeCAD

Related

  • FCGear Workbench

{{PartDesign Tools navi}}


⏵ documentation index > PartDesign > PartDesign InvoluteGear

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/PartDesign_InvoluteGear.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub