SGdesignSupplement

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Designs
Introduced first in SolidGeometry 4.9, Creation date: 2020-08-13, Last change: 2025-09-14

creates cylinders or CPLs that are big enough to encapsulate the fixture elements

Description

THIS IST DIFFERENT TO SGsupplement
This function is used in combination with the creation of subtraction solid for fixations for instance such as SGdesignDIN912DIN985 or SGdesignDIN912DIN985ballbearing
The SGdesignSupplement has to be ADDED to a solid. Afterwards it is possible to SUBTRACT the Subtraction solids

See Also: SGdesignDIN912DIN985 , SGdesignDIN912DIN985radialbearing

Example Illustration

 missing image of SGdesignSupplement(S,F,w)

Syntax

[SGHS,SGNS]=SGdesignSupplement([S,F,w])

Input Parameter

S: Screw or Fiaxtion type using a Frame 'C' as separation
F: Frame Name default is 'C'
w: minimum wall size

Output Parameter

SGHS: Solid for Head SGdesignSupplement, green
SGNS: Solid for Nut SGdesignSupplement, yellow

Examples


[H,N,S]=SGdesignDIN912DIN985ballbearing([2.5 7 3.5],[10 +1])
[SGHS,SGNS]=SGdesignSupplement(S)
SG=SGsubtract(SGHS,H,'alignT',{'C','C'}); SGfigure; view(-30,30); SGTplotalpha(SG,'g',0.8); SGTplotalpha(S,'','','',SG,'alignT',{'C','C'});
SG=SGsubtract(SGNS,N,'alignT',{'C','C'}); SGfigure; view(-30,30); SGTplotalpha(SG,'y',0.8); SGTplotalpha(S,'','','',SG,'matchT',{'C','C'});


[H,N,S]=SGdesignDIN912DIN985([2.5 8])
[SGHS,SGNS]=SGdesignSupplement(S)
SGManipulatorLink(40,'',5.2,2); SA=ans;
SA=SGunion(SA,SGNS,'center','matchT',{'C','B'}); SA=SGunion(SA,SGHS,'center','matchT',{'C','F'});
SGfigure;view(-30,30); SGTplot(SA);
SG=SGsubtract(SA,H,'alignT',{'C','F'}); SGfigure; view(-30,30); SGTplotalpha(SG,'g',0.8);
SG=SGsubtract(SG,N,'alignT',{'C','B'}); SGfigure; view(-30,30); SGTplotalpha(SG,'g',0.8);




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