Syntax
[FL,nc,no,nl]=FLrepair(FL,[VL,nedge])
Input Parameter
FL : | | Facet list |
VL : | | Optional Vertex list |
nedge : | | |
Output Parameter
FL : | | Facet list with missing triangles |
nc : | | number of closed triangles |
no : | | number of still open triangles |
nl : | | number of unconnected boundaries (Solid separation) |
Examples
A=SGbox; [A.VL,A.FL]=VLFLaddfacetcenterpoints(A.VL,A.FL,2); SGfigure(A); VLFLplotlight(0,1);
X=A; VLFLdeleteFLofvi(X.VL,X.FL,6); X.FL=ans;
FLrepair(X.FL,X.VL);
X=A; VLFLdeleteFLofvi(X.VL,X.FL,[ 6 12]); X.FL=ans;
FLrepair(X.FL);
FLrepair(X.FL,X.VL);
Copyright 2017-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