SGdesignConeconnector

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

designs a peg in hole connection using a truncated cone that can be printed with FDM

Description

Design even for small and long cylindric objects such as spindles

See Also: SGdesignPeginHole , SGsteepspindle

Example Illustration

 missing image of SGdesignConeconnector(RHA)

Syntax

[Hsub,Nsub,S,Hadd,Nadd]=SGdesignConeconnector([RHA])

Input Parameter

RHA: Radius Height Angle; default is [2.0 10 55]

Output Parameter

Hsub: Subtraction Solid for Ground Level
Nsub: not used yet
S: not used yet
Hadd: not used yet
Nadd: Supplement Solid for Top Level

Examples


SGDIN13(6,20,2); SG=SGTsetBFsimple(ans);
[Hsub,~,~,~,Nadd]=SGdesignConeconnector([2.0 10]);
SG=SGsubtract(SG,Hsub,'alignT',{'C','B'}); SG=SGunion(SG,Nadd,'alignT',{'C','F'});
SGfigure(-30,30); SGTplotalpha(SG);

SGDIN13(6,100,2); SG=SGTsetBFsimple(ans);
[Hsub,~,~,~,Nadd]=SGdesignConeconnector([2.0 25]);
SG=SGsubtract(SG,Hsub,'alignT',{'C','B'}); SG=SGunion(SG,Nadd,'alignT',{'C','F'}); SGfigure(-30,30); SGTplotalpha(SG);




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