Points along linefeature.points_along_lineInput:features – Featuredistance – Numberinclude_endpoints – Booloffset – NumberOutput:output – FeatureGenerates points along line geometries.The point distance is defined by distance. The include_endpoints parameter determines whether endpoints of the line should be included. The offset parameter allows to shift the points along the line.