Loop - points at different chord lengths

Hi, I am also new in “doing magic with code blocks”. I would like to have a block, which would give me points for one curve, but different groups of chord lengths. For example I need to have five chord lengths for 3 meters, then ten for 6 meters, then just one for 2 meters and so on.

So I tried to make something like this

Inputs are:
a - node which counts the number of chord lengths (fields of acoustic wall) [number 57]
b - list of chord lengths [57 different numbers]
c - Curve
d - Boolean True (for assign the ParameterAtChordLength to go forward).

I would be very glad for Your help.

Vladimir

1 Like

Hi, I started with Python. Now I have no idea how to use Curve.PointAtChordLength in my code. Do you have any experience with this please?