slfit
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Fits
Introduced first in SolidGeometry 4.9, Creation date: 2020-08-11, Last change: 2025-09-14
returns the slot size value for a desired fitting during programmed design procedures
Description
It is not a perfect method. Better it would be to use frames that explain the fitting by a letter such as
'fit-c' or 'fit-cx' if several frames are used or a combination of 'c' and arbitray frame name
fittings {'c','0123'} with the number as fitting frame name
The results using a FORM2 Printer with clear Resin V4 and 50µm resolution were on Aug. 16 2020 by Tim Lueth for bore hole radius oversize (plus == increase of bore hole radius):
+0.05mm not to be pressed in at all by hand - probably destroyed by hammering
+0.10mm Difficult to push in by hand and difficult to remove even with a hammer
+0.15mm Easy to press in by hand and can only be easily removed by hand
+0.20mm easy to join by hand and falls out by itself when shaken
+0.25mm falls out by turning under its own weight
The results using a FORM3B Printer with MOdel Resin V2 and 50µm resolution were on Aug. 11 2020 by Tim Lueth for bore hole radius oversize (minus == increase of bore hole radius
+0.05mm Difficult to push in by hand and difficult to remove even with a hammer
+0.10mm Difficult to push in by hand and difficult to remove even with a hammer
+0.15mm Easy to press in by hand and can only be easily removed by hand
+0.20mm easy to join by hand and falls out by itself when shaken
+0.25mm falls out by turning under its own weight
See Also: DIN4AMfitting
, islfit
, FLofSGcolor
Example Illustration
Syntax
[sl,Printer]=slfit([typ,name])
Input Parameter
typ: | | clearance type such as 'c', 't', 'i' |
name: | | name fo a printer such as FORM2 |
Output Parameter
sl: | | slot size ==> deivide by 2 for radius |
Printer: | | exact printer name |
Examples
slfit('set formiga');
Ri=3; [sl,AM]=slfit('c','FORM3B') % try 'c' and 't' and 'i'
A=SGofCPLz([PLsquare([8 8]);nan nan;PLcircle(Ri+sl); nan nan; PLcircle(Ri)],10); A.designed4=AM;
SGdimensioning4(A);
References
- Fischer et al. (2011): Tabellenbuch Metall, Verlag Europa-Lehrmittel, Nourney, 45. Auflage,
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