↑top

FreeCAD: How to make gear with Involute Gear tool

FreeCAD 1.0
  1. Switch workbench to Part Design workbenchWorkbench_PartDesign.

  2. Select [Part Design]-[Involute gear...] menu.

    InvolureGear-MenuItem
    [Part Design]-[Involute gear...]
  3. Control panel for Involute gear will be displayed in Tasks tab. And a gear with the center (0, 0, 0) and the Z axis as the rotation axis is displayed on the 3D view.

    InvoluteGear
    Editing an involute gear

    You can set following parameters in the control panel. After parameter settings, click OK to finish editing.

    ParameterMeaning of the parameter
    Number of teethNumber of gear's teeth
    ModuleThe value obtained by dividing the pitch circle diameter by the number of teeth. For example, if a gear has 30mm diameter and 20 teeth, you should set 1.5 (= 30/20) into this parameter. In general, the gears must have same module value to mesh each other.
    Pressure anglePressure angle. The angle between the radial line passing through the pitch point and the tangent line of the tooth profile.
    Heigh precisionIf True, heigh precision. Other, low precision.
    External gearIf True, external gear. Other, internal gear.
    Addendum CoefficientThe height of the tooth from the pitch circle to the tip, normalized by the module.
    Dedendum CoefficientThe height of the tooth from the pitch circle to the root, normalized by the module.
    Root Fillet CoefficientRadius of the fillet at the tooth root, normalized by the module.
    Profile Shift CoefficientOutwards shift coefficient of the gear profile, normalized by module.
    InvoluteGear
    Pitch circle
    InvoluteGear
    Pressure angle

    Example of number of teeth

    InvoluteGear_default
    Number of teeth: 26
    InvoluteGear_teeth52
    Number of teeth: 52

    Example of pressure angle

    InvoluteGear_angle10
    Pressure angle: 10°
    InvoluteGear_default
    Pressure angle: 20°
    InvoluteGear_angle30
    Pressure angle: 30°

    Example of enable/disable heigh precision

    InvoluteGear_HighPrecision_zoom
    Heigh precision: True
    InvoluteGear_HighPrecision_Off_zoom
    Heigh precision: False

    Example of enable/disable external gear

    InvoluteGear_default
    External gear: True
    InvoluteGear_InnerGear
    External gear: False
  4. Gear angle and position can be changed on Data tab. Select the created gear on model tree and edit rotational angle, axis and position on Data tab at bottom of Combo view.

    InvoluteGear_angle_and_position
    Direction parameters for gear
  5. To make the gear 3D in Part Design workbench, the gear should be at inside of body. Create new bodyPartDesign_Body_Create_New, then Drag the gear on the model tree and place it under the body.

    InvoluteGear_under_body
    Place the gear under created body
  6. Select the gear on model tree and extrudePartDesign_Pad it. If you want to create internal gear, do boolean operationPartDesign_Boolean with the extruded gear and another cylinder.

    InvoluteGear_ExternalGear_Solid
    External gear
    InvoluteGear_InnerGear_Solid
    Internal gear

References