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