How to divide the curve by the varying distance?

I’ve only glanced through this thread but noticed some images resemble these from a recent thread.

The list in the largest text panel (on the right) determines segment lengths for the Anemone loop below.


P.S.


crv_circles_2023Nov17a.gh (19.0 KB)

I liked the Dash Pattern method suggested by @Seghier_Khaled better though.

Hi
At the line 17 replace n by n+1

image

curve multi_distances.gh (7.0 KB)

1 Like

Hi Magicteddy, thanks for the component
when I’m trying to put this code in C# component I get an errors can you please tell me what I did wrong

  1. Error (CS0115): ‘Script_Instance.SolveInstance(Grasshopper.Kernel.IGH_DataAccess)’: no suitable method found to override (line 61)
    I just copied and pasted your code
    thanks
1 Like

Pretty sure the dash gap component is native to grasshopper

Thank you, this is a godsend.

Nice solutions here, I have nothing to improve but a question on logic:

Can someone please explain why this doesn’t work with nonlinear curves?

Seems it’s all about control points distribution. But the component “Point on Curve” is another story. Is it a bug?