Divide Curved in fixed distances!

Hello all,

I want to put an adaptive component family across a 3D line (from autocad) in each 2m. At the end of the line if I have less than 2m I want to have also an adaptive component that will fit in this length.
Until now I created the adaptive component but it takes the distance of the autocad’s curves (image 1)

Is there any way to divide the 3D Curve in a fixed distance ?
I tried the Chord node but I don’t get the result that I want. And I cannot find the node DivideCurveByDistance in Lunchbox.

Thank you in advance !


also try this …

Hello and thank you for your time,

I followed the steps below but I get the warning below :


The warning states that the node requires a point input but was given a number. We can’t read your graph but it looks like you’re providing the distances (numbers) for breaking the curve instead of the actual points along the curve at those distances.

1 Like

Hello,

I connect the AdaptiveComponent.ByPoints node with the points but I have the error below :

Thank you in advance!

ok, I created a polycurve.bypoints (from the list of points that I wanted) and it works!

Thank you all for your time !