VLFLseparateEL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Auxiliary function
Introduced first in SolidGeometry 1.0, Creation date: 2012-08-09, Last change: 2025-09-14

separates edge list after two solid intersection

Example Illustration

 missing image of VLFLseparateEL(AVL,AEL,XVL,XEL)

Syntax

[AVL,BEL]=VLFLseparateEL(AVL,AEL,XVL,XEL)

Input Parameter

AVL: Vertex list of outside contour of solid A
AEL: Edge list of outside contour of solid A
XVL: Vertex list of outside contour of intersecting solid B
XEL: Vertex list of outside contour of intersecting solid B

Output Parameter

AVL: Complete vertex list of Solid A Facet
BEL: Cutted outside contour of Solid A Facet

Examples

Cut a facet p1p2p3 of solid A with a solid B
[AVL,AEL,XVL,XEL]=VLFLcrossF (p1,p2,p3,VLB,FLB)
[AVL,BEL]=VLFLseparateEL (AVL,AEL,XVL,XEL)




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