I get a set of curves,What I want to do is to lift up of every curve with the rule that more close to each other will have a lower extrude height.(Like most dense area will have lower curvature) It's easy to do in script that evaluate curve in certain number.Then measure the distance between points on target curve and points on 2 closest curves.After which get the variables that define the extrude height for each point on target curve
However,How to do in GH?I mean it seems diffcult to index the set of curves,but once we give the index to the curves,it is easy to say find the points on curve array(i-1) and array(i+1)
Tags: