Syntax
[H,N,S,mt,parts]=SGdesignDIN912DIN985([sdl,ins,tpl,W])
Input Parameter
sdl : | | [M L d] = Metrix Length and delta in nut for screw connection |
ins : | | Characters for "T"unnel or "P"ocket; default is 'TP' for [HEAD NUT] |
tpl : | | Length of Insertion T/P for [HEAD NUT]; default is 10 10 |
W : | | Rotation angle for Pocket if required; default is 0; |
Output Parameter
H : | | Subtraction Solid for Head side including frame 'C' |
N : | | Subtraction Solid for Nut side including frame 'C' |
S : | | Srew and Nut for Visualziation including frame 'C' |
mt : | | remainig wall thickness |
parts : | | parts list for assembly of one connection |
Examples
clc; [H,N,S]=SGdesignDIN912DIN985([5 10 0],'TT',40);
SGsubtract(SGbox,H,'alignT',{'C','Y-'})
SGsubtract(SGbox,N,'alignT',{'C','Y-'})
clc; [H,N,S]=SGdesignDIN912DIN985([3 10 0],'TP',40,pi/2);
SGsubtract(SGbox,H,'alignT',{'C','Y-'})
SGsubtract(SGbox,N,'alignT',{'C','Y-'})
Copyright 2020-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