fmeobjects.FMELine.appendPoints

FMELine.appendPoints(points)

Appends ‘points’ to the end of the line. Lines with no coordinates will have their geometry dimension set based on the first append call made. If this method is called on a 3D line, a Z value of 0.0 will be used for each appended point. If this method is called on a 2D line, the line will be forced to 3D with a default Z value of 0.0. Because this method does not specify measure values, a value of None will be used for each point for any existing measures.

Parameters:

points (list[FMEPoint]) – The list of points to be added.

Return type:

None