fmeobjects.FMEPath.extendToPointsXY

FMEPath.extendToPointsXY(coords)

Extend the path to a list of points. If this method is called on a 3D path, a Z value of 0.0 will be used for each appended point.

Parameters:

coords (list[tuple[float]]) – The list of 2D points to be extended to.

Return type:

None