This documentation is not finished. Please help and contribute documentation.
GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.
See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.
|
Menu location |
---|
Gear → Internal Involute Gear |
Workbenches |
FCGear |
Default shortcut |
None |
Introduced in version |
1.0 |
See also |
FCGear InvoluteGear |
Internal involute gears from left to right: Spur gearing, helical gearing, double helical gearing
An FCGear InternalInvoluteGear object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
accuracy
Integer
): Default is 6
. Change of the involute profile. Changing the value can lead to unexpected results.base
Length
): Default is 5 mm
. Value of the gear width.Length
): Default is 1 mm
. Module is the ratio of the reference diameter of the gear divided by the number of teeth (see Notes).Integer
): Default is 15
. Number of teeth (see Notes).Length
): Default is 5 mm
. Thickness of the uncut outer part of the gear.computed
Angle
): (read-only)Length
): (read-only) Inside diameter, measured at the addendum (the tip of the teeth).Length
): (read-only) Root diameter, measured at the foot of the teeth.Length
): (read-only) Working pitch diameter.Length
): (read-only) Outside diameter.Length
): (read-only) Pitch in the plane of rotation.fillets
Float
): Default is 0 mm
.Float
): Default is 0 mm
.helical
Angle
): Default is 0 °
. With the helix angle β a helical gear is created – positive value → rotation direction right, negative value → rotation direction left (see Notes).Bool
): Default is false
, true
creates a double helix gear (see Notes).Bool
): Default is false
. If true
and Databeta is not zero, gear parameters are recomputed internally for the rotated gear.involute
Angle
): Default is 20 °
(see Notes).Float
): Default is 0
. Generates a positive and negative profile shift (see Notes).precision
Bool
): Default is false
, true
generates a simplified display (without teeth and only a cylinder in pitch diameter).tolerance
Length
): Default is 0 mm
. Backlash, also called lash or play, is the distance between the teeth at a gear pair.Float
): Default is 0.25
(see Notes).Float
): Default is -0.4 mm
. This value is used to change the tooth height.Bool
): true
backlash decrease or false
(default) backlash increase (see Notes).version
String
):See FCGear InvoluteGear.
See FCGear InvoluteGear.