SGManipulatorLink

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Kinematics and Frames
Introduced first in SolidGeometry 4.9, Creation date: 2020-07-28, Last change: 2025-09-14

Link with 2 Frames to create mechanisms or

Description

This is just a simple design of a mechanical link with desired dimensions including 2 frames

See Also: SGlinkage , SGdimensioning , SGdesignBallbearing , SGdesignDIN912DIN985 , SGManipulatorBase

Example Illustration

 missing image of SGManipulatorLink(LL,Shap,LD,LH,DD)

Syntax

SG=SGManipulatorLink([LL,Shap,LD,LH,DD])

Input Parameter

LL: Axis Distance; default is 40; or [Startpoint;Endpoint]
Shap: if true; the links are shaped; default is false
LD: Radius of the Tip rounding; default is 5
LH: Height of the Elements also used as shaping Radius; default is 6
DD: if true; the shape is doubled for chaining; default is false

Output Parameter

SG: Link Geometry

Examples


SGManipulatorLink(40,true); SG=ans;
SGdimensioning4(SG);
[P,N]=SGdesignBallbearing([2.5 7 3.5]); % Create Space for Shaft
SG=SGsubtract(SG,P,'alignT',{'C','B'});
SG=SGsubtract(SG,N,'alignT',{'C','F'}); SGfigure(SG);
SGManipulatorLink(40,true); SG=ans;
[P,N,S]=SGdesignDIN912DIN985([3 10 0],'TT',40,pi/2);
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