hi guys,
I am trying to get the surface between the corner points of bunch of 3D curves.
Danny Boyes suggested a definition which works perfectly for curves in one plane but when i am using it for 3D curves, it wont work properly.
could you please have look at it and tell me what i am doing wrong?
It's not the fact that it is using 3D curves that is the issue here, its the irregular number points per row. The solution is to either have all the curves in the U direction intersect with the V or include some kind of selection algorithm. I'll give this some thought.
Thanks a lot Danny.
I am still working on it, I believe you are right, the main problem is the irregular number points per row. for now I am doing it manually but there should be a way to do it parametrically!
thanks a lot again.