Syntax
[SGM,SGA]=SGofPosefourbar(PS,[ap,lim,roi])
Input Parameter
PS : | | Pose struct including PS.GPL and PS.GAL |
ap : | | solution number of PS |
lim : | | optional limitation of pose order |
roi : | | [outer and inner radius and slot size [ro ri si] |
Output Parameter
SGM : | | Solid Geometries mounted |
SGA : | | Solid Geometries ready for printing |
Examples
clear PS
PS.CPLE=[ 0,0; 0,38; 0,60; 10,60; 10,34; 8,8; 20,8; 20,0];
PS.A=[ -13.888,12.554; 9.336,-0.147; 36.205,7.592; ]; % PS=Posetransui(PS)
PS.B=[ -12.968,12.160; 10.336,-0.167; 37.082,8.072; ];
SGfigure; Poseplot(PS);
PS=checkfourbar3Poseattachpermutation(PS,'',20); PS.GAL=PS.GAL(PS.GAL(:,6)==0,:);
SG=SGofPosefourbar(PS,118);
SGfigure; SGplot(SG,'col');
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