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 |
Description
Internal involute gears from left to right: Spur gearing, helical gearing, double helical gearing
Usage
- Switch to the
FCGear Workbench.
- There are several ways to invoke the command:
- Press the
Internal Involute Gear button in the toolbar.
- Select the Gear →
Internal Involute Gear option from the menu.
- Press the
- Change the gear parameter to the required conditions (see Properties).
Properties
An FCGear InternalInvoluteGear object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Data
accuracy
- Datanumpoints (
Integer
): Default is6
. Change of the involute profile. Changing the value can lead to unexpected results.
base
- Dataheight (
Length
): Default is5 mm
. Value of the gear width. - Datamodule (
Length
): Default is1 mm
. Module is the ratio of the reference diameter of the gear divided by the number of teeth (see Notes). - Datateeth (
Integer
): Default is15
. Number of teeth (see Notes). - Datathickness (
Length
): Default is5 mm
. Thickness of the uncut outer part of the gear.
computed
- Dataangular_backlash (
Angle
): (read-only) - Datada (
Length
): (read-only) Inside diameter, measured at the addendum (the tip of the teeth). - Datadf (
Length
): (read-only) Root diameter, measured at the foot of the teeth. - Datadw (
Length
): (read-only) Working pitch diameter. - Dataoutside_diameter (
Length
): (read-only) Outside diameter. - Datatransverse_pitch (
Length
): (read-only) Pitch in the plane of rotation.
fillets
- Datahead_fillet (
Float
): Default is0 mm
. - Dataroot_fillet (
Float
): Default is0 mm
.
helical
- Databeta (
Angle
): Default is0 °
. With the helix angle β a helical gear is created – positive value → rotation direction right, negative value → rotation direction left (see Notes). - Datadouble_helix (
Bool
): Default isfalse
,true
creates a double helix gear (see Notes). - Dataproperties_from_tool (
Bool
): Default isfalse
. Iftrue
and Databeta is not zero, gear parameters are recomputed internally for the rotated gear.
involute
- Datapressure_angle (
Angle
): Default is20 °
(see Notes). - Datashift (
Float
): Default is0
. Generates a positive and negative profile shift (see Notes).
precision
- Datasimple (
Bool
): Default isfalse
,true
generates a simplified display (without teeth and only a cylinder in pitch diameter).
tolerance
- Databacklash (
Length
): Default is0 mm
. Backlash, also called lash or play, is the distance between the teeth at a gear pair. - Dataclearance (
Float
): Default is0.25
(see Notes). - Datahead (
Float
): Default is-0.4 mm
. This value is used to change the tooth height. - Datareversed_backlash (
Bool
):true
backlash decrease orfalse
(default) backlash increase (see Notes).
version
- Dataversion (
String
):
Notes
See FCGear InvoluteGear.
Useful formulas
See FCGear InvoluteGear.
Scripting
This page is retrieved from https://wiki.freecad.org/FCGear_InternalInvoluteGear