fmeobjects.FMEPath.extendToPointXY

FMEPath.extendToPointXY(xcoord, ycoord)

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

Parameters:
  • xcoord (float) – The x coordinate of the point to be extended to.

  • ycoord (float) – The y coordinate of the point to be extended to.

Return type:

None