SGof2CVL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - SG/Solids
Introduced first in SolidGeometry 3.1, Creation date: 2016-11-29, Last change: 2025-09-14

returns a solid that closes two

Description

This function is comparable to SGof2CPLz but works for 3D Closed Vertex Contours. The walls are always straight. Therefore the contour returns an empty solution, if both contours are twisted more than pi/2

See Also: SGof2SGT , SGof2T , SGof2CPLz

Example Illustration

 missing image of SGof2CVL(CVL1,CVL2)

Syntax

[SG,FLW,FLA,FLB]=SGof2CVL(CVL1,CVL2)

Input Parameter

CVL1: Plane closed contour 1
CVL2: Plane closed contour 2

Output Parameter

SG: Solid Geometry of the Solid SG.VL=[CVL1;CVL2]
FLW: Facet lit of the wall
FLA: Facet lit of contour plate 1
FLB: Facet lit of contour plate 2

Examples


CVL1=VLaddz(PLcircle(10,4))
CVL2=VLtransT(CVL1,[rot(0,pi/6,0), [0 0 40]';0 0 0 1])
SGof2CVL(CVL1,CVL2)




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