How can I get the center point of a Detail Curve?

Hi! I’m using Synthesize Node “Generate Model or Detail Lines” to get detail lines out of a polycurve. How can I get the center points of each detail curve?

point at parameter 0.5

1 Like

I’ve tried that already. This node needs regular “curve” as input. I get error, because output from synthesize node is “detail curve”.
error

Just get geometry from element to convert to dynamo curve.
image

1 Like

Try this:

2 Likes

Thank you very much :slight_smile: I couldn’t find a node translating detail curve to curve. Now it works perfectly :slight_smile: @sed07 This solution is also ok, but for my further needs I would have to flatten the list. Johannes solution is one step shorter :wink: