VLFLremoveFacet

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

removes a single facet from a surface



See Also: VLFLofVLELdelaunay3D , VLFLplotfi

Example Illustration

 missing image of VLFLremoveFacet(VL,FL,fi)

Syntax

FLN=VLFLremoveFacet(VL,FL,fi)

Input Parameter

VL: Vertex list
FL: Facet list
fi: face index to be removed

Output Parameter

FLN: New Facet list

Examples


SGsphere(5); X=ans % Create a shpere
VLFLplotfi(X.VL,X.FL,616);
VLFLremoveFacet(X.VL,X.FL,616);




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