PLFLofVLELdelaunay

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - VLFL/Surfaces
Introduced first in SolidGeometry 2.4, Creation date: 2015-08-21, Last change: 2025-09-14

closes a planar surface of VLEL by delaunay

Description

This function could be named also as FLofVLELdelaunay(VL,EL). In contrast to FLofPLEL it uses delaunayTriangulation insteadt of the outdated DelaunayTri

See Also: FLofPLEL

Example Illustration

 missing image of PLFLofVLELdelaunay(VL,EL)

Syntax

[PL,FL,EL]=PLFLofVLELdelaunay(VL,EL)

Input Parameter

VL: Vertex list [nx3]
EL: Edge consraints

Output Parameter

PL: Point List
FL: Tesselated facet list
EL: Same Edge List




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

Algorithm (Workflow)

This function, named PLFLofVLELdelaunay, is designed to close a planar surface using Delaunay triangulation. It is part of the SG-Library and was introduced in SolidGeometry 2.4. The function takes a vertex list and edge constraints as input and outputs a point list, a tessellated facet list, and the same edge list.

Input Parameters

Output Results

Algorithm Steps

  1. Convert the vertex list VL into a point list PL using the function PLofVL.
  2. Check if the edge constraints EL are empty:
  3. Extract the connectivity list from TR2 for the interior triangles and assign it to FL.
  4. If no output arguments are specified, visualize the results using several plotting functions:
Algorithm explaination created using ChatGPT on 2025-08-19 00:12. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21