fmeobjects.FMEClothoid.setLocalStartCoordXYZ

FMEClothoid.setLocalStartCoordXYZ(xCoord, yCoord, zCoord)

Sets the XYZ (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.

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

Return type:

None