fourBarLinkageanimate

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - 4Bar/Linkages
Introduced first in SolidGeometry 4.5, Creation date: 2019-02-23, Last change: 2025-09-14

animates a fourbarlinkage based on 4 Points, a Frame, and a Contour

Description

new programmed for SG-Lib 5.1. In contrast to fourBarLinkageplotanim this function works with A0, B0, A1, B1, and an optinal frame and CPLE

See Also: fourBarplotPoints , CPLfourbarcontour , CPLofA1B1P , fourBarLinkageplotanim , fourBarLinkageplotanimui

Example Illustration

 missing image of fourBarLinkageanimate(A0,B0,A1,B1,TP,CPLE)

Syntax

h=fourBarLinkageanimate(A0,B0,A1,B1,[TP,CPLE])

Input Parameter

A0: Base Point A0 on ground link; or CPL [A0;B0;B1;A1]
B0: Base Point B0 on ground link
A1: Attachment Point A1 crank-coupler
B1: Attachment Point B1 follower-coupler
TP: Frame of Pose
CPLE: Contour relative to Pose

Output Parameter

h: handle to graphics objects

Examples


SGfigure; fourBarLinkageanimate([0 0],[ 100 0], [-100 100], [200 100])
fourBarLinkageanimate([0 0],[ 100 0], [-100 100], [200 100],TofP([50 150]));
SGfigure; fourBarLinkageanimate([0 0],[ 100 0], [-100 100], [200 100],TofR(rot(pi/10),[50 150]));
SGfigure; fourBarLinkageanimate([0 0],[ 100 0], [0 100], [101 100],TofR(rot(pi/10),[50 150]));
SGfigure; fourBarLinkageanimate([6 79],[2 130],[17 64], [60 134],[17 64-35]); % Mercader




Copyright 2019-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