Start end point problem

Is it possible to draw a lines/curves with a list of points like this:
Line(StartPoint = … ,EndPoint = …, Direction=…)
Line(StartPoint = … ,EndPoint = …, Direction=…)
Line(StartPoint = … ,EndPoint = …, Direction=…)

Or is it possible to split this list in order to receive separately:
StartPoint
EndPoint
StartPoint
EndPoint
StartPoint
EndPoint

@seba11 , hi

yes

KR

Andreas