Syntax
[SGN,FLW,FLA,FLB,FLC,FLD]=SGof2CPLTLcorrelate([CPLU,CPLO,TL])
Input Parameter
CPLU : | | Contour A |
CPLO : | | Contour B |
TL : | | List of HT Matrices used follow the path |
Output Parameter
SGN : | | Solid Geometry |
FLW : | | Facet of walls wrt to SGA.VL |
FLA : | | Facet of floor wrt to SGA.VL |
FLB : | | Facet of cover wrt to SGA.VL |
FLC : | | Faces missing in A wrt to SGA.VL |
FLD : | | Faces missing in B wrt to SGA.VL |
Examples
TLofn([1 6]); T2=ans;
TLof2T(T2,'','',20); TL=ans
SGof2CPLTLcorrelate(CPLsample(26),CPLsample(27),TL); SGA=ans;
SGof2CPLTLcorrelate(CPLsample(26),CPLsample(27),TL); SGA=ans;
SGof2CPLTLcorrelate(CPLsample(7),CPLsample(8),TL); SGA=ans; % DRAGON SKIN CAUSE PROBLEMS
SGof2CPLTLcorrelate(CPLradialEdges(CPLsample(7),1),CPLradialEdges(CPLsample(8),1),TL); SGA=ans;
SGof2CPLTLcorrelate(CPLselectinout(CPLsample(38),[1 10]),CPLselectinout(CPLsample(39),[1 10]),TL); SGA=ans;
CVLof2CPLzcorrelate(CPLiold, CPLi)
CPLtransform(PLcircle(5),CPLi)
Copyright 2021-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