


brede_ta3_sur_digitize - Digitization of surfaces
O = brede_ta3_sur_digitize(S)
Input: S 'Sur' structure
Output: O Vertex row indices in S.vertices
Function to mark (digitize) surfaces in 3D. Presently only a
single vertiex can be marked.
Break with Return on keyboard.
A small yellow octahedron is placed on the marked vertex.
Example:
S = brede_sur_octahedron('size', 0.03);
figure, brede_ta3_frame;
brede_ta3_sur_digitize(S)
S = brede_vol_vol2sur(V, 'type', 'isosurface')
figure, brede_ta3_frame('space', 'jerom')
brede_ta3_sur_digitize(S)
See also BREDE, BREDE_SUR, BREDE_TA2_DIGITIZE.
$Id: brede_ta3_sur_digitize.m,v 1.4 2003/12/01 23:44:18 fnielsen Exp $