VLFLremoveIntersectFacets

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 4.3, Creation date: 2018-09-11, Last change: 2025-09-14

removes intersecting facets from a VLFL surface



See Also: SGcheckmeshlab , SGintersectFacetPoints , VLFLinsertFacetPoints , SGisInterior , VLofVLFLselfIntersection

Example Illustration

 missing image of VLFLremoveIntersectFacets(VL,FL)

Syntax

[NFL,remi,nii]=VLFLremoveIntersectFacets(VL,FL)

Input Parameter

VL: Vertex list or SG
FL: Facet List

Output Parameter

NFL: New Facet list
remi: index of removed facets relative to FL
nii: index of not intersecting facets relative to FL

Examples


A=SGreadSTL('/Volumes/LUETH-WIN/WIN AIM Matlab Libraries/STL Files for SG-Lib/Herzklappe Patient.STL')
VLFLremoveIntersectFacets(A.VL,A.FL);

A=SGsample(36), VLFLremoveIntersectFacets(A.VL,A.FL);




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