CVLofopenfaces

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - CVL/Closed Vertex Lists
Introduced first in SolidGeometry 4.0, Creation date: 2017-07-12, Last change: 2025-09-14

returns the closed vertex list for all open surfaces

Description

This function is more or less for testing purposes. The function VLFLcorrectdoubledvertex is called first, since otherwise it makes no sense to detect open surfaces

See Also: CVLofSGfreeboundary , VLFLcorrectdoubledvertex

Example Illustration

 missing image of CVLofopenfaces(VL,FL,thr)

Syntax

[CVL,EL,CIL]=CVLofopenfaces(VL,FL,[thr])

Input Parameter

VL: Vertex list
FL: Facet list
thr: threshold; default is 1e-3 for VLFLcorrectdoubledvertex

Output Parameter

CVL: Closed Vertex List
EL: Edge List
CIL: Contour Index List for EL

Examples


loadweb JACO_robot.mat; A=SGseparate(JC2,2)
CVLofopenfaces(A.VL,A.FL);

CVL=CVLofopenfaces(A.VL,A.FL);
CVLdimclassifier(CVL)




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