| Topic |
|---|
| Creating a bevel gear pair |
| Level |
| Advanced |
| Time to complete |
| TBD |
| Authors |
| FBXL5 |
| FreeCAD version |
| 1.1 |
| Example files |
| None |
| See also |
| Gear Workbench |
The Bevel Gears tutorial describes how to gather the required data to create a pair of bevel gears with the BevelGear tool of the
Gear Workbench in a
PartDesign context.
A pair of bevel gears meshing
A bevel gear can either be build up from the pitch circle or from the (pitch) apex, its virtual tip, depending on its property reset_origin. In later steps in this tutorial we have to scale the bevel gear while keeping its apex in place and so we will uncheck this property.
The BevelGear tool creates a bevel gear for perpendicular axes and a ratio of 1 : 1 by default. For other angles between their axes, better known as shaft angles, and different ratios we need to determine the proper pitch cone angle for both of the paired bevel gears. In addition we have to adjust basic values and derive the pitch diameters.
Assumed that we tortured our brain to consider available space, loads, ratio, and shaft angle and now have found these basic values:
To not overload our CPUs we will set the number of teeth (z) of the smaller gear to only 9 and so the number of teeth of the larger one is set to 15 ( equals ).
Now we can calculate the pitch diameters (d):
Now it is FreeCAD's turn to find the pitch cone angles (δ):
We use the sketch to draft 2 connected triangles with their symmetry axes perpendicular to the sides representing the pitch diameters. Apart from several hidden coincident and symmetry constraints we use two length constraints for the pitch diameters and an angle constraint for the shaft angle to fully constrain the sketch, then we are able to use two reference constraints to obtain both pitch cone angles (and leave the sketch):
Red: Constrained shaft angle, and both pitch diameters.
Blue: Resulting pitch cone angles
We now have the pitch cone angles:
We are ready to create our pair of bevel gears.
2 mm.15.38.21° (two decimal places should be more than enough).Bevel gear 1 properly positioned
2 mm.9.21.79°.Bevel gear 2 properly positioned
At this point both bevel gears should mesh with each other where their pitch cones meet in the initial sketch, but their shapes don't look like real bevel gears.
Meshing raw bevel gears
We notice that the BevelGear tool extended the pitch cone to become the face cone before cutting the teeth, but it has only built the bevel gear from the pitch circle toward the apex (the virtual tip), and ignored the back cone geometry in the opposite direction as shown in this section view of the finished bevel gear:
Green: Pitch cone,
Red: Face cone.
Blue: Back cone
To obtain a proper bevel gear we have to enlarge our raw bevel gears and cut off surplus geometry, but instead of cutting off we will intersect revolution objects defining the cross-sections with our to be enlarged raw bevel gears.
We have to define the desired cross-sections from their axes outwards, and then revolve them to create objects that will be intersected with the results of the steps above to result in a proper pair of bevel gears.
Left: Sketch of cross-section. Right: Resulting Revolution object 1
The width of the teeth (also called face width) is usually roughly one third of the cone distance (24.25° in this case), thus 8 mm was chosen for this example.
Left: Sketch of cross-section. Right: Resulting Revolution object 2
Now we will intersect the raw bevel gears with the revolution objects to find their common shapes. Having hidden all objects but our raw bevel gears and revolution objects, we will notice that the gears do not protrude enough from the revolution object. Since we built the bevel gears from the apex we can (mis-) use the module value to "scale" the gear and adjust its height before intersecting.
2.5 mm.15 mm.Left: Enlarged raw bevel gear 1 and revolution object 1. Right: Resulting finished bevel gear 1
2.5 mm.15 mm.Left: Enlarged raw bevel gear 2 and revolution object 2. Right: Resulting finished bevel gear 2
To pair two gears we usually use the pitch circle, or we could optionally use the apex in connection with the axis, but the problem is that neither the pitch circle nor the apex is represented by a geometric element of the final shape and thus cannot be selected directly. To position the gears in an assembly we have to add/use selectable auxiliary geometry that can be shown/hidden on demand, or use existing shape elements that have a known offset from the pitch circle/apex and enter an offset value manually.
Now we have two decent bevel gears but they cannot be mounted to axles or shafts, They have to be extended with some shape elements, either cylindric ones for bearings to be able to rotate around an axle, or prismatic ones to be able to transmit torque into a shaft.
Such additions are quite simple to model so that they are not covered by this tutorial.
We could add a support object and create an animated assembly, but this as well is another topic for another tutorial.