SGmodelLink4

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

Creates Solid for a Link im Style "Link4"

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
'BU' = Follower Frame upper side
'BL' = Follower Frame lower sider

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

Example Illustration

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

Syntax

[SG,SGA,SGB]=SGmodelLink4([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: Left joint of the link
SGB: Right joint of the link

Examples


A=SGmodelLink4('',0,2);SGaddrelSG(A,A,'alignT',{'B','F'});
A=SGmodelLink4('',0,1);SGaddrelSG(A,A,'alignT',{'B','F'});
A=SGmodelLink4('',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