Flipping the vector to match orientation of planes

Hi all,

I have this set up where I try to align the Vectors of a Divided Curve to the the orientation of planes from Perp Frame, but when I use this current setup, half of the points in the Divided Curve have their vectors flipped:

Also when I divide the curve by anything less than 5, some of the points disappear.

Can anyone explain to me where I am going wrong here?

Reconstruct_IssueEW.gh (11.3 KB)

Thank you.

Hey @Jess_Tanturro,

You could go find the planes that point down and flip them but why do that when you already have the circle’s base plane—“send it” to the points:

Reconstruct_IssueEW.gh (19.2 KB)

I am not great at explaining what’s wrong/correct, though I was wondering about your plane construction at the points—some null data resulted from it that was giving you trouble.

Yes you are right, I was making it far more complicated, I knew the data is here somewhere, just did not know how to retrieve it.

Thanks a bunch Rene.

No you are all good, it seems to have been resolved anyway. Thank you for the help.