make_herringbone_rack_rsolid
Kind: Function
Domain: Standard library
Canonical import: from cadflow.stdlib import make_herringbone_rack_rsolid
Signature
def make_herringbone_rack_rsolid(module: 'float', n_teeth: 'int' = 10, pressure_angle: 'float' = 20.0, helix_angle: 'float' = 30.0, rack_height: 'float' = 10.0) -> 'Solid'
Description
Create a herringbone rack.
Create a herringbone rack.
Parameters ---------- module : float Gear module in mm (tooth pitch = pi * module). n_teeth : int, default 10 Number of teeth along the rack. pressure_angle : float, default 20 Pressure angle in degrees. helix_angle : float, default 30 Helix angle of each half in degrees. rack_height : float, default 10.0 Total rack thickness along Z in mm.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
module | 'float' | yes | - | Not explicitly described in the source docstring. |
n_teeth | 'int' | no | 10 | Not explicitly described in the source docstring. |
pressure_angle | 'float' | no | 20.0 | Not explicitly described in the source docstring. |
helix_angle | 'float' | no | 30.0 | Not explicitly described in the source docstring. |
rack_height | 'float' | no | 10.0 | Not explicitly described in the source docstring. |
Returns
Type: 'Solid'
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Behavior and constraints
- The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.
Import check
from cadflow.stdlib import make_herringbone_rack_rsolid