PoseofCPLui

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

allows the interactive move of poses of contours



See Also: Poseofimageui , Poseorderchange , Posetransui

Example Illustration

 missing image of PoseofCPLui(CPLP,CPLB,CPLW)

Syntax

PS=PoseofCPLui(CPLP,[CPLB,CPLW])

Input Parameter

CPLP: Effektor contour
CPLB: Background Contour
CPLW: Warning/Blocked Contour

Output Parameter

PS: Pose Struct include A, B, CPLE, CPLB, CPLW

Examples


CPL=PLcircle(70,'','',80); CPLW=PLcircle(60,'','',70); CPL=[CPL; nan nan; CPLW];
SGfigure; CPLplot(CPL,'r-'); CPS=polyshape(CPL); CPSplot(CPS);
[CPLB,CPLE]=CPLsplitbool(CPL);cla; CPSplot(CPLE,'g'); CPSplot(CPLB,'k');
PoseofCPLui (CPLE,CPLB,CPLW); PS=ans




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