Dividing a polycurve in a new line with equal segments

Goodday Users,

I’m currently trying to divide a Polycurve into equal segments. The OOTB node divides de current polyline in equal segments. I want the new points to have equal segments lengths. is this possible with the current dynamo nodes?


I need something like this:

The node you used would work if you split the original polycurve by the points. It would however result in polycurves with elbows in some cases.

If you only want lines than this may be of interest: Dynamo Dictionary

3 Likes

Thanks! @jacob.small

This is exactly what i’m looking for. didn’t know there was a node for this.

1 Like