Here are three lines i want to create a polylinr using them but it is failing.
The C input is a boolean true or false to specify whether the polyline is going to be closed or not.
The V input requires points. In your case it might fail due to duplicate points.
Instead of creating a new polyline from points, you can also use the join curves component to join existing curves or lines.
Thanks martin fro pointing out of mistake for C input
here i have added points/verteces and order is marked. i want to get a c shaped polyline but getting two parallet line. how would i get the c shaped polyline
Use a merge component to connect the points in the correct order.
here i have used merge and tried but 3 point should make a L shape polyline but failing.
Please post your file.
As you can see on the wire between R and V, the points are not in one list. You can try flatten the V input.
Flattening V input gives a different shape.



