Gear: Helical Front View
gear_draw_helical_front_viewDraws a helical gear front view with involute outline, pitch circles, helix symbol, and optional bore with keyway for AutoCAD.
Instructions
Deterministic helical gear front view: full involute outline (40 pts/flank), pitch/base/outer/root circles, helix symbol, optional bore + keyway.
Returns a handle bundle plus 'metadata' for downstream gear_draw_section_aa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hand | No | Helix hand: 'RH' (right) or 'LH' (left). | RH |
| teeth | Yes | Number of teeth. | |
| module | Yes | Module (mm). Pitch radius = module*teeth/2. | |
| center_x | No | ||
| center_y | No | ||
| helix_angle | Yes | Helix angle in degrees. | |
| keyway_depth | No | Keyway depth into hub (t2). | |
| keyway_width | No | Keyway width (b). Auto from DIN 6885 if bore set and this is None. | |
| bore_diameter | No | Optional bore diameter (mm). Adds a centered hole. | |
| pressure_angle | No | Pressure angle (deg). Standard: 20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||