SGofCPLTL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 5.4, Creation date: 2024-08-11, Last change: 2025-09-15

extrudes a contour along a path given by TL



See Also: SGofCPLz , SGofCPLzgrow , SGofCPLzgrid , TLofCVL

Example Illustration

 missing image of SGofCPLTL(CPLC,TL)

Syntax

[SGN,NFW,FLA,FLB]=SGofCPLTL(CPLC,TL)

Input Parameter

CPLC: Contour to extrude along TL
TL: array [4,4,n] of the path

Output Parameter

SGN: Final Solid including VL, FL
NFW: just FL of the walls
FLA: just FL of the floor
FLB: just FL of the ceiling

Examples

CPLC=PLsquare([60 40]);
CPLC=[CPLC;nan nan;CPLbuffer(CPLC,-5)];

PL=[0 0; 0 80; 80 80; 80 40; 160 0];
PL=VLaddz(PL); PL(end,3)=80;
Ro=rofcirclearoundCPL(CPLC);
TL=TLofCVL(PL,Ro*1.1,'','','rad',false);

SGofCPLTL(CPLC,TL)




Copyright 2024-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