SGTdrill
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 4.0, Creation date: 2017-08-03, Last change: 2025-09-14
drills a contour hole into a solid geometries frame
Description
This function can also be used to create fittings depending on a specific 3D-printer
For example if a drilling hole has been designed,
there is no need to increase the bore diameter on a SLS=Printer such as EOS formiga
but there is a need to increase the bore diameter on a FORM2+=Printer by 0.2mm
See Also: , SGfittinggauge
, TofFS
, SGTset
Example Illustration
Syntax
SG=SGTdrill(SG,[N,t,CPL])
Input Parameter
SG: | | Solid Geometry |
N: | | Name of Frame; default is 'B' |
t: | | depth of hole |
CPL: | | radius or contour |
Output Parameter
SG: | | Solid Geometry with hole |
Examples
A=SGbox([30,20,10]); A=SGTset(A,'B',TofP([0 0 5]))
SGTdrill(A,'',1,5)
SGTdrill(SGbox,'F',1,10/2)
Copyright 2017-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