|
本帖最后由 Jessesn 于 2017-9-1 15:06 编辑
This is a RhinoScript (for V3 or V4) that creates involute gear toothprofiles (including bevel gears) around any circle in any viewport andany orientation.
It will treat the circle you pick as the 'pitch circle' and it will draw the gear teeth around it.
You can specify the gear either by number of teeth, or by its module.
To install:
1. Save the 'GearGen.rvb' file to a directory
2. Create a new alias 'GearGen' with a macro:
!_-loadscript "C:\.............\gearGen.rvb"
(Replace the dots with your own directory path)
3. Type 'geargen' (or just 'ge') to run.
(Requires RhinoScript 20050207 or higher for Rhino V3)
(Requires RhinoScript 20060906 for Rhino V4)
________________________
安装方法
|
|