textVLFS

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Visualization
Introduced first in SolidGeometry 4.1, Creation date: 2017-08-10, Last change: 2025-09-14

plots descriptors for each feature surface and the corresponding feature edges

Description

This is an auxiliary function to the boundaries of feature surfaces and the feature surface descriptors
In contrast to FSplot, the surfaces itself are not drawn

See Also: FSplot , textT , textP , textVL , textCVL , textVLFL , VLFLfaceNormalplot

Example Illustration

 missing image of textVLFS(VL,FL,FSi,c,s,nt,lb)

Syntax

h=textVLFS(VL,FL,FSi,[c,s,nt,lb])

Input Parameter

VL: Vertex list
FL: Facet List
FSi: Feature surface index list; FSi = surfacesofSG(SG,fea);
c: Color, default is black
s: Size, default is 10
nt: optional list of selected points
lb: optional string for text; default is 'F'

Output Parameter

h: handle to modify or delete text if necessary

Examples


close all; SG=SGsample(27); fea=0.08; FSi=surfacesofSG(SG,fea);
SGfigure; view(-30,30); h=SGplot(SG); setplotlight(h,'w',0.9);
textVLFS(SG.VL,SG.FL,FSi);




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