SGmodelLink2

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Parametric Design
Introduced first in SolidGeometry 3.3, Creation date: 2017-01-18, Last change: 2025-09-14

Creates Solid for a Link im Style "Link2"

Description

Notation style
0= same level
+n = n* Height H above z plane
-n = n* height H under z plane
Knob Position
'BU' = Base frame upper side
'BL' = Base frame lower sider
'FU' = Follower Frame upper side
'FL' = Follower Frame lower sider

See Also: SGmodelLink , SGmodelJoint , SGmodelNode , SGmodelLink3 , SGmodelKeyhole , SGmodelLink1 , SGsimpleHinge

Example Illustration

 missing image of SGmodelLink2(L,L1,L2,K,H)

Syntax

[SG,SGA,SGB]=SGmodelLink2([L,L1,L2,K,H])

Input Parameter

L: Length
L1: Level of Frame B; default is 0
L2: Level of Frame F; default is 1
K: Knob position; default is ''
H: Height of link; default is 9

Output Parameter

SG: Solid Geoemtry including Frames
SGA: SG of Bearing of Start Joint
SGB: SG of Bearing of End Joint

Examples


A=SGmodelLink2('',0,2);SGaddrelSG(A,A,'alignT',{'B','F'});
A=SGmodelLink2('',0,1);SGaddrelSG(A,A,'alignT',{'B','F'});
A=SGmodelLink2('',0,-1,'BL,FU');SGaddrelSG(A,A,'alignT',{'B','F'});




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