by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CVL/Closed Vertex Lists
Introduced first in SolidGeometry 4.9.1, Creation date: 2020-08-27, Last change: 2025-09-14
[CVLz,dz,MCA,MCB,CPRA,CPRB]=CVLof2CPLzcorrelate([CPLA,CPLB,z])
CPLA: | Contour A in 2D | |
CPLB: | Contour B in 2D | |
z: | [h n] for [height, interlevels] or [0 z1 z2 ... zn] |
CVLz: | CVLz with a | |
dz: | list of z values | |
MCA: | Deleted contour in CPLA | |
MCB: | Deleted contour in CPLB | |
CPRA: | Missing contour in CPLA | |
CPRB: | Missing contour in CPLB |
CVLof2CPLzcorrelate(CPLsample(26),CPLsample(27),[20 2]); SGA=ans; % Two equidistant Interlevels
CVLof2CPLzcorrelate(CPLsample(26),CPLsample(27),[0 2 18 20]); SGA=ans; % Two arbitrary Interlevels
CVLof2CPLzcorrelate(CPLsample(26),CPLsample(27),100); CVLz=ans
CVLof2CPLzcorrelate(CPLsample(27),CPLsample(26),100); CVLz=ans
CVLof2CPLzcorrelate(CPLsample(27),CPLsample(26),[100 3]); CVLz=ans
[c,z]=CVLof2CPLzcorrelate(CPLsample(27),CPLsample(26),[100 3]); z
CVLof2CPLzcorrelate(CPLsample(5),CPLsample(12),100);
CVLof2CPLzcorrelate(CPLsample(12),CPLsample(5),100);
CVLof2CPLzcorrelate(CPLsample(12),CPLsample(14),100);