VLELcat2

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - EL/Edge Lists
Introduced first in SolidGeometry 1.0, Creation date: 2012-07-16, Last change: 2025-09-14

Simple concatenation of two vertex lists and edge lists.

Description

Does not remove unused vertice, also VLELcat does not do this

See Also: VLELcat

Example Illustration

 missing image of VLELcat2(V1,E1,V2,E2)

Syntax

[VL,EL,E2]=VLELcat2(V1,E1,V2,E2)

Input Parameter

V1: Vertex list 1
E1: Edge list 1
V2: Vertex list 2
E2: Edge list 2

Output Parameter

VL: [V1;V2]
EL: [E1;E2+size(V1,1)]
E2: E2+size(V1,1)




Copyright 2012-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, VLELcat2, is designed to concatenate two sets of vertex lists and edge lists. It is part of the SolidGeometry library and was created by Tim Lueth. The function does not remove unused vertices.

Input Parameters

Output Results

The function performs these operations without removing any unused vertices, maintaining the integrity of the original vertex and edge lists.

Algorithm explaination created using ChatGPT on 2025-08-18 22:27. (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