Hi everyone,
I’m trying to obtain UV curves from an irregular surface at a given point. The problem I’m encountering is that when I use the Iso Curve command, the curves generated are always parallel to the x and y axes. This works fine for rectangular surfaces, but not for irregular ones.
To address this, I tried using the Tween Curve command. However, I still need to resolve some issues. Here is the script I’m using:
This is what I am getting from evaluating a point in a surface:
And this is what I really want to get:
Can anyone think about another way of approaching the problem or how to solve it using the script I made? The solution needs to be parametric since the surface can change, so I can’t just manually remove lines based on their indices. @inno @Quan_Li
Any suggestions would be greatly appreciated!
Thanks in advance!
Iso Curve.gh (19.1 KB)