Syntax
[H,N,S]=SGdesignDrivenshaft([M,L,sl,KK,"debug"])
Input Parameter
M : | | Diameter of [Cylinder Torx-Top Torx Bottom] |
L : | | Length of [Middle Top Bottom] |
sl : | | fitting for subtraction solids |
KK : | | Kerbkonus [Top bottom] |
"debug" : | | |
Output Parameter
H : | | Subtraction solid of Top Torx ('F') |
N : | | Subtraction solid of Bottom Torx ('B') |
S : | | Geometry of the Torque pin |
Examples
SGdesignDrivenshaft([6 10],[10 4],'c')
[H,N,S]=SGdesignDrivenshaft([6 10],[10 4],'c')
A=SGsubtract(SGbox([31 21 11]),H,'alignT',{'C','F'}); SGwriteSTL(A,'Box');
H=SGtransrelSG(H,A,'alignT',{'C','F'}); A=SGTset(A,'FC',SGTget(H,'F'));
[HE,NE,SE]=SGdesignDIN912BushingE([2.5 8 0]);
SGsubtract(S,NE,'alignT',{'C','F'}); B=ans;
SGsubtract(A,HE,'alignT',{'C','FC'}); C=ans;
Copyright 2022-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