h=textVL(VL,[c,s,nt,lb])
VL : | Vertex list | |
c : | Color, default is black | |
s : | Size, default is 10 | |
nt : | optional list of selected points | |
lb : | optional string for text; default is 'F' |
h : | handle to graphics object |
Different examples for plotting
SGsample(4); a=SGsample(4); textVL(a.VL,[],12,[23 24 55 56]); view (-130,30)
SG=SGbox([60,40,20]); SGfigure(SG); view(-30,30); textVL(SG.VL,[],16)
SG=SGbox([60,40,20]); SGfigure(SG); view(-30,30); textVL(SG.VL,[],16,[],'A')
SG=SGbox([60,40,20]); SGfigure(SG); view(-30,30); textVL(SG.VL,[],16,[],'ABCDEFGH')