fmeobjects.FMEClothoid.setLocalStartCoordXY

FMEClothoid.setLocalStartCoordXY(xCoord, yCoord)

Sets the XY (in local coordinates) of the clothoid’s start coordinate. This will recompute the end point.

Parameters:
  • xCoord (float) – The X coordinate value (in local coordinates) of the clothoid’s start coordinate.

  • yCoord (float) – The Y coordinate value (in local coordinates) of the clothoid’s start coordinate.

Return type:

None