SGdesignBallbearing

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

creates subtraction solids for a bearing connection at a specific frame position of a solid

Description

If two elements should be connected using a ball bearing, this function helps to create the subtraction solids to achive a functional connection using standard machine elements.

See Also: SGdesignDIN912DIN985 , SGbearing

Example Illustration

 missing image of SGdesignBallbearing(sdl,ins,tpl)

Syntax

[P,N,S,B]=SGdesignBallbearing([sdl,ins,tpl])

Input Parameter

sdl: [Ri Ro Width Ol]
ins: Insertion Tunnel
tpl: Length of Insertion T/P for [HEAD NUT]; default is 10 10

Output Parameter

P: Subtraction Solid for plug side including frame 'C'
N: Subtraction Solid for bearing side including frame 'C'
S: Geometry of Plug including frame 'C'
B: Bearing Model

Examples


SGdesignBallbearing;
[P,N]=SGdesignBallbearing([2.5 7 3.5]); % Create Space for Shaft
[P,N]=SGdesignBallbearing([2.5 7 3.5],'S'); % Create Spave for Nuts and Screw Heads
SG=SGManipulatorLink('',true);
SG=SGsubtract(SG,P,'alignT',{'C','B'});
SG=SGsubtract(SG,N,'alignT',{'C','F'}); SGfigure(SG);




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