Rather than trying to manually construct the polydata, how about:
r_polyline = r_strips.GetOutput()
which will have both the polylines and associated points.
Rather than trying to manually construct the polydata, how about:
r_polyline = r_strips.GetOutput()
which will have both the polylines and associated points.