fmeobjects.FMEPath.extendToPointsXYZ

FMEPath.extendToPointsXYZ(coords)

Extend the path to a list of points. If this method is called on a 2D path, the path will be forced to 3D with a default Z value of 0.0.

Parameters:

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

Return type:

None