PLELofFeatureEdges2
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - PLEL/Point List/Edge List
Introduced first in SolidGeometry 2.1, Creation date: 2014-12-30, Last change: 2025-09-14
returns sorted closed polygon edge lists of the feature edges of a solid
Description
fast and powerful function that links the feature edges to closed polygon edge lists with a defined normal vector
Uses: TRfeatureEdgeFacets
In contrast to PLELofFeatureEdges2, an additional column is added that identifies the planes
See Also: FLfeatureEdgeSurface
, FLfeatureEdgeSurface2
, PLELofFeatureEdges
, TRfeatureEdgeFacets
, FEplot
Example Illustration
Syntax
[ELFL,SIL]=PLELofFeatureEdges2(TR,[alpha])
Input Parameter
TR: | | surface triangulation for feature edges |
alpha: | | feature edge angle |
Output Parameter
ELFL: | | |
SIL: | | Selected Index List for |
Examples
Recreate the polygons of a
closeall; SG=SGsample(16);
TR=triangulation(SG.FL,SG.VL);
VLFLfigure; [ELFL,SIL]=PLELofFeatureEdges (TR);
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