Syntax
[SG,CPL]=SGwheelspiral([R,H,n,A,shf,"DIN433","STL"])
Input Parameter
R : | | [Ro Ro2 Ri]; default 15 |
H : | | Heightand width of the spokes; default is [5 2] |
n : | | number of spokes; if n<0 the spokes are ccw |
A : | | 'T30' if there is a need for a torx axle; Can also be a CPL |
shf : | | shaft==true [slfit('t')], axle=false [slfit('c')]; default is true |
"DIN433" : | | if used a pinring whaser of a DIN433 size is added |
"STL" : | | if used an STL file is written |
Output Parameter
SG : | | Solid Geometry |
CPL : | | CPL that was extruded |
Examples
SGwheelspiral(15,[3 2],3)
SGwheelspiral(15,[3 2],-3)
SGwheelspiral(15,[3 .8],-3,PLcircle(3),'DIN433')
SGwheelspiral(15,[3 2],3,'T30') % String for Torx
SGwheelspiral(20,'','',PLwrench(6.4,6),true, 'stl','DIN433'); % For shafts
SGwheelspiral(20,'','',PLwrench(6.4,6),false, 'stl','DIN433'); % For axes
Copyright 2024-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