Frames on Curves at specific length

Hi All,

So I have this C# script (Vicente Soler made) which helps divide curves into approximate equal length segments.
Now I’m trying to generate perp frames based on original curves’ crviture according to those segments.

Any comments would be appreciated!

Frames on curves.gh (24.0 KB)
Frames on curves.3dm (70.3 KB)

Hi Ctu6
You need to clean up the empty data using the Clean Tree component.,Because your {0;0;3;0} path is empty data,I hope this help you.

gh file:
Frames on curves.gh (20.2 KB)

Thanks a lot!