Syntax
[SGA,FLW,FLA,FLB,FLC,FLD]=SGof2CPLzcorrelate([CPLA,CPLB,z])
Input Parameter
CPLA : | | Contour A or CVLz with CPLB as CVLz(max(z)) |
CPLB : | | Contour B |
z : | | [z n] [h and n interlevels] or list of z values [0 z1 z2 ... ] |
Output Parameter
SGA : | | 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
SGof2CPLzcorrelate(CPLsample(27),CPLsample(26),[100 1]); SGA=ans;
SGof2CPLzcorrelate(CPLsample(26),CPLsample(27),[100 1]); SGA=ans;
SGof2CPLzcorrelate(CPLsample(26),CPLsample(27),[100 10]); SGA=ans;
SGof2CPLzcorrelate(CPLsample(26),CPLsample(27),[1 10]); SGA=ans;
Copyright 2020-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