Syntax
[XPL,XFL]=PLFLofCPLdelaunay(CPL,[ADDVL])
Input Parameter
CPL : | | Contour point list (2D) of the enclosed surface |
ADDVL : | | Vertex list of additional points to include |
Output Parameter
XPL : | | Point List (2D) of the |
XFL : | | Facet List of the enclosed surface |
Examples
Two examples of retesselate an existing surface
PL=PLcircseg(10,[],-pi/6,pi)
UFL=FLofn(size(PL,1))
VLFLplot (PL,UFL)
CPL=CPLunitePLFL(PL,UFL); CPLplot(CPL,'m',4)
[VL,FL]=PLFLofCPLdelaunay(CPLunitePLFL(PL,UFL)); VLFLplot (VL,FL); % Minimal points used
PLFLofCPLdelaunay(CPLunitePLFL(VL,UFL),VL) % All points are used
Copyright 2014-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