Hi
I think Kundi wants a dynamic edge-drawing. Sorry but there is not a very easy way to do it. If you don t undertand the patch, post here what you don t understand and let s try to sort it out.
Usually B-Spline (3D) and Queue (Spreads) are the nodes I use for that.
S.
get points of 1 side of a quad: X1, Y1 and X2, Y2
draw a line / animation from X1, Y1 and X2, Y2 (I guess that is that B-Spline is used for)
go to next side of a quad and repeat
but this wont draw line with the constant length, so I guess Queue (spreads) is used at this point.
Can you correct me if I’m wrong and what details am I missing here?