ELofELmesh
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - EL/Edge Lists
Introduced first in SolidGeometry 4.1, Creation date: 2017-09-10, Last change: 2025-09-14
returns a separated EL consisting of independent meshes and a rest of points and lines
Description
ATTENTION: OPEN EDGE LIST ARE SORTED TO ELu
This function will take an edge list and searches for closed meshed under the condition of correct edge lists(!), which is not the case for feature edges.
The results are closed meshes and a list of open lines and points
See Also: ELplot
, graphofEL
, ELconnectedgroups
Example Illustration
Syntax
[NEL,CIL,ELu]=ELofELmesh(EL)
Input Parameter
Output Parameter
NEL: | | New edge list (blue) |
CIL: | | CIL of meshes |
ELu: | | list of restpoints that are not part of a mesh (red) |
Examples
ELofELmesh([1 2;2 3;3 1;4 1])
ELofELmesh([1 2;2 3;1 3])
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