Hello,
It works well with regular circle, but not with a curve. I can`t create “Normal to curve point offset”
how can i do that?
Hello,
It works well with regular circle, but not with a curve. I can`t create “Normal to curve point offset”
how can i do that?
Try making the points on one curve, then use Geometry.ClosestPointTo to find the corresponding point on parallel curve. Should work for all non-intersecting parallel curves.
Those points go into the “other” input of the Geometry.ClosestPointTo node.