跳到主要内容

make_straight_bevel_gear_rsolid

类型: 函数
领域: 标准件库
推荐导入: from cadflow.stdlib import make_straight_bevel_gear_rsolid

签名

def make_straight_bevel_gear_rsolid(n_teeth: 'int', module: 'float', pitch_angle: 'float' = 45.0, pressure_angle: 'float' = 20.0, face_width: 'float' = 8.0, *, addendum_factor: 'float' = 1.0, clearance_factor: 'float' = 0.25, backlash: 'float' = 0.0) -> 'Solid'

功能说明

make_straight_bevel_gear_rsolid 是 CadFlow 标准件库领域的公共函数。

原始 API 说明

Create a straight bevel gear with standard metric tooth proportions.

The large-end transverse section uses the same analytic involute profile as :func:make_spur_gear_rsolid. A similar small-end section is located on the requested pitch cone and joined with ruled straight tooth surfaces.

face_width is measured along the pitch-cone generator. This factory supplies nominal tooth geometry; a released pair still requires mating-gear, mounting-distance, contact-pattern, backlash, material, heat-treatment, and strength checks.

参数

名称类型必需默认值源码说明
n_teeth'int'-源码 Docstring 未单独说明。
module'float'-源码 Docstring 未单独说明。
pitch_angle'float'45.0源码 Docstring 未单独说明。
pressure_angle'float'20.0源码 Docstring 未单独说明。
face_width'float'8.0源码 Docstring 未单独说明。
addendum_factor'float'1.0源码 Docstring 未单独说明。
clearance_factor'float'0.25源码 Docstring 未单独说明。
backlash'float'0.0源码 Docstring 未单独说明。

返回值

类型: 'Solid'

源码 Docstring 未声明更多返回语义。

异常

源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。

行为与约束

  • 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。

导入检查

from cadflow.stdlib import make_straight_bevel_gear_rsolid

相关内容