SGgearchain

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Parametric Design
Introduced first in SolidGeometry 5.3, Creation date: 2023-03-08, Last change: 2025-09-15

returns a gear chain als simple sequence or stacks

Description

module
height of gear
radius of axle == ATTENTION THERE IS THIS RADIUS AND "SHAFT" is ONLY FOR Gear #1
height of rack


See Also: SGgearratio , CPLrack4PL , SGgearDINrot

Example Illustration

 missing image of SGgearchain(m,z,a,w,

Syntax

[SGfin,TL,f,SGR]=SGgearchain([m,z,a,w,"stack","rack","crank"])

Input Parameter

m: [m h r hr] of gear; default is [1 5 1.25 0]
z: array of number of teeth
a: [relative angle change for next gear]
w: optional overall angle of chain; default is not defined;
"stack": if used the gears are vertically stacked to a gear box
"rack": rack type; default is 'bar'; see CPLrack4PL
"crank": if used, the first gear is covered

Output Parameter

SGfin: cell list of gears
TL: cell list of Base frame
f: cell list of ratio
SGR: SG of Rack

Examples


SGgearchain ([1 2 1.25],[9 10 11 12 13 14 15],'',0)
[SG,TL]=SGgearchain ([1 2 1.25],[9 10 11 12 13 14 15],'',0);
CPLrack4PL(pofT(TL),2);
SGgearchain ([1 2 1.25 2],[9 48 9],'',0); % not in line
SGgearchain ([1 2 1.25 2],[9 13 9],'',0); % fully in line
SGgearchain ([1 2 1.25 2],[9 27 9 45],'',0,'stack'); % stack
SGgearchain ([1 2 1.25 2],[9 27 9 45],'',0,'stack','rack','box'); % squared rack
SGgearchain ([1 2 1.25 2],[9 27 9 45 9 45],'',0,'stack','rack','box','crank'); % squared rack




Copyright 2023-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21