PartDesign InvoluteGear/ko

PartDesign InvoluteGear

Menu location
Part Design → Involute gear...
Workbenches
부품설계 작업대
Default shortcut
None
Introduced in version
-
See also
FCGear Workbench

설명

이 도구를 사용하면 점개선(漸開線 involute curve) 기어 또는 spline의 2D 윤곽선을 생성할 수 있습니다. 이 2D 윤곽선은 매개변수를 통해 완전히 제어할 수 있고 부품설계 작업대에서 깔판(Pad) 또는 나선 추가 기능으로 두께를 주어 고체로 만들 수 있습니다.

자세한 내용은 위키백과사전의 항목: GearInvolute 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 introduced in version 0.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

introduced in version 0.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

Notes

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

Tutorials

Video: How to make gears in FreeCAD

Related