Reconstruct issue splitting a filleted line

Hi, I am having an issue with my interpolated line splitting into batches, which creates these splits, I can see that the data needs to somehow be merged as one, but not sure how to achieve it, a couple of methods I tried failed, any ideas?

Reconstruct_Issue.gh (15.2 KB)

Many thanks.

Dear Jess
The issue is caused in the combination of Divide curve > Circle CNR
The tangents are not all in the same direction.
This can be solved easy by using Divide Curve + PerpFrame + Circle or
moren easy two components: PerpFrameS + Circle



Reconstruct_IssueEW.gh (17.7 KB)

Makes sense, thanks a bunch.

Thanks,

try this:

Eef, I have encountered another issue with this setup, I want to orient the vectors to follow the path of the curve, at the moment they all go up vertically, I wanted to use perp frame to achieve this with circleCNR, but you saw the issue it caused, do you know how I can fix this so the planes match the face of each circle?

Thank you

please upload your file, In my file all planes are perpendicular.
Is that what you want?

Reconstruct_IssueEW.gh (14.1 KB)

I managed to fix it to some extent, but for some reason some of the divided curves vectors go the opposite direction?

I want them all to be going the same direction, as shown here:

This is the curve for the circle being divide to 5, 2 go on the opposite direction while 3 are correctly going the right direction



Reconstruct_IssueEW_1.gh (18.0 KB)

Thanks Eef, it was not quite what I wanted as I want the vector to follow the orientation of the perp frame, but I will ask this as a new question so if anyone has the same issue they can find the solution.