fmeobjects.FMEClothoid.setMeasure

FMEClothoid. setMeasure ( measureName,startPointValue,endPointValue )

Assign the given values to the specified measure. This will create the measure if it doesn’t already exist.

Parameters:
  • measureName(str) – The name of the measure whose value is to be set or created.
  • startPointValue(float)——的起点价值衡量。
  • endPointValue(float) – The end point value of the measure.
Return type:

None