SGdesignDrivenshaft

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Designs
Introduced first in SolidGeometry 5.1, Creation date: 2022-01-17, Last change: 2025-09-15

Designs a torque transmitting shaft

Description

For insert either use the Frame FC or use negative overlength of the screw if subtracting the Head as shown in exp_2022_01_17_axle



See Also: SGdesignDIN912DIN985 , SGdesignDIN912BushingE , SGdesignSupplement

Example Illustration

 missing image of SGdesignDrivenshaft(M,L,sl,KK,

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