by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 5.4, Creation date: 2024-06-13, Last change: 2025-09-15
See Also: SGofCPLz
, SGofCPLzgrow
[SG,nva,FLW,FLU,FLO]=SGofCPLzgrid(CPL,[zz,dx,dy])
CPL: | Contour | |
zz: | list of z values | |
dx: | list of corresponding x deviation | |
dy: | list of corresponding y deviation |
SG: | SOlid Geometry | |
nva: | number of vertices per plane | |
FLW: | Only the walls | |
FLU: | Only the floor | |
FLO: | Only the cover |
SGofCPLzgrid(CPLsample(6),-3:1:10)
SGofCPLzgrid(CPLsample(6),0:1:10,0:6,0:6)
SGofCPLzgrid(PLcircle(3)+[10 0],0:10,10*cos(0:pi/3/10:pi/3),10*sin(0:pi/3/10:pi/3))
SGofCPLzgrid(PLcircle(3),0:10,0,10*sin(0:pi/3/10:pi/3))
SGofCPLzgrid(PLcircle(3),0:10,10*cos(0:pi/3/10:pi/3),0)
SGofCPLzgrid(CPLradialslots(20,1.2))